[유튜브/YouTube] 자동 플레이
src="" 에 들어가 있는 값의 제일 마지막에
?autoplay=1
를 붙이시면 됩니다.
예제)
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/zGPuazETKkI" frameborder="0" allowfullscreen></iframe>
=>
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/zGPuazETKkI?autoplay=1" frameborder="0" allowfullscreen></iframe>