snake's profile picture

Published by

published
updated

Category: SpaceHey

pls help with putting music on my profile !!

I've been trying for ages to put music on my profile so it automatically plays n not like the YouTube thingy in my about me but I just can't get it to work!!! I've been using the code below but it just won't play. I've checked my permissions n everything and nothings blocked so idk what I'm doing wrong :(( PLSSSSS PLS PLS someone help me with this !!!












<iframe width="0" height="0" src="www.youtube.com/embed/_____//?&;;amp;;autoplay=1&loop=1&;controls=1" title="name of song" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">








</iframe>




















































































0 Kudos

Comments

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

Pajama

Pajama's profile picture

I had a hell of a time figuring out that problem when I made my profile.

I think the issue comes from sending a request to Youtube when you provide it a playlist rather than a single song, since it changes the order of the APIs parameters. I'm going to just give you the code for mine (That works!) and see if you can use that. I'm guessing that the problem could be fixed if you change your src string.


Report Comment



iframe width="435px" height="245px" src="https://www.youtube.com/embed/videoseries?autoplay=1&;loop=1&;controls=1&list=PLZeaBYaxIXvy7f-kVJg0CWVu8jYpwgT8R" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy"

by Pajama; ; Report