spinamp-embed

spinamp-embed is a way you can embed your own customized spinamp player into your own website or app.

Spinamp exposes an API for embedding parts of the app within other web applications using an iframe.

See the example on the right!

spinamp-embed currently supports embedding any artist page, track page or playlist page.

To embed it, click the share button on any page onSpinampto copy the URL and then past it below to generate code you can use on your website!

Spinamp URL:

<iframe
  src="https://app.spinamp.xyz/embed/artist/chaos"
  frameborder="0"
  scrolling="no"
  allow="autoplay; fullscreen; web-share"
  sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-presentation"
  width="350px"
  height="650px">
</iframe>