<?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>The Code Train &#187; youtube</title>
	<atom:link href="http://thecodetrain.co.uk/tag/youtube/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecodetrain.co.uk</link>
	<description>Where Neil Crosby talks about coding on the train...</description>
	<lastBuildDate>Sun, 03 Apr 2011 18:15:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Deep Linking into YouTube Videos</title>
		<link>http://thecodetrain.co.uk/2010/01/deep-linking-into-youtube-videos/</link>
		<comments>http://thecodetrain.co.uk/2010/01/deep-linking-into-youtube-videos/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 23:08:48 +0000</pubDate>
		<dc:creator>Neil Crosby</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://thecodetrain.co.uk/?p=352</guid>
		<description><![CDATA[<p>Just a very quick post today to highlight something I only became aware of a couple of days ago because of <a href="http://jakearchibald.com">Jake Archibald</a>, when he posted a youtube link on an internal mailing list &#8211; it&#8217;s possible to deep link into an arbitrary point within YouTube videos.</p>

<p>I had thought that this was something most other interested people would have known about already, and that I was slow on the uptake as usual, but it turns out that when I mentioned this to <a href="http://adrianocastro.net">Adriano Castro</a> today he wasn&#8217;t aware.  So, I present to you a method for deep linking into YouTube videos.</p>

<ol>
<li><p>Take one YouTube URL.</p>

<pre><code>http://www.youtube.com/watch?v=4Ust9YBlEfY
</code></pre></li>
<li><p>Watch it, and find a place within it that you&#8217;d like to link to.</p>

<p>In this instance, I want to link 28 seconds in.</p></li>
<li><p>Add a fragment to the URL with the format #t=<em>minutes</em>m<em>seconds</em></p>

<p>In this instance, the URL would become:</p>

<pre><code>http://www.youtube.com/watch?v=4Ust9YBlEfY#t=0m28
</code></pre></li>
<li><p>That&#8217;s all there is to it. <a href="http://www.youtube.com/watch?v=4Ust9YBlEfY#t=0m28">Simples</a>.</p></li>
</ol>
<div style="display:block"><small><em><a href="http://neilcrosby.com">Neil Crosby</a> also blogs at about t-shirts at <a href="http://iwearcotton.com">I Wear Cotton</a>, writes <a href="http://thetenwordreview.com/users/workingwithme">Ten Word Reviews</a>, and uploads <a href="http://www.flickr.com/photos/thevoicewithin/">photos</a> to flickr.  You can follow a combined feed of posts at <a href="http://neilcrosby.com/">NeilCrosby.com</a>.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>Just a very quick post today to highlight something I only became aware of a couple of days ago because of <a href="http://jakearchibald.com">Jake Archibald</a>, when he posted a youtube link on an internal mailing list &#8211; it&#8217;s possible to deep link into an arbitrary point within YouTube videos.</p>

<p>I had thought that this was something most other interested people would have known about already, and that I was slow on the uptake as usual, but it turns out that when I mentioned this to <a href="http://adrianocastro.net">Adriano Castro</a> today he wasn&#8217;t aware.  So, I present to you a method for deep linking into YouTube videos.</p>

<ol>
<li><p>Take one YouTube URL.</p>

<pre><code>http://www.youtube.com/watch?v=4Ust9YBlEfY
</code></pre></li>
<li><p>Watch it, and find a place within it that you&#8217;d like to link to.</p>

<p>In this instance, I want to link 28 seconds in.</p></li>
<li><p>Add a fragment to the URL with the format #t=<em>minutes</em>m<em>seconds</em></p>

<p>In this instance, the URL would become:</p>

<pre><code>http://www.youtube.com/watch?v=4Ust9YBlEfY#t=0m28
</code></pre></li>
<li><p>That&#8217;s all there is to it. <a href="http://www.youtube.com/watch?v=4Ust9YBlEfY#t=0m28">Simples</a>.</p></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://thecodetrain.co.uk/2010/01/deep-linking-into-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

