WordPress Heat Map plugin

Update 05/05/14: There’s a new dedicated projects page for the WordPress Heat Map plugin where all further development will proceed. Please refer to this page for information about this plugin in the future.

The WordPress Heat Map plugin provides you with two new template tags for displaying a heat map (aka weighted list) of your categories and your monthly archives. Activity in any given category or month can be indicated by varying font sizes, color intensities or both. There are versions of this plugin for both wordpress v1.5 and v1.2.
You can check out a live demonstration of this plugin at the archives page where it’s used for the “Activity by Month” section.
This plugin was largely inspired by Matt Kingston’s excellent Weighted Categories plugin.

# Feb 10, 2005 at 22:32

24 Responses

[...] Wordpress HeatMap Plugin Categories - WordPress Hack LinkyLoo — Mark Release notes & download: Create colored heat maps of your Wordpres [...]

Pingback by Weblog Tools Collection » Wordpress HeatMap Plugin on Feb. 11th, 2005, at 13:17 #

Very cool. Thanks.

Comment by Jenna on Feb. 12th, 2005, at 9:11 #

[...] Quicktags Gravatar Explicit Category Sort Random Posts for Chinese WP Advanced Stats WordPress Heat Map Live Preview: Comments Alternative Recent Comments [...]

Pingback by hsuyo BLOG » Blog Archive » ÂêæÂÆ?Êúâ blog ÂàùÂçáÁ¥ö on Feb. 23rd, 2005, at 2:22 #

Thank you so much for this! Gives me inspiration to actually make a proper archives page.

Comment by Andrew on Mar. 13th, 2005, at 9:53 #

[...] ly-links, wordpress, the-sounds-we-make, del.icio.us, plugins

engadgeted.net » WordPress Heat Map plugin If I ever implement t [...]

Pingback by The Sounds We Make » engadgeted.net ¬ª WordPress Heat Map plugin on Mar. 13th, 2005, at 11:47 #

[...] dified to do it with (she is a plugin junkie). You can get the original Word Press plugin here. I quickly implemented it and su [...]

Pingback by mc hot blog » Weighted Archives on Mar. 18th, 2005, at 18:04 #

[...] seasonings… I meant WArchives!, my weighted archives page. Last night I yanked the Heat Map Plugin and added functions to weight by word count and words pe [...]

Pingback by optional n » Blog Archive » War Chives! on Mar. 18th, 2005, at 23:31 #

I really want to get this thing working, but for the life of me I can’t see how it works.

After I activate the plugin..where am I supposed to point my browser to see my heat map?

Confuzzled…?

Comment by Heatsink on Apr. 5th, 2005, at 5:00 #

Hi Christoph,

is there any way to make your (fabulous!) plugin to show commonly used (key)words instead of categories or archives?

Comment by Erwin on Apr. 5th, 2005, at 20:52 #

@Heatsink: The plugin doesn’t automatically provide you with a heat map page upon activation. Activating the plugin will give you two new template tags as described above (more information about template tags at wordpress codex). You have to include these tags somewhere in one of your templates to display a heat map on your site. If you need more help on this, feel free to send me an e-mail.
@Erwin: Sorry, the plugin can’t do this at the moment. Are you thinking of keywords inferred from the full content of your posts or keywords provided via some plugin utilizing custom fields? For the former, i can’t think of any feasible way to get useful results. For the latter, i might be able to add this if you could point me towards the plugin in question or provide me with information about the custom fields in use.

Comment by christoph on Apr. 6th, 2005, at 3:03 #

Hey Christoph, thanks for getting back to me. :)

On my blog I use the keywords plugin made by Jerome Lavigne (http://vapourtrails.ca/2005-03/jeromes-keywords-14/)

As I was looking up the url of the plugin, I read that Jerome himself is actuelly working on a tag-cosmos plugin to work with the keywords plugin.

Good times!

Thanks for your generous offer, but I’ll go with the thingie Jerome is working on as it should work side by side with keywords perfectly. :)

Comment by Erwin on Apr. 6th, 2005, at 15:43 #

[...] lished a kind of ‘bridge’ between the two plugins by using functions from both plugins. WordPress Heat Map Plugin (by Christoph Wimmer) and deliciousTagging (b [...]

Pingback by fresh-labs blog / WP-Plugin: Heat.icio.us-Bridge on Apr. 9th, 2005, at 16:28 #

Wow Heavy Man.

Sweet! I now have Heat Maps or “Weighted Tags” in my archive (Which looks like crap I know). This is thanks due to the Heat Map plugin from engadgeted.net. Many thanks to the author. This one worked whereas the other I tried didn’t. Although this o…

Trackback by hifidelity.org on Apr. 13th, 2005, at 12:00 #

[...] photo tags (a bigger font size denotes more items): here or the alterantive ‘heat map’ http://www.engadgeted.net/archives/2005/02/10/wordpress-heat-map-plugin/ Real tagging like flickr http://chaotic.nexusvector.net/archives/2005/01/16/ [...]

Pingback by jackymouchoir » Blog Archive » Links to cool plugins… on Apr. 19th, 2005, at 15:40 #

Thanks Christoph for the great plugin.

Missing from here is the code you enter into your wordpress file -index.php,sidebar.php,whatever-

You can get an example snippet of code from http://www.creationrobot.com/wp-content/tagcloud_code.txt

HTH

Comment by Jackdaw on Apr. 25th, 2005, at 18:31 #

[...] : May 10, 2005

Status: Installed Just installed the Heat Map plugin. This plugin provides a template tag that can be place [...]

Pingback by Heat Map plugin at the Dogberry Patch on May. 10th, 2005, at 10:44 #

[...] n is prefixed “-bridge” because established a kind of ‘bridge’ between the two plugins: WordPress Heat Map Plugin (by Christoph Wimmer) and deliciousTagging (b [...]

Pingback by fresh labs blog / WP-Plugin: Heat.icio.us-Bridge on May. 15th, 2005, at 14:28 #

[...] lugin installed and configured FlickrRSS plugin modified pages installed and configured Heatmap plugin

No Comments » No comments yet. [...]

Pingback by Jason Prini .com » More upgrades on Jun. 1st, 2005, at 15:51 #

Hi,

Thanks for the plugin! One note, there is a small bug in your default markup. The default for after is missing the trailing ; (semicolon). This is in line 11 of wp-heatmap.php.

Other than that, great success! Wonder if I can get the cool overlapping effect?

Comment by Seth Ladd on Dec. 15th, 2005, at 8:36 #

Oh boy, that bug sure is embarassing, thanks for pointing it out - it’ll be fixed in a minute.

Comment by christoph on Dec. 15th, 2005, at 23:03 #

I really want to get this thing working, but for the life of me I can’t see how it works.

After I activate the plugin..where am I supposed to point my browser to see my heat map?

Confuzzled…?

Comment by morfey on Dec. 25th, 2005, at 21:22 #

Morfey, you have to put the template tags (heatmap_categories(), heatmap_archives(), see above) somewhere into your template files for displaying a heat map. You can get more info about templates on the wordpress codex.

Comment by christoph on Dec. 25th, 2005, at 22:57 #

[...] Weighted Categories or Heat Map (to integrate with Keywords?), Bunny’s Technorati Tags [...]

Pingback by Shadow » Blog Archive » WordPress Wiki - Plugin on Apr. 5th, 2006, at 4:06 #

[...] http://wordpress.org/support/topic/31578 http://www.zeldman.com/daily/0405d.shtml http://www.engadgeted.net/archives/2005/02/10/wordpress-heat-map-plugin/ http://www.hitormiss.org/projects/weighted-categories/ [...]

Pingback by Mój mały kącik w internecie / Tag cloud on Nov. 28th, 2006, at 14:29 #


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser