updated entry on how to autoplay music!

here's the code:

<iframe width="0" height="0" src="https://www.youtube.com/embed/11G9j9utRCs//?&;amp;;autoplay=1&;loop=1&;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">

</iframe>

now an explanation:

im using dumb by nirvana, the important part is "11G9j9utRCs". just grab the normal link from youtube, you don't need to mess around with the embed option for autoplay.

if I wanna change it to serve the servants, I take this link https://youtu.be/1hTXYPp2i70, I then take 1hTXYPp2i70 and i make the code:


<iframe width="0" height="0" src="https://www.youtube.com/embed/1hTXYPp2i70//?&;amp;;autoplay=1&;loop=1&;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">

</iframe>


i ONLY change the link part!! nothing else needs touching :))



9 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )