Skip to content

Instantly share code, notes, and snippets.

@jessevondoom
Last active December 18, 2015 23:19
Show Gist options
  • Save jessevondoom/5860605 to your computer and use it in GitHub Desktop.
Save jessevondoom/5860605 to your computer and use it in GitHub Desktop.
CASH Music embed call with all options
<script type="text/javascript">
window.cashmusic.embed(
'http://x.cashmusic.org/public/', // CASH public endpoint
'2', // element id
true, // lightboxed, boolean
'Open this element', // lightbox open link caption
false // target element identifying string (for document.querySelector)
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment