Paste a video URL and the options you want, and get the exact iframe embed code back, plus a responsive wrapper, with a warning if autoplay is on but mute is off.
Seconds into the video. Leave at 0 to start from the beginning.
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden;"> <iframe style="position:absolute;top:0;left:0;width:100%;height:100%;" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div>
Autoplay only works in most browsers when the video is muted too, so turn on Mute alongside it.
Paste a video URL and set the options you want, start time, autoplay, mute, loop, controls, privacy mode, and we return the exact iframe embed code, plus a responsive wrapper for a fluid layout.
If autoplay is on but mute is off, we flag it: most browsers block unmuted autoplay, so the video would just sit paused until clicked.
Most browsers block autoplay with sound. Turn on Mute alongside Autoplay and it will play automatically.
No.
It serves the player from youtube-nocookie.com, which avoids setting tracking cookies on your page until someone actually presses play.