Skip to content

Instantly share code, notes, and snippets.

@markjames
Created May 8, 2011 12:34
Show Gist options
  • Save markjames/961345 to your computer and use it in GitHub Desktop.
Save markjames/961345 to your computer and use it in GitHub Desktop.
<script src="https://github.com/ImDom/BeaconPush-PHP/blob/master/jquery.beaconpush.js"></script>
<script>
Beacon.connect('AAAAAAA', ['channelname'], {log:false});
$.BeaconPush.addEventListener('update', function(event) {
setData( event.data );
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment