View Single Post
  #1  
Old 01-06-2011, 01:43 AM
Stream Recorder
 
Posts: n/a
Default

How to link to a specific point of time in Youtube video


How to link to a specific point of time in Youtube video so that it starts at a specific time

Suppose we have the following Youtube video URL
http://www.youtube.com/watch?v=Bc9axrSMqr8

We want this Youtube video to start at a specific time. In this example, our Youtube video will start at 2 minutes 53 seconds.

Add the following to the URL:
Code:
#t=2m53s
We will get the following URL:
http://www.youtube.com/watch?v=Bc9axrSMqr8#t=2m53s

If you click onto the above mentioned link it will start playing not from the beginning, but at 2 minutes 53 seconds.
Reply With Quote