Clickheat Wordpress Intergration Plugin
This plugin will add the code needed to run the Clickheat click tracking program
http://www.labsmedia.com/clickheat/index.html
Download & Installation
1.) Download and install the Clickheat system from Labs Media. Download and install the Clickheat system into a folder called "clickheat" in your root web folder. i.e. http://www.mydomain.com/clickheat
Installation instructions for this step can be found here
2.) Download the Clickheat plugin from us
3.) Then activate this plugin
- Unzip and upload the clickheat.php file into your `/wp-content/plugins/` directory
- Please verify that your current theme has the code wp_footer() installed at the bottom of the template
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Verify the tracking code was installed correctly.
It should look like this:
- Test the system by adding the "?debugclickheat" debug code to the end of any page link on your site. i.e. http://www.site.com/page-or-post-slug/?debugclickheat
Please note: the system will not track clicks from admin users that are logged in.
If you have installed it correctly you will get a window like this appearing:

Click anywhere on the screen and you will see your clicks being recorded in this box.
Version History
1.0 – Initial Release – Will automatically add the tracking code needed your website to use the clickheat tracking system.
Feedback & Support
Please feel free to leave your comments and feedback. They are very much appreciated. You can leave a comment here

Hello, is this plugin working with php pages as well?
I installed it on my blog, but it seem not working well, any ideas about how to ading the “?debugclickheat” to Wordpress articles page URLs?
thanks!
This tool is a plugin for Wordpress sites only.
If you need instructions on how to add the Clickheat system to your PHP site please visit the instruction page listed above at:
http://www.labsmedia.com/clickheat/installation.html
Thanks
Wordpress IS php
Thank you Mikael, I understand Wordpress is php but I didn’t have enough information from Hisham about what kind of system he was using or if Clickheat was already installed correctly on his system (the most common cause of a problem with the plugin)
Please look at your page source code and see if the footer tracking script was installed. If not, you will need to modify your theme to include the wp_footer() code block
Adding the ?debugclickheat to the end of any permalink should allow you to see a debug box like the one I added to the post today.
Also, if you are currently logged in as an admin the system will remove the tracking code so your clicks will not be tracked. Please try logging out of your system and see if that makes a difference.
awesome – I tried the manual installation of ClickHeat and it crashed my pages in IE6. Go figure.
This plugin, however, works beautifully!
Thanks
I have the clickheat software set up. I also have the clickheat plugin activated.
I checked the footer.php in the theme and do not see the code produced.
Any suggestions?
1.) verify wp_footer() is in your current theme.
2.) Please try logging out of your system and see item #5 above for an explanition:
“Please note: the system will not track clicks from admin users that are logged in.”
Is wp_footer and footer.php the same? I have a footer.php.
No, Wp_footer is a function that is called inside your theme file usually in footer.php to add the necessary code for plugins such as this one.
Please reference the Wordpress theme development site for more details:
http://codex.wordpress.org/Theme_Development#Basic_Templates
My footer.php file has this line of code:
Is that what you are speaking of?
I think there’s a issue with this plugin. My theme is Revolution Tech and I have footer.php as well. What do you mean with wp_footer()? I checked a few other themes and all of them have get_footer(); included, but none wp_footer? Can it be that wp_footer is old and only used in former WP Themes or old WP versions? Whatever I tried to change or not Clickheat is not working. No JavaScript appears on the page or in the footer. Even not if I am not logged into WP and cleared cache and Cookies.
Here is the description of the function from the Codex for theme developers. wp_footer is a function that is used usually in the footer.php file of a theme to add sitewide code at the end of the page. This function needs to be in your theme for the system to work.
http://codex.wordpress.org/Theme_Development
wp_footer
Goes in the “footer” of a theme; footer.php template. Example plugin use: insert PHP code that needs to run after everything else, at the bottom of the footer.
Usage: < ?php do_action('wp_footer'); ?>
-or- < ?php wp_footer(); ?>
Also, the system will not add the code if you are currently logged into the Wordpress admin section. Please look at the code while logged out or on a different computer.
I am using this plugin on a WP blog. Version 2.9.2 (hope its compatible).
My theme calls in the footer.php file but not as specified in this article. So I am wondering if adding the plugin code directly to footer.php will solve the issue? If yes, can you please point me to the code that should be added to the footer.php
Hi Syed,
The wp_footer()is necessary for many plugins to functions properly. It can be easily fixed by adding the code
< ?php wp_footer(); ?>
to footer.php file of your theme as described here
http://codex.wordpress.org/Theme_Development
You can manually add it but it makes any future changes a pain to manage
Hi Guys,
The WP plug-in does not seem to be compatible with 2.9.2. Any upgrade coming out soon? I have installed the script manually but that will be a pain with upgrades.
Thanks for the help!
Hi Phil,
We have tested it to 2.9.1 without any problems. What exactly seems to be the issue with the .9.2? Is the code not being added correctly or is the admin area not working?
Works on WP 3.0. Great plugin would be nice if it additional options; like being able to fool clickheat into thinking that certain static elements (like navbars and sidebars) are all part of one page so you can see those clicks together, but that may be a thing for the clickheat guys to work on.
I installed and activated the plugin, now is there anyway to view the heatmap on a specific post? For example http://www.yoursite.com/blog/?p=47 is there anyway to see a heat map with a link like that?
Thanks.
yes, you will see a drop down menu in the clickheat admin area if there are any clicks received for that page during that time period.