Hi guys, Has anyone used Clicktale for their Wordpress site? The functionality appears to be very impressive and while I don't want to spend $99 a month on their Bronze plan just yet, I want to play around with the free version. Tried installing the plugin - following the instructions, added the script tags as below and then activated it but it isn't working; <!-- ClickTale Top part --> <script type="text/javascript"> var WRInitTime=(new Date()).getTime(); </script> <!-- ClickTale end of Top part --> <!-- ClickTale Bottom part --> <div id="ClickTaleDiv" style="display: none;"></div> <script type="text/javascript"> if(document.location.protocol!='https:') document.write(unescape("%3Cscript%20src='http://s.clicktale.net/WRb.js'%20type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> if(typeof ClickTale=='function') ClickTale(4189,1,"www03"); </script> <!-- ClickTale end of Bottom part --> My URL is carbootsaletips.co.uk - Could there be another plugin on my theme that is interfering with this one? Could this be something to do with it (this appears just before the end of the body tag) <!-- Google Analytics tracking code not shown because admin tracking is disabled --> Cheers, Anthony