« Back to the HTML Forum

Problems with a layout

Posted by Lady_Dxath

posted

Forum: HTML Group

Hi!! So in summary, I want to add this layout:

https://layouts.spacehey.com/layout?id=36600

(it's an mp3)

below my SpaceHey link, but no matter how hard I try, I can't. How can I fix this?


Report Topic

2 Replies

Sort Replies:

Reply by nago

posted
updated

hi!!! if your problem is that the mp3 isn't showing up on your profile, try this:

for example, i'm using the song "i want you back" by *nsync, and the youtube link for the song's official video. first things first, copy the mp3's full entire code and delete these sentences: "-- (delete these parts) put this code in the "heroes" section of your profile --" and "-- put THIS code where ever your style code is --".

then, in this section: <iframe allowfullscreen="" src="https://www.youtube.com/embed/[REPLACE WITH ONLY YOUTUBE VIDEO ID]//?&;amp;;autoplay=1" loading="lazy" width="560" height="315" frameborder="0"></iframe>

delete "[REPLACE WITH ONLY YOUTUBE VIDEO ID]" and the brackets ("[]") too. there, write only the id of your song's link. in my case, the link is "https://www.youtube.com/watch?v=is6gtilerPk&list=RDis6gtilerPk&start_radio=1", therefore i only have to write "is6gtilerPk" (the code between "/watch?v=" and "&list=").

then, here: <span class="song">[SONG]</span> and here: <span class="artist">[ARTIST]</span>

delete "[SONG]" and "[ARTIST]" and write your song's name and artist(s).

Check out my other reply down below!!!!!!


Permalink Report Reply

Reply by nago

posted
updated

hi!! if your problem is that the mp3 shows but the music doesn't play, unfortunately I haven't managed to figure that out.

but, i suggest doing what i said in my other reply, and also adding a song autoplay code to your profile (usually done in the About Me section but doesn't really matter). here's one!

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

for example, i'm using the song 'i want you back' by *nsync, therefore the link of the song i'm using is "https://www.youtube.com/watch?v=is6gtilerPk&list=RDis6gtilerPk&start_radio=1". so, you have to paste the ID of the song in your link, where it says ENTERLINKHERE (the letters and numbers between "/watch?v=" and "&list=" is the ID. copy your link's ID and paste it on ENTERLINKHERE)


Permalink Report Reply