Add a Spotify link in an HTML form
0
It's pretty easy to copy a Spotify song URL and generate the required iframe code to paste into your own HTML code, e.g: <iframe src="https://open.spotify.com/embed/track/1q8gelFgFYUwoWpQV7WNCe" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe> just for others' reference, details of how to do this can be found at https://developer.spotify.com/documentation/widgets/generate/play-button/ However, the question I have is about allowing a user to paste this same code into an HTML form, to allow it to show on a user's profile page. The only ways I can think of doing this currently are either: Use an tag and ask the user to first remove the and " from the link before pas