Start Youtube clip from a specific time

Zlip792

Cadet
[size=medium]
Sometimes you want to show your buddies and friends youtube clip from specific time like from 1:35, it is possible. What you have to do just do this, open any youtube link. For example:
Code:
http://www.youtube.com/watch?v=fxrxSgvfZmA
There is one special thing about youtube links; there is always 11 digital special code (case sensitive- capital words should remain capital) for every video after this youtube.com/watch?v=xxxxxxxxxxx, you can remove any further stuff from front of it. Special code of above posted link:
fxrxSgvfZmA
and now just add this after 11 digital special code:
Code:
#t=1m2s
Now url become like this:
Code:
http://www.youtube.com/watch?v=fxrxSgvfZmA#t=1m2s
In the quoted code, m shows minute and s shows second, so you can put any specific timing you like, like this: #t=2m22s . Copy paste url in address bar and paste it.[/size]

Enjoy...
 
Back
Top