Upcoming shows JS widget

Upcoming Shows using JavaScript

Source code for this demo web site is on Github

Upcoming shows using JavaScript

This page shows how you can put upcoming shows on the page using the Spinitron JavaScript Widget. See Now-Playing JS for general info on the widget.

Available parameters:

Parameter Use
station Station id, e.g. "wzbc". Mandatory
count Number of shows. Default is "1".

Set the styles for the widget together with page styles.

The example iframe on this page is

<div data-station="wzbc" data-count="5" data-action="upcoming-shows" class="spinitron-js-widget"></div>
<script async src="//spinitron.com/static/js/widget.js"></script>

See also the API demo