Wordpress Heat Map Plugin

dichotom

BANNED
Joined
Dec 9, 2008
Messages
2,574
Reaction score
856
Nothing blackhat here, just an awesome plugin :) Enjoy!

----------------------------

This plugin will help you to analyze where people click on your site. As the result you will discover where better to place banners, how to organize navigation, where to put advertisements like AdSense and more. The heatmap of clicks can show you what works - which links people did find and click on.

After you activated plugin, go to main page of your blog. If you are authenticated as administrator, at the top you will see small arrow.

http://wordpress.org/extend/plugins/heatmap/
 
Thank you for the really helpful plugin. Can you please share the link or same plugin for free wordpress domian. I want to try it on my free wordpress domain. You suggestions are highly appreciated.
 
You can also use this awesome free anayltics alternative to GA .It comes with free heatmap info too

Code:
www.goingup.com/features/heatmaps.html
 
Last edited:
Hi,

Thanks for this great share.

But I'm having a problem with it: I did follow the instruction (and set plugin folder's permissions to 777) but I see no arrow anywhere!

Has anyone had that issue too? How can I fix it? What am I doing wrong with this plugin?...

Thanks in advance!
 
I have the exact same issue. I can not see any arrow at all!

Please can someone help with this!

Thanks
 
Add
PHP:
wp_deregister_script('admin-bar');
wp_deregister_style('admin-bar');
remove_action('wp_footer','wp_admin_bar_render',1000);
to your functions.php file. That will remove the admin bar, which displays over the Heat Map Arrow.
 
Back
Top