ClickTale is a great service for understanding how users interact with your website, you can read about them here:
I'd really like to use them to understand what users look for in my blog.
Adding support means supporting adding a bit of JS to the site, that looks like this:
<!-- ClickTale Top part -->
<script type="text/javascript">
var WRInitTime=(new Date()).getTime();
</script>
<!-- ClickTale end of Top part -->
[The text and images of your site]
<!-- 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/WRd.js'%20type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
if(typeof ClickTale=='function') ClickTale(SOME NUMBERS THAT ARE PROBABLY DIFFERENT FOR EACH USER);
</script>
<!-- ClickTale end of Bottom part -->
I'd guess it's OK to put both at the middle instead of one at the top and one at the bottom (might make the site load a bit slower, but what can you do), so adding a widget for it would probably work.
This would be a great service to have. What do you think?
The blog I need help with is myownfortune.wordpress.com.