Created
March 28, 2013 09:13
-
-
Save mmurray/5261835 to your computer and use it in GitHub Desktop.
This file contains 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
// Put this where you want the widget to appear: | |
<ci:widget /> | |
// Put this at the bottom fo the page: | |
<!-- clickigniter --> | |
<script type="text/javascript"> | |
(function() { | |
var ci = document.createElement('script'); ci.type = 'text/javascript'; ci.async = true; | |
ci.src = '//clickigniter.net/js/ci.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ci, s); | |
})(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment