« SpaceHey Forum

Share a Layout I created function is not working [closed]

i incorporated a last-listened songs tracker, which I use on my GitHub page, into my SpaceHey profile, and I want to share it with others, but the share function is not working ;-;

here is the code if you want to use it
it's pretty cool!

IMPORTANT: insert your Spotify ID in "user", customize the width in "width", and set the number of songs in "count" in the URL

<div>
  <h3>last listened:</h3>
  <a
    href="https://spotify-recently-played-readme.vercel.app/api?user=SPOTIFYID&width=446&count=10"
    style="display: block; width: 100%;"
  >
    <img
      alt="Spotify"
      src="https://spotify-recently-played-readme.vercel.app/api?user=SPOTIFYID&width=446&count=10"
    />
  </a>
</div>


Report Topic

2 Replies

Sort Replies:

Reply by Doc Scratch

posted

[Uploading to the Layouts page has been disabled for almost a year now.]


Permalink Report Reply

Reply by 𝔩𝔦𝔠𝔞𝔰

posted

i’ve only been on SpaceHey for five days, so I had no idea about that :(

thanks for the reply, though!


Permalink Report Reply

𝔩𝔦𝔠𝔞𝔰 closed this Forum Topic