NEED HELP IN ADDING MUSIC TO PROFILE!!!

Hey guys!

So I'm really trying to get back into teaching myself how to code again. If you were there during the "myspace era", then you know what I'm talking about lol

ANYWAY! I recently just learned that you can now put music onto your profiles, which is AWESOME, but I'm having a wee bit of a problem. I found a blog from someone on here who figured out how to do it, but it doesn't seem to be working =/ does anyone know how to do this?

Super appreciated if you know how, please and thank you!!!


0 Kudos

Comments

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

๐•ธ๐–Š๐–‘๐–‘๐–”

๐•ธ๐–Š๐–‘๐–‘๐–”'s profile picture

Are you trying to add a visible music player, or a background player?


Report Comment



Honestly? Both. I tried adding a background song, but the code I tried using is just not working. which is a bummer =/

by ๐ŸŒน๐Ÿ–คBorealis๐Ÿ–ค๐ŸŒน; ; Report

Here's the code I use for my background player for a single song linked from youtube, no loop but can be edited to, though I'm not sure how to do a visible one, it would depend on what style you wanted, which there are many of in the layouts section I'd recommend checking out ^^:

(replace "VIDEOID" with the section of the link after "/embed/" in the full youtube link, make sure to use the EMBED link in the sharing options on youtube, not the normal copy and paste to share link)

by ๐•ธ๐–Š๐–‘๐–‘๐–”; ; Report

woops, I forgot to replace the symbols sorry T_T
OBVS sub in the parenthesis for the correct triangle brackets < and >

(iframe width="0" height="0" src="https://www.youtube.com/embed/e-K3aNSRbO0?si=sazAjWzRjd4ki1lj?playlist=e-K3aNSRbO0?si=sazAjWzRjd4ki1lj&loop=1&constrols=1&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy" class="hideobj")
(/iframe)

by ๐•ธ๐–Š๐–‘๐–‘๐–”; ; Report

Okay, IDK why it's working right now? But I'm so HAPPY RIGHT NOW THAT IT'S WORKING! THANK YOU so much for all the help!!!

by ๐ŸŒน๐Ÿ–คBorealis๐Ÿ–ค๐ŸŒน; ; Report

I also totally forgot to re-replace the actual link in mine with VIDEOID omg but thats okay I hope it was fixable enough T_T. But yay I'm glad it's working!!

by ๐•ธ๐–Š๐–‘๐–‘๐–”; ; Report

It was very helpful! Again, thank you so much! I used to be such a master at this stuff back in the day, but it's been fun figuring stuff out all over again :)

by ๐ŸŒน๐Ÿ–คBorealis๐Ÿ–ค๐ŸŒน; ; Report