A Javascript tag cloud implementation for WordPress

I’ve implemented a “tag cloud” feature for the category list in my WordPress powered weblog. The implementation is in Javascript.

The script can be freely used without any restriction/terms by anybody.

To use this in your weblog:

  1. use the “categories” id for the category list “UL” (see wp_list_cats)
  2. include this script in footer.php

technorati tags: , , ,

8 Responses to “A Javascript tag cloud implementation for WordPress”

  1. Tapan Says:

    Dude,

    I just implemented the code in my footer.php, but can’t see the cloud..

    Am i missing anything??

  2. Tapan Says:

    Thanx a ton,

    Thought tag cloud code to be rocket science..

    u made it much simpler

  3. gopal Says:

    I can see it, worked for your blog :)

  4. wan hsi Says:

    hey there do you have a live example that you can show me thanks

    Wan Hsi

  5. gopal Says:

    @wan hsi:
    I’ve put my implementation in my weblog now :)

  6. pravin Says:

    hi i have perl script and i want to implement tag cloud in it. how can i implement ur code into perl script?

  7. Ben Says:

    Hi there, thanks for a great script.. I can’t seem to get anything to show .. what am I missing =)

    regards
    Ben

  8. gopal Says:

    @Ben: as mentioned in the instructions, the category list needs to be named “categories” i.e., it needs to be within <ul id=”categories”>…</ul>

Leave a Reply