Created
February 27, 2012 23:18
-
-
Save totango/1927855 to your computer and use it in GitHub Desktop.
appbox
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
<script> | |
var appbox_options = { | |
user_id : "[email protected]", //todo: replace with user email/id | |
app_id : 123456, //todo: replace with app_id | |
}; | |
(function() { | |
var ab = document.createElement('script'); ab.type = 'text/javascript'; ab.async = true; | |
ab.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'www.appboxjs.com/appbox.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ab, s); | |
})(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment