I wanted one of my old beats from Youtube to autoplay in the background of my profile, initially starting at a certain point and then to have it loop afterwards, starting back at the beginning of the track, so I combined two tutorials together to get it to work.
Credit due to ottomouth for their blog post on How to add Music on SpaceHey and play at specific time! and credit due to jex for his blog post on how to ACTUALLY loop music on your profile!
Here is the code, paste it in one of your blurbs:
<iframe width="0" height="0" src="https://www.youtube.com/embed/VIDEO/?start=TIME&;amp;;autoplay=1&;loop=1&playlist=VIDEO;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">
</iframe>
1) Replace the two spots where it says VIDEO in the code with the alpha-numeric portion of your Youtube link only.
For example, if I wanted to use my cover of the Sublime song Boss DJ on Youtube, I would replace it with only the highlighted portion of the following link: https://youtu.be/LPYa4hGoxns?feature=shared
Another example of the same song: https://www.youtube.com/watch?v=LPYa4hGoxns
2) Now it's set to play and loop, but we have to enter the time we want the video to start. Replace where it says TIME in the code with the number IN SECONDS ONLY that we want it to start at. Say I want my video to start at the guitar solo, which is at about 2:13 into the video. I am going to replace TIME with 133 If you wanted it to simply start the song at the beginning, just put a zero there.
Here is my resulting code:
<iframe width="0" height="0" src="https://www.youtube.com/embed/LPYa4hGoxns/?start=133&;amp;;autoplay=1&;loop=1&playlist=LPYa4hGoxns;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">
</iframe>
Hope this helps someone! Feel free to add me (occasionally NSFW content, so no minors, please)!
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Jamz 💋
Thank you!!
YW!
by s0y.5au[3; ; Report