Skip to content

Instantly share code, notes, and snippets.

@thejspr
Last active October 6, 2015 09:28
Show Gist options
  • Save thejspr/2972777 to your computer and use it in GitHub Desktop.
Save thejspr/2972777 to your computer and use it in GitHub Desktop.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://evently-lister.herokuapp.com/evently-lister.js"></script>
<script>
$('#my-events').eventlyLister({
venue: '1' // for a venues events
promoter: '2' // for a promoters events
width: 3 // width of the widget (defaults to the containing elements' width)
theme: 'light' // select a theme (optional)
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment