YouTube dropped #t start time support in direct URL and embed videos? -
recently, 1 use #t=2m0s
or #t=120
set start time direct links:
http://www.youtube.com/watch?v=fk2buvrv-uc#t=2m30s
as embed videos:
<iframe width="420" height="315" \ src="http://www.youtube.com/embed/fk2buvrv-uc#t=2m30s" \ frameborder="0" allowfullscreen></iframe>
now seems youtube dropped #t start time support , above doesn't work anymore. how can place reference videos particular start time?
embed videos
looks different parameter used - start=<number of seconds>
(see this blog , documentation).
example:
<iframe width="420" height="315" frameborder="0" allowfullscreen src="http://www.youtube.com/embed/nc9xq-tvyhi?start=110&end=119"></iframe>
direct links
for direct links, enough replace #
&
:
http://www.youtube.com/watch?v=fk2buvrv-uc&t=2m30s
Comments
Post a Comment