I LOVE THIS, SO PRETTY

Hi Hi Hi!!!

Im LOVING this code but i have one small question, theres any chance to make a "theme" play on character profile when you click on it and not open another tab?

I tried do it myself but i messed everything up so i ask for help here 😭😭😭

Hiya, you'll want to replace the following:

<a href="SONG-URL" target="_blank"><i class="fas fa-music fa-sm" style="color:#C3D8E2"></i></a>

with:

<iframe frameborder="0" style="height:1rem; width:1rem; opacity:.001; position:absolute" src="https://www.youtube.com/embed/VIDEO_ID_HERE"></iframe><i class="fas fa-music fa-sm" style="color:#C3D8E2"></i>

where the video id is the random string of characters after "https://www.youtube.com/watch?v=" ! Lmk if you have any issues with it

Hello again!! Sadly for unknown reasons it doesnt work?? When i click on the icon nothing happens it just turns in to normall text... I dont know what im doing wrong 😭😭😭

Could you perhaps message me a pastebin of the code you're trying to use so that I can take a closer look at it?