W0mpusw00's profile picture

Published by

published
updated

Category: Music

Music Player tutorial (no loop)

this is for music you find on youtube! pretty simple.

<iframe width="0" height="0" src="https://www.youtube.com/embed/XXXXX//?&;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>


this is the code i use for the music player, it only works for one song. once i find out how to make a playlist, i will update. where the "XXXXX" is, replace it with the url your chosen youtube video has- but only the coding that is after "watch?v=". Example!


https://www.youtube.com/watch?v=zYj6EZYY758 is the song you want, only place in "zYj6EZYY758". The coding will look like this:


<iframe width="0" height="0" src="https://www.youtube.com/embed/zYj6EZYY758//?&;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>


once you have it down, place this coding in "About Me" in your profile! hope this helps!


0 Kudos

Comments

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

W0mpusw00

W0mpusw00's profile picture

Update!: I downloaded more than one song to capcut, made a playlist there as one video, uploaded it on youtube as a private video, then used that specifically for my page! :D
hope this helps! <3


Report Comment