:
(anyone know how to make embedded youtube videos start playing at a certain time?)
|
You add on the time bit to the video id in the embed code
< iframe width="640" height="480" src="http://www.youtube.com/
embed/Uj5JSYiNrcc" frameborder="0" allowfullscreen>
Becomes
< iframe width="640" height="480" src="http://www.youtube.com/
embed/Uj5JSYiNrcc#t=99s" frameborder="0" allowfullscreen>
For example.