Skip to content

Instantly share code, notes, and snippets.

@Lukewh
Created November 28, 2012 17:14
Show Gist options
  • Save Lukewh/4162617 to your computer and use it in GitHub Desktop.
Save Lukewh/4162617 to your computer and use it in GitHub Desktop.
MBST_EPG
<!-- Add this to the HEAD of the document -->
<script src="http://widgets.metabroadcast.com/loader/1/load.js"></script>
<script>
MBST = MBST || {};
MBST.load({
client: '*CLIENT*', // Replace this with the client name
widgets: [
{
name: 'epg',
version: '1'
}
]
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment