How to add a background music

So I recently just found out how to add music to your background while looking at someone's page here is how to do it.Β 


1. go to youtube and search whatever you wantΒ 
2. click share and choose embed
3. copy the code and go to your home profile
4. click edit profile and paste the code to your about me
5. change the "width" and "height" to 0
6. addΒ //?&;amp;;autoplay=1&;loop=1&;controls=1 to the end of your URL (located where it says HERE)Β (make sure to keep the quotation marks at the end so no errors happen and no spaces)
7.change "></iframe>" toΒ Β ""loading="lazy">
</iframe>

the rest will be in bold for what to change and normal for what to addΒ 

for example:Β <iframe width="560" height="315" src="https://www.youtube.com/embed/5q7byFPTehsΒ HERE" title="YouTube video player"Β frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

your code should come out as : <iframe width="0" height="0" src="https://www.youtube.com/embed/5q7byFPTehs//?&;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>



6 Kudos

Comments

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