There are 3 steps:
The published example can be viewed at this link!
That's all the basics!
There are a few more features that come with user accounts , like a view of all the pages you've made, setting privacy permissions, editing, and more! You can access your personal page by clicking the circle on the top right corner of the screen.
Here's how that looks like:
You found a bug? Amazing!!!
I really appreciate it! :)
Spotify sign in works through OAuth, meaning that instead of having a separate login system, this webapp asks Spotify for permission to access data like your user id, name, email, and profile pic. These are the only fields it needs; it's not accessing any other data from your account!
Signed-in users can view, edit, and delete the playlists they've published on this site. They can also set custom viewing & editing permissions for others, so you could, for example: collaboratively comment on a playlist or make a playlist page visible for only certain users.
Finding the URL: make sure that your link is in the format https://open.spotify.com/playlist/XXXXXXXX.
Finding the URI (Unique Resource Identifier): this should come in the format spotify:playlist:XXXXXXXX.
If you still have problems importing your playlist, make sure that your input matches one of the formats highlighted above & check that your playlist is public. Note that a playlist doesn't have to be added to your profile to be public!