spotify-preview-widget
v1.0.0
Published
A widget that displays a Spotify song, with the ability to play a 30 second preview of it.
Downloads
3
Maintainers
Readme
Spotify Preview Widget
Usage
<script type="text/javascript">
var widget = new SPWidget({
songId: '*song id* '
}).run();
</script>