Adding HeatMaps to your website


Posted in: php, visualization | Save to del.icio.us |

ClickHeat is a wonderful PHP software that lets you add Heatmaps for your webpages. Heatmaps are visual representation of clicks on a HTML page, showing hot and cold click zones. It can be useful to see at a glance which webpage areas are getting the most clicks as this areas get redder in color while the areas receiving less clicks are white. The software has many options to tweak, and the heatmaps can be added on a per page basis.

A sample heatmap image is shown below. You can also use the clickheat class in your own PHP applications. The software doesn’t require any database, only GD graphics library must be enabled on the server, which in most cases already is.

You can view a heatmap for the index page for this site here. I’ve presently only added click log for the index page, so try clicking on the index page links to update the heatmap.

username : visitor
password: visitor

If you don’t see any changes in the heatmap, click on the “log my clicks” link in the right corner or try logging out and then logging in again.

heatmap

2 Responses

1

Nicolay Vasiliev

May 14th, 2008 at 1:53 am

It’s strange, but it haven’t count my click on the link “6 books to master PHP” in Popular Posts…

2

Nicolay Vasiliev

May 14th, 2008 at 1:56 am

Oh, sorry – it just appeared a bit later then I requested it to show. Great! Thanks for your demo!

Comments are disabled for this post, but if you have spotted an error, feel free to contact me.