Ryboe Tag Cloud Plugin for WordPress

Familiar with seeing tag clouds around the net?  Would you like to display the content on your WordPress blog as tags and tag clouds respectively.  Then look no further.  We have released the first version of the Ryboe Tag Cloud Plugin for WordPress. This plugin uses the WordPress widget system to place a tag cloud in your sidebar.  With a fast and easy install, you can quickly convert your categories to "tags" and have a tag cloud in your sidebar in no time!

Download the Ryboe Tag Cloud Plugin

Here's how to install it:

  1. Make sure you have WordPress Widgets installed on your .blog. If you don't, go ahead and head here for official instructions on how to install WordPress widgets. Note** The download link is on the left side of that page.
  2. After verifiying that you have WordPress Widgets installed, download the Ryboe Tag Cloud Plugin for WordPress.
  3. Unzip the file and copy it to your /wp-content/plugins/widgets directory with all of your other widgets.
  4. Log into your WordPress Dashboard and head to the "Plugins" menu. Find the plug-in entitled "Ryboe Tag Cloud" and select "activate"
  5. Navigate to Presentation -> Sidebar Widgets and drag the "Ryboe Tag Cloud" onto your sidebar layout. (Be sure to change your title here if you wish to have one).
  6. Visit your blog to see your new tag cloud!

It's that quick and easy.  Now you have a slick little tag cloud of all your post categories on your sidebar!

Related Posts

  • Ryboe Tag Cloud 1.02 Released
  • Ryboe Tag Cloud V.1.01 Released
  • Projects
  • WordPress 2.2 Released!
  • Remove Fancy Quotes in WordPress
  • 24 Responses to “Ryboe Tag Cloud Plugin for WordPress”

    1. Peng Says:

      I'm having a problem with this because I don't have I use the default style of permalinks. Now whenever someone clicks on a category in the cloud they get an error page. Is there any way I can fix this so I don't have to change how my permalinks are created? It would screw up way to many posts with internal links if I have to change that option.

    2. raj Says:

      I like your tag cloud so much better than mine. Good work!

    3. cheney Says:

      when i log into wordpress there is no option for "Navigate to Presentation -> Sidebar Widgets and drag the "Ryboe Tag Cloud" onto your sidebar layout. (Be sure to change your title here if you wish to have one)."

      is this widget only for wordpress.com blogs, because i need to know the code to be able to put this to use. would you be able to provide that code for me?

    4. Sean Sullivan Says:

      @Peng

      In a future release I will make the links intelligent off of what you choose to use for your permalinks… right now this only works if you use the default permalink settings for categories.

      @cheney

      Yes the widget is for use with WordPress blogs. In order to get the "Presentation -> Sidebar Widgets" option, you need to install the Sidebar Widgets into your WordPress template. Instructions for this are available here: http://automattic.com/code/widgets/

      After you get the widgets installed you simply activate the Ryboe Tag Cloud in your Plugin Manager and it will become available!

    5. kimberley Says:

      Great widget, just what I was looking for. This is probably a stupid user error, but I have some problem with my permalink structure that's preventing this from working. It installed and displays just fine, but when you click on a category you get a 500 error. Could you possibly take a look and tell me if anything jumps out at you? I'm far from tech-savvy, so I'm sure it's just something I've overlooked and nothing to do with your plugin.

      Thanks!

    6. Glenn Says:

      Is there a way to invoke the widget as a plugin/php code on a page as well?

      I'm using it on my sidebar, but want to add it o my search page.

    7. jesse Says:

      As the poster said above me that it work just fine, except that the way the url for my blog which resides in a folder name "Blog" When click on a category(cloud) it takes me to the Homepage, because that way it's set up as http://www.domain/blog/index.php/ then when click on a cloud-category the url gets redirected to http://www.domain/category/on-the-net/. This is probably the way my permalinks is set up maybe because the blog is on a ub folder? Anyways, nice tag cloud.

    8. tiffany Says:

      hi, this is exactly what i'm looking for…except, i want post tags in addition to the ones set as categories and for those to be what shows up in the cloud. i can't figure out where to add this to wordpress. i'd be super grateful if you could point me to something.

    9. Matthew Says:

      Thanks for the great plugin! The download link points to an .php file that delivers an empty .zip, but I was able to get the zip directly from http://www.ryboe.com/downloads/ryboe_tag_cloud.zip. Is that just my browser misbehaving?

    10. Tag Cloud Plugin and Widgets - Matthew Botos Says:

      [...] I found a nice Tag Cloud Plugin for WordPress, which also introduced me to the wonderful world of WordPress widgets. The widgets offer an easy way to customize WordPress with a web-based drag-and-drop interface instead of having to muck with the template code. Dropping in the tag cloud widget gives you the expected tag cloud of your categories, which is more compact and informative than the usual long list of them. [...]

    11. Bob Says:

      Hi Sean,

      I have downloaded and installed the widget, activated it and all seems fine. Except for the fact that the links created by the tags show up as a non-existent url.
      Let me just give you an example:

      http://www.bobmeetsworld.com/

      The tag will link to http://www.bobmeetsworld.com/category/misc/ while that page is actually http://www.bobmeetsworld.com/?cat=1

      The permalinks are set to default on wordpress 2.1.

      Any ideas what this might be ?

      I have looked at several tag cloud widgets but yours seems to be precisely what I was looking for.

    12. Ryboe.com » Blog Archive » Ryboe Tag Cloud V.1.01 Released Says:

      [...] We received such a positive reaction after the release of the Ryboe Tag Cloud for WordPress Plugin. It seems that there are many people out there with WordPress blogs who are looking for a simple and elegant tag cloud to show off their category tags. Well, we are pleased to announce that we have added a nice little enhancement to the plugin in the form of an update — version 1.01. [...]

    13. Chris Gray Says:

      Nice work - I'm putting my hand up also for support of other permalink styles. :) Can't wait!

    14. Chris Samuel Says:

      I've already got widgets working, but even though I activate the plugin it doesn't appear alongside my other widgets (such as WPG2) under Presentation -> Sidebar widgets.

      I'm running Wordpress 2.0.10 under Debian Etch with PHP 5 CGI (5.2.0-8+etch1) and I'm not seeing any errors reported so I feel at something of a loss..

      Any clues ?

    15. Fidel Ixcoy Says:

      Gracias men.

    16. Rosario Doriott Says:

      @jesse: I had a similar problem. How I fixed it was to go in and edit the ryboe_tag_cloud.php file manually.

      I changed the following line from:

      $link = isset($options[1]) ? 'category/'.$value['slug'].'/' : '?cat='.$value['id'];

      to:

      $link = isset($options[1]) ? 'wordpress/category/'.$value['slug'].'/' : '?cat='.$value['id'];

      As my blog is located at mydomain.com/wordpress

      I hope that helps you.

    17. Frans Mäyrä Says:

      Great looking widget, and thanks also to Rosario: adding the subfolder string into the php file did the trick — the links to category pages now work fine!

    18. Ryboe.com » Blog Archive » Ryboe Tag Cloud 1.02 Released Says:

      [...] Past Releases: Release 1.01 Original Release [...]

    19. Sean Sullivan Says:

      New version released! Please check it out here: http://www.ryboe.com/2008/02/26/ryboe-tag-cloud-v102-released.html

    20. Rose Says:

      Nice looking widget but the title is misleading. I guess its only for categories but does not actually use your tags at all? I suggest you change the name then.

      Thanks for your hard work in any case. :)

    21. Mathins Says:

      very happy to have tag cloud plugin for Wordpress :) Great job

    22. Ekltoazp Says:

      Thanks!,

    23. AbominationNation Says:

      Why no preview?

    24. mbah gendeng Says:

      hmmm thanks i will try

    Leave a Reply