Skip to content

Instantly share code, notes, and snippets.

@chrishow
Last active December 25, 2015 14:09
Show Gist options
  • Save chrishow/6989420 to your computer and use it in GitHub Desktop.
Save chrishow/6989420 to your computer and use it in GitHub Desktop.
Example of embedded spotify player.

Example of embedded spotify player.

<!DOCTYPE html>
<meta charset="utf-8">
<body>Other content above
<br>
<iframe src='https://embed.spotify.com/?uri=user:1189879262:playlist:1GxCEmmq7y5nNXiGeAwAag' width=300 height=380 frameborder=0 allowtransparency=true></iframe>
<br>
Other content below
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment