Autoplay in Youtube videos



C youtube вы получаете код <iframe width="420" height="315" src="[YouTube Video URL]" frameborder="0" allowfullscreen></iframe>


Нужно добавить:

<iframe width="420" height="315" src="[YouTube Video URL]?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>


Комментарии