“YouTube AutoPlay” Respostas de código

Vídeo automático do YouTube

<!--note: add &autoplay=1 to src and add property allow="autoplay" -->
<iframe
 src="https://www.youtube.com/embed/lw3p6VqC-zI?&autoplay=1"
 allow="autoplay"
 >
 </iframe>
Friendly Hawk

YouTube AutoPlay

Add: ?autoplay=1&mute=1 to the ened of the video, like this:
<iframe src="https://www.youtube-nocookie.com/embed/IO9XlQrEt2Y?autoplay=1&mute=1">...
Code Cat

Vídeo do YouTube do AutoPlay

// Add this to your URL
?autoplay=1&mute=1
// example
https://www.youtube.com/embed/9QTojZVR_Ec?autoplay=1&mute=1
Naughty Narwhal

Respostas semelhantes a “YouTube AutoPlay”

Perguntas semelhantes a “YouTube AutoPlay”

Procure respostas de código populares por idioma

Procurar outros idiomas de código