Clicky analytics integration ?

Hi,

I want to add to my blog Clicky analytics code. Code must to come before </body> tag.

This is how code looks:
<a title="Google Analytics Alternative" href="http://clicky.com/100624476"><img alt="Google Analytics Alternative" src="//static.getclicky.com/media/links/badge.gif" border="0" /></a>
<script type="text/javascript">
var clicky_site_ids = clicky_site_ids || [];
clicky_site_ids.push(*****);
(function() {
  var s = document.createElement('script');
  s.type = 'text/javascript';
  s.async = true;
  s.src = '//static.getclicky.com/js';
  ( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
})();
</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/*****ns.gif" /></p></noscript>

Thank you !

Réponses

  • Paste your code on file called "footer.php" in your theme folder (theme/your_theme/footer.php).
Connectez-vous ou Inscrivez-vous pour répondre.