Skip to content

Instantly share code, notes, and snippets.

@mmurray
Created March 28, 2013 09:13
Show Gist options
  • Save mmurray/5261835 to your computer and use it in GitHub Desktop.
Save mmurray/5261835 to your computer and use it in GitHub Desktop.
// 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