Created
November 28, 2012 17:14
-
-
Save Lukewh/4162617 to your computer and use it in GitHub Desktop.
MBST_EPG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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