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>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )