JSON Feeds and Web Player
Each brief in Spooler comes with a web-embeddable player by default, which you can use to embed the brief's latest edition on your site.
Use the following format to embed the player in an iframe in your site:
<iframe src="[YOUR URL HERE]" width="100%" height="150" frameborder="0"></iframe>
Where "Your URL" is your show's JSON feed with the following elements added:
https://player.spooler.fm/?feed=[YOUR FEED]&context=default&client=demo
For example, the full embeddable URL for a sample show might be:
https://player.spooler.fm/?feed=https://feeds.spooler.fm/feeds/news1074.json&context=default&client=demo
Further, you can change "context" in the URL from "default" to "mini" to access a minimal version of the player.
Further reference for working with embeddable iframes:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe