<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Hardcastle &#187; youtube</title>
	<atom:link href="http://chrishardcastle.co.uk/tag/youtube/feed" rel="self" type="application/rss+xml" />
	<link>http://chrishardcastle.co.uk</link>
	<description>Facebook App and Website Developer</description>
	<lastBuildDate>Wed, 23 Feb 2011 00:42:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>youTube / WordPress integration</title>
		<link>http://chrishardcastle.co.uk/youtube-wordpress-integration</link>
		<comments>http://chrishardcastle.co.uk/youtube-wordpress-integration#comments</comments>
		<pubDate>Fri, 22 May 2009 16:46:24 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Worpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk/?p=23</guid>
		<description><![CDATA[Every time I sit down to work on my youTube &#8211; WordPress plug-in, I think of a alternative way to use it. And of course, there&#8217;s probably a whole load of existing plug-ins to do the job. But where&#8217;s the &#8230; <a href="http://chrishardcastle.co.uk/youtube-wordpress-integration">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Every time I sit down to work on my youTube &#8211; WordPress plug-in, I think of a alternative way to use it. And of course, there&#8217;s probably a whole load of existing plug-ins to do the job. But where&#8217;s the fun in that? At first it was all about making a list of videos appear in the sidebar. This works all very well but the video ids are hard-coded for now.<br />
<span id="more-23"></span><br />
So the next step would be to included the video id in a post, as a piece of post meta data. The plug-in could query for posts under a certain category or tag. I could then lookup the post meta data for those posts from the ids and extract the video id that way.</p>
<p>There is still one consideration to make. At the moment, the video meta data from youTube is not cached. It gets requested every time a page loads. So it&#8217;s clear to me that the youTube video data should be acquired as soon as the post is published. There&#8217;s a WordPress action hook available which I can use to save the results as post meta data.</p>
<p>I am not sure how much video I will shoot, nor how much data I want to save. Until I decide exactly what I want to do with it, I will probably leave it exactly the way it is.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/youtube-wordpress-integration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>youTube data API</title>
		<link>http://chrishardcastle.co.uk/you-tube-data-api</link>
		<comments>http://chrishardcastle.co.uk/you-tube-data-api#comments</comments>
		<pubDate>Thu, 14 May 2009 21:24:00 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk:8080/?p=12</guid>
		<description><![CDATA[Google provides an API for access to video data that they host under youtube.com. It&#8217;s available from Zend, the PHP company. The package can be downloaded and used for a range of different services. I have been trying it out &#8230; <a href="http://chrishardcastle.co.uk/you-tube-data-api">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google provides an API for access to video data that they host under youtube.com. It&#8217;s available from Zend, the PHP company. The package <a href='http://framework.zend.com/download/gdata/'>can be downloaded</a> and used for a range of different services. I have been trying it out by pulling in a video and showing it in the sidebar.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/you-tube-data-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

