WP Cumulus

A little while ago I posted a Flash based tag cloud frontend here that was hoping to convert into a plugin for WordPress. I had some time on my hands tonight, so I decided to finish it. The actionscript needed a major overhaul, and in order to allow decent integration into as many layouts as possible the plugin itself needed an options page. Thanks to WP’s brilliant documentation, and lots of helpful posts by people who’s PHP skills far exceed mine, it’s now done.

Download WP Cumulus 1.11.

You can see it in action here.

Version history

Version Changes
Version 1.11 Restores an earlier fix for IE to force loading of the Flash movie.
Version 1.1
  • Complete rewrite of the Flash movie (Actionscript 3, requires Flash Player 9 or better).
  • Better mouse detection.
  • Adds option to distribute the tags evenly over the sphere.
  • Adds support for categories.
  • Adds the ability to pass parameters to the WordPress wp_tag_cloud function.
  • Several smaller enhancements.
Version 1.05
  • Fixes several issues with IE, including an issue where it was impossible to use the regular version and the widget on the same page. Thanks to Fadi for alerting me to these.
Version 1.04
  • Fixes the “it kills my blog” error for people using PHP 5.2 or newer. Thanks to Mujahid for helping me debug this.
  • Speed improvements in the Flash code.
Version 1.03
  • Removes the wp_head hook in yet another attempt to fix issues with some other plugins and themes.
  • Reduces system overhead by storing less options.
  • Adds setting for speed.
  • Adds a widget with seperate options (size, colors, speeds, etc).
  • Attemps to detect when the mouse leaves the movie, reducing the ’spinning, but not out of control’ effect.
  • Several minor fixes.
Version 1.02 Fixes issues with sites not loading after activation, reduces server load and fixes lost spaces in tags. Thanks to Dimitry for helping me debug these issues.
Version 1.01 Fixes an issue where the cloud would spin out of control when the browsers loses focus on OSX.
Version 1.00 Initial release version.

Here’s what you should know about “WP Cumulus”:

Installation

  1. Make sure you’re running WordPress version 2.3 or better. It really won’t work with older versions. Really.
  2. Download the zip file and extract the contents.
  3. Upload the “wp-cumulus” folder to your plugins directory (wp-content/plugins/)
  4. Activate the plugin through the ‘plugins’ page in WP.
  5. See “Options->WP Cumulus” to adjust things like display size, etc…

Using WP Cumulus

In order to actually display the tag cloud, you have three options.

  1. Create a page or post and type [WP-CUMULUS ] anywhere in the content, but without the space before the last bracket. This ‘tag’ will be replaced by the flash movie when viewing the page.
  2. Add the following code anywhere in your theme to display the cloud. <?php wp_cumulus_insert(); ?> This can be used to add WP Cumulus to your sidebar, although it may not actually be wide enough in many cases to keep the tags readable.
  3. The plugin adds a widget, so you can place it on your sidebar through ‘Design’->’Widgets’. The widget uses a separate set of settings, so it’s possible to have different background colors, sizes, etc.

About the options

WP Cumulus options screen

The options page allows you to change the Flash movie’s dimensions, change the text color as well as the background.

Width of the Flash tag cloud
The movie will scale itself to fit inside whatever dimensions you decide to give it. If you make it really small, chances are people will not be able to read less-used tags that are further away. Anything up from 500 will work fine.

Height of the Flash tag cloud
Ideally, the height should be something like 3/4 of the width. This will make the rotating cloud fit nicely, while the extra width allows for the tags to be displayed without cropping. Text is horizontal by nature, which is why the ideal aspect is slightly landscape even though the could is circular.

Color of the tags
Type the hexadecimal color value you’d like to use for the tags, but not the “#” that usually precedes those in HTML. Black (000000) will obviously work well with light backgrounds, white (ffffff) is recommended for use on dark backgrounds.

Background color
The hex value for the background color you’d like to use. This options has no effect when “Use transparent mode” is selected.

Use transparent mode
Turn on/off background transparency. Enabling this might cause issues with some (mostly older) browsers

Rotation speed
Allows you to change the speed of the sphere. Options between 25 and 500 work best.

Distribute tags evenly on sphere
When enabled, the movie will attempt to distribute the tags evenly over the surface of the sphere.

Display
Choose whether to show tags only, categories only, or both mixed together. Choosing ‘both’ can result in ‘duplicate tags’ if you have categories and tags with the same name. These words will appear twice, with one linking to the tag and the other to the category overview.

wp_tag_cloud parameters
This setting allows you to pass parameters to the wp_tag_cloud function, which is used to fetch the tag cloud. Use caution with this setting. Everything you enter will be passed to the function. Be sure to read the function’s manual. Please also note that these parameters affect tags only. If you’ve chosen to show categories or both, the category ‘tags’ will not be affected.

WP-Cumulus widget options

Troubleshooting / issues / other

I see a regular tag could and a line of of text about how I need the Flash plugin
It appears you either do not have Flash Player 9 or better installed, or you’ve disabled javascript. If you’re absolutely positive that both are available, try enabling the “Insert SWFObject include into header” setting in the WP Cumulus options page.

Hey, but what about SEO?
I’m not sure how beneficial tag clouds are when it comes to SEO, but just in case WP Cumulus outputs the regular tag cloud (and/or categories listing) for non-flash users. This means that search engines will see the same links.

I’d like to change something in the Flash movie, will you release the .fla?
No. You can contact me about doing custom versions if you like, but I won’t be releasing the source code for the Flash movie.

My theme/site appears not to like this plugin. It’s not displaying correctly.
Older versions had issues with PHP 5.2 (or better). This has been fixed. If you’re having trouble getting WP-Cumulus to work, please try a different theme and check for HTML markup errors. If this does not help, please contact me with as much info as you can.

Some of my tags occasionally hit the sides of the movie and are cropped
If this happens you should change the aspect for the movie to make it wider. This can be done by increasing the width, but also by decreasing the height. Both will make the movie “more landscape” giving long tags more room.

Some characters are not showing up
Because of the way Flash handles text, only Latin characters are supported in the current version. This is due to a limitation where in order to be able to animate text fields smoothly the glyphs need to be embedded in the movie. Replacement Flash movies with several other character sets are available:

To use them, simply copy it over the original “tagcloud.swf”. These work with version 1.05 only.

I’m not using WordPress…

  • Steve Springett has ported this to Movable Type. More info over on his site.
  • Michael Robinson has ported WP-Cumulus to RapidWeaver, see his tutorial here.
  • I wrote this post on how to use the flash movie in other contexts.

When I click on tags, nothing happens.
This is usually caused by a Flash security feature that affects movies served from another domain as the surrounding page. If your blog is http://yourblog.com, but you have http://www.youblog.com listed as the ‘WordPress address’ under Settings -> General this issue can occur. In this case you should adjust this setting to match your blog’s actual URL. If you haven’t already, I recommend you decide on a single URL for your blog and redirect visitors using other options. This will increase your search engine ranking and in the process help solve this issue :).

Share and Enjoy:
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon

Filed under: English, WordPress plugins | Tags: , , , , | Roy | March 15, 2008

133 Comments

  1. Fantastic. Thanks for releasing this. As soon as I saw your first post about it I hoped you’d get this into a plugin. Great work.

    Comment by Neil MacLean — March 15, 2008 @ 10:39 pm

  2. hey roy..
    i like the idea but i’m losing my style sheet when i activate your plugin? i’m up to date version wise.. i’ve got very few plugins enabled..? have you heard anything similar?

    Comment by david windham — March 16, 2008 @ 4:14 pm

  3. @David: There appears to be a closing tag missing for one of the scripts in your blog’s header. Apparently my plugin adding further code to the header caused that to act up. I’m pretty sure that if you fix that, WP Cumulus will work fine.

    Comment by Roy — March 17, 2008 @ 9:31 am

  4. Thank you, thank you, thank you! Now this is what I call a tag cloud. Works like a charm. Initially I had the same problem as David but I was able to fix it. In my case it was the lightbox plugin that interferred with the wp_cumulus

    @David: Look at your source code without the wp_cumulus on your page. You will see which plugin is ‘incorrect’. Disable it and put the wp_cumulus code back in.

    Comment by Richard — March 17, 2008 @ 4:43 pm

  5. [...] Download WP Cumulus here SHARETHIS.addEntry( { title: “A new type of tag cloud: WP Cumulus”, url: “http://mindplunge.com/2008/03/17/a-new-type-of-tag-cloud-wp-cumulus/” } ); [...]

    Pingback by mindplunge » Blog Archive » A new type of tag cloud: WP Cumulus — March 18, 2008 @ 9:30 pm

  6. Hi,

    Thanks for a fun plugin!

    But I can’t seem to get this working. My blog is in Japanese. Will it work with multi-byte? I’ve tried using the other tagcloud.swf as well.

    You can check out the page here.
    http://www.ad-minister.net/tagcloud2/

    For some reason, the whole source code of that page has vanished…

    Comment by yoichi — March 19, 2008 @ 4:04 am

  7. Hi Yoichi. I personally have no experience in dealing with the japanese character set in Flash. However, even if the tag cloud doesn’t display your language I can not think of a reason why it should kill the entire page. Have you tried deselecting the “insert SWFObject…” setting in the options panel?

    Comment by Roy — March 19, 2008 @ 8:43 am

  8. Hi Roy,

    Thanks for your quick response and also sending over the new tagcloud.swf file.

    But unfortunately it is still not working. The insert SWFObject…” setting has been deselected since I do have another plugin using it.

    Strange…

    Comment by yoichi — March 19, 2008 @ 10:38 am

  9. [...] Visit & Download [...]

    Pingback by WordPress Plugins - SEO Friendly Images, FeedSnap, WP Cumulus at WordPress Themes, WordPress Plugins, Blog Tips, WordPress Optimizations >> WPthemesplugin.com — March 19, 2008 @ 11:43 am

  10. [...] Visit & Download [...]

    Pingback by Wp Wordpress » Blog Archive » WordPress Plugins - SEO Friendly Images, FeedSnap, WP Cumulus — March 19, 2008 @ 11:58 am

  11. @yoichi: Since the page breaks completely, there’s very little I can do to debug the situation…

    Comment by Roy — March 19, 2008 @ 4:43 pm

  12. “My theme/site appears not to like this plugin. It’s not displaying correctly.
    First thing you should try is to turn off the “Insert SWFObject include into header” option. This will probably render the plugin inoperable, but your blog should still work. If this fixes the issue then please try adding the SWFObject code manually into your blog’s header.php (just before the tag, and only if it’s not already there).”

    - Sorry but don’t work with Wordpress 2.3.3 and firefox naviguator.

    - It’s sure, because i have 0 plugins and original base theme.

    - When this plugins is active it destroy all the theme

    I’m very sad, because this plugins show great

    Comment by 3psyl0n — March 20, 2008 @ 6:19 am

  13. [...] Tanck has created one of the coolest plugins for WordPress 2.3+ that I’ve seen. WP Cumulus creates a flash based revolving tag cloud that has to be seen to be appreciated. The plugin also [...]

    Pingback by WP Cumulus - One Really Cool WordPress Plugin | wpmania.com — March 20, 2008 @ 7:50 pm

  14. Yes, same here. Breaks everything. And I’m working on a very, very simple site. I’m going to look into the source and try to fix it myself, but I thought I’d let you know.

    (In FF and Safari AND IE, on OSX with Parallels.)

    Comment by christopher — March 26, 2008 @ 5:09 pm

  15. It looks like it has something to do with your function

    wp_cumulus_createflashcode()

    Comment by christopher — March 26, 2008 @ 5:18 pm

  16. … regardless of whether or not the function has been initialized by calling your build-function within the site.

    Comment by christopher — March 26, 2008 @ 5:19 pm

  17. I’m working to resolve this issue. Unfortunately I do not have no way of recreating the error, so I’m working in the dark… Please hang in there for a little while. As soon as I get this figured out I will post a fix here.

    UPDATE: Version 1.02 aims to fix these problems.

    Comment by Roy — March 26, 2008 @ 8:14 pm

  18. Hi, I’m making a blog and I use wordpress, I try to add your aplication and i can’t do it, the plugin is active, and doesn’t matter if i make a page or a post, I can’t see it in my page. I tryed to add the code : in the theme, but this doesn’t works to, plase if anybody can help me, I’m lost.
    THANKS!!!

    Comment by german — March 27, 2008 @ 6:16 am

  19. Hi German. I can actually see the tag cloud on the “tags” page of your site, as well as underneath the main content. It is however white on a white background and very hard to spot. Also, you have only a single tag available. Try writing some content and adding a few more tags.

    I changed the default setting to non-transparent in version 1.02 to avoid this type of confusion.

    Comment by Roy — March 27, 2008 @ 9:43 am

  20. [...] плагина WP Cumulus от Роя Тенка (Roy [...]

    Pingback by Блог Волотко Дмитрия - Это нормально © :: Entries :: Облако тегов, с использованием флеша.WP Cumulus - плагин для WordPress. — March 28, 2008 @ 12:02 pm

  21. This is a gag …

    On v1.01 plugins crashed theme when i actived it
    On v1.02 plugins don’t crashed when i active it, but crash when i use it with [WP-CUMULUS] in a post

    I ve a clean install of wordpress whith no plugins, and the blue default theme of wordpress 2.3.3

    I never seen the beautiful 3D tags on my wordpress blog

    Comment by Alpha — March 28, 2008 @ 10:21 pm

  22. [...] Et cela de manière trèèèèès facile grâce au plugin wordpress nommé WP-Cumulus. [...]

    Pingback by Mettez vos tags dans un nuage en 3D | Homo Sapiens Internetus — April 3, 2008 @ 10:39 am

  23. [...] un plugin. WP Cumulus qu’i’s’appelle. Vous uploadez le plugin (dans wp-content/plugins/WP-Cumulus) et [...]

    Pingback by Berious » Vos tags dans un nuage 3D (WP) — April 3, 2008 @ 5:12 pm

  24. [...] WordPress chez Roy Tanck’s. Thanks mate [...]

    Pingback by WP Cumulus, WordPress plugin pour afficher un nuage de tags | Calyptratus — April 3, 2008 @ 9:00 pm

  25. [...] le nuage de tags en 3D ! Découvert sur Homo Sapiens Internetus, ce plugin Wordpress, nommé WP Cumulus, vous permet de générer un nuage de tags en 3 dimensions. Voici ce que ça donne pour moi [...]

    Pingback by De la 3D pour vos tags - Veille 2.0 — April 3, 2008 @ 9:29 pm

  26. This plugin (the implementation anyway) is now running within Movable Type. So for the bloggers on MT who want this to use WP-Cumulus, you can download the widget at: http://www.6000rpms.com/blog/2008/04/04/flash-tag-cloud-for-mt-4.html

    Thanks Roy. This is one of the coolest Tag Cloud implementations I’ve seen!

    Comment by Steve — April 4, 2008 @ 9:50 pm

  27. [...] Wp-Cumulus est a mon avis un Plugin qui risque de faire beaucoup de bruit tellement c’est simple a utiliser avec un rendu assez agréable en fin de compte avec le moins d’efforts . [...]

    Pingback by WordPress Plugin Cumulus: Nuage de Tags en Action | DzOrdre — April 4, 2008 @ 11:12 pm

  28. Hello,

    can you do the same plugin for categories??? It will be great.

    Thanks

    Comment by RZ1 — April 7, 2008 @ 10:07 pm

  29. @RZ1: That would be entirely possible. However, I feel this effect suits tag clouds better. I’ll keep this in mind for version 2 though…

    Comment by Roy — April 8, 2008 @ 8:01 am

  30. Hi again :)
    Some idea for future version of wp-cumulus :
    -sometimes, tags are staked, and it is dificult to see tags behind the other. Maybe improved random tags 3d distribution…
    -multicolors tags?
    -fastest travel to a tag in the back of “3d sphere”.

    Comment by RZ1 — April 9, 2008 @ 9:34 pm

  31. Hi

    Great plugin ! Even with the speed of tags being a bit too high :)

    Too bad i can’t make it work with my theme, WP-Premium (cf. demo here http://niss.gdc-hebergement.fr/WP/index.php?wptheme=WP_Premium_(niss) ). The header trick breaks the news slideshow (in flash too) and without modifying the header, i just see tags in text format (in my sidebar). I’m using WP 2.5 too.

    Any idea of a solution for this ?

    Comment by Stromb — April 12, 2008 @ 12:21 pm

  32. [...] WP cumulus : Un magnifique tag cloud en flash. [...]

    Pingback by Mon choix de plugins | Papilouve — April 12, 2008 @ 1:18 pm

  33. Hi Stromb. Have you tried manually adding in the SWFObject lines into your header? There appears to be a lot of javascript in that theme, so my guess is that SWFObject doesn’t play nice with one of the other scripts. You could try adding in the lines (see above) at different places inbetween <head> and </head> in your theme’s header.php.

    Comment by Roy — April 13, 2008 @ 11:46 am

  34. why my sidebar can’t dispaly well

    Comment by lokr — April 13, 2008 @ 3:40 pm

  35. [...] Wp-Cumulus est a mon avis un Plugin qui risque de faire beaucoup de bruit tellement c’est simple a utiliser avec un rendu assez agréable en fin de compte avec le moins d’efforts . [...]

    Pingback by WordPress Plugin Cumulus: Nuage de Tags en Action | ::: Dz*Ordre ::: — April 13, 2008 @ 5:34 pm

  36. hi. maybe make an option to choose a different font, or find a pretty one that supports unicode. this one doesn’t and is not funny when there is a letter missing inside a word

    Comment by picsel — April 14, 2008 @ 9:45 pm

  37. Hi Picsel. If your language isn’t listed under the “Some characters are not showing up” header above, drop me an email….

    Comment by Roy — April 15, 2008 @ 8:09 am

  38. Hi Rob

    I followed instructions on this page.

    When using first rule => cf. step 2 :
    Add the following code anywhere in your theme to display the cloud. This can be used to add WP Cumulus to your sidebar, although it may not actually be wide enough in many cases to keep the tags readable.

    It just displays the cloud tag in html

    So i used the solution in the FAQ => cf. My theme/site appears not to like this plugin. It’s not displaying correctly.
    and then it explodes my flash slideshow (each items of the slideshow appeared in html one after each other etc…)

    Sadly, even if i uderstand a bit code, i’m not a coder. Yes this Theme use a few script and i’m trying to see with his creator if he has a solution.

    If you can, a good thing would be to make of it a widget for sidebar use. But it’s perhaps more complicated than it seems…
    I’ll try to test again with my header to see if by chance it works. Anyway, that’s stil a great plug-in :)

    Comment by Stromb — April 15, 2008 @ 6:03 pm

  39. Sorry for long post, you may delete the last one.

    Ok, i found what was the problem … It was the CTC Plug-in … (Configurable tag cloud). Now it runs very well in the sidebar with just cumulus insert php code. And with the slideshow in parallel in the header.

    Now my only trouble with the cloud is it’s wider than higher, landscape style. But to insert it in a sidebar, it would be better if it was higher than wider, portrait style. My sidebar is already 320 pix wide, and i can’t expand it anymore.
    I’ve tried to put it under the slideshow for instance, and it’s not nice anymore as both flash object are too big (and my theme in this case feels broken…).
    If i change the size of the cloud, let’s say 320 * 640, tags are still like in a small landscape bubble, they don’t expand up and down if you see what i mean.

    After that, if you allow me a critic, of course the speed of the cloud, which prevent from having time to read tags unless you put your mouse on them. I mean it’s a cloud, not a storm ;) The way it moves, it also distract attention too much.

    Comment by Stromb — April 15, 2008 @ 6:36 pm

  40. Hi Stromb. Thanks for looking into this. I’ll try the CTC plugin and see if I can somehow get the two to play nice. The plugin feeds the output from WP’s standard tag cloud template tags to the flash movie, so if any plugin alters that output I can see how things would go haywire.

    As for the aspect ratio of the flash movie, I’m afraid that, considering how it’s a sphere and text is usually written horizontally, there’s actually very little I can do about it. One of my reasons for not including a widget is the fact that it doesn’t really work on a sidebar.

    I’ll see if I can incorporate a speed control in furure versions. I personally feel it’s just fine this way though. Setting it to lower speeds Could make navigating to the tags furthest away in the background sluggish.

    Comment by Roy — April 15, 2008 @ 7:42 pm

  41. Couldn’t you shape the sphere like an egg ? (in vertical position)

    Or perhaps simply making 2 spheres, like an 8, with tag from a to m in sphere 1 and tags from n to z in sphere 2 (ok, i’m not a coder … :) ) This way in a sidebar it’s easier to display the flash could vertically.

    I mostly use the CTC plugin to gave a larger size to tags, as i have many (60 and more coming) and this helps creating a distingo between some tags who would be too much of the same size.

    In my case, it’s mostly the theme i use and the idea i have of the overall aspect which “blocks” me. So all in all, it’s not really your plugin fault :)

    I could also reduce the size of the slideshow, so to put it in my 320 wide sidebar, and then putting the flagcloud (hmm, nice name …) at the place of the slidshow you may say … hmm, i’ll try to see what it does.

    As for the speed, yes, it still have to be a bit nervous. Perhaps it’s just me which is disturbed by the way it turns (when there’s no mouse over).

    Comment by Stromb — April 15, 2008 @ 9:03 pm

  42. [...] Vai alla pagina di download Articoli correlatiI plugin che utilizzo su Worldpress.it [...]

    Pingback by Worldpress.it | Dai vita al tuo blog: Cumulus Plugin| 4Stars Blog — April 20, 2008 @ 7:37 am

  43. Hi Roy - excellent work on this plugin, exactly what I was looking for! Thanks.

    I only wish that it could be customised a little further to slow down the rotation speed, or disable rotation completely until mouseover and then disable again on mouseout. It’s a little too distracting when its spinning wildly if you have it in the sidebar or alongside primary content.

    Also would love better support for more than the default 40 tags - I find if I increase the number to around 60 then they start to overlay pretty badly.

    Keep it up!

    Comment by coda — April 20, 2008 @ 2:39 pm

  44. Hi I am using this plugin and its really great. Just 2 things that are needed.
    1. I would like to alter the font
    2. I have lots of tags overlapping making it difficult to click on. Is there a way to stop this happening?

    Thanks

    Comment by David — April 21, 2008 @ 2:18 pm

  45. I also have a third suggestion for future versions. Can you make it so that when you mouse over an item it stops moving. That way you can get to all the tags even if they are overlapping and you don’t have to play catch when it moves away from your mouse.

    Just an idea! ;-)

    Comment by David — April 21, 2008 @ 2:24 pm

  46. [...] WP Cumulus allows you to place an interactive, flash-based tag cloud on any page you choose. [...]

    Pingback by Cory Bohon » Tag cloudiness — April 25, 2008 @ 4:03 pm

  47. thanks for a great plugin!

    one suggestion: could you add an option to limit the number of tags?

    I’d like to set the cloud to only show the 10 most used tags, or something similar like that.

    Also, because tags in the cloud often overlap, it would be great if you point on a tag with your mouse, it not only stops spinning, but zooms in on the tag to make it legible.

    thanks!

    Comment by erik stronks — April 27, 2008 @ 2:34 pm

  48. [...] fingerspidser: WP Cumulus - pluginet puster liv i din tag cloud med (oh gys) flash… Nu er flash og SEO at sammenligne [...]

    Pingback by Flash Tag Cloud : Digital Frontier — April 28, 2008 @ 10:05 am

  49. [...] Flash Tag Cloud Widget « Contact Us –  [...]

    Pingback by » Flash Tag Cloud — May 1, 2008 @ 11:26 am

  50. [...] If you like, go the link http://www.roytanck.com/2008/03/15/wp-cumulus-released/. [...]

    Pingback by Flash Tag Cloud — May 2, 2008 @ 11:37 pm

  51. [...] interactive flash plugin - WP-Cumulus by Roy Tanck - displays a three-dimensional infographic sphere composed of your tags. Very [...]

    Pingback by WordPress Plugin: Cumulus - 3D Globe Tag Cloud » Eli Foner — May 3, 2008 @ 11:39 pm

  52. [...] Tag Cloud (hoping to switch to Cumulus when it’s more [...]

    Pingback by More notes on v6 - blog - coda.coza — May 6, 2008 @ 2:24 am

  53. Great Job. I got it running in minutes and think it looks just perfect. My suggestions to it: I have no idea about flash programming but I would prefer if the tag would could slow down a bit. Also I would like to build a page where the cloud fills the whole page but keep my small column version, too. // Anyway. Thanks a lot again. It looks very very nice.

    Comment by Andreas — May 7, 2008 @ 3:36 pm

  54. [...] это идея, которой я нашел воплощение в виде отдельного плагина, с другой стороны — практичная реализация, не [...]

    Pingback by *идея: wordpress tags | tiaurus@plus — May 11, 2008 @ 1:09 am

  55. [...] WP-CUMULUS est disponible ici. [...]

    Pingback by Smarties Blog’s » Un plugin pour wordpress | Un blog coloré et sucré ! — May 12, 2008 @ 12:11 pm

  56. [...] potete scaricarlo da quì Tags: Web, Wordpress You can follow any responses to this entry through the RSS 2.0 feed. You [...]

    Pingback by WP Cumulus | WoRldIsBlAcK — May 13, 2008 @ 2:51 pm

  57. I used this plugin for a few days. It did some wacky things to my style sheet. Mainly not allowing the style sheet to load. The site would load without the style sheet when you first hit it. If the user reloaded the page manually then it loaded the style sheet. I can reproduce this at will when the plugin is activated. I hope this helps you debug it more.

    Cheers.

    Comment by The House of Husar — May 14, 2008 @ 5:15 pm

  58. [...] wordpress, évidemment. WP Cumulus vous permet donc de transformer votre nuages de mot clés format texte, en un nuages en flash [...]

    Pingback by » WP Cumulus : Le nuages de tags en flash… Geekeries.fr - Actualités High-Tech Informatique, Apple, Windows, Linux, Microsoft — May 15, 2008 @ 6:26 pm

  59. [...]  http://www.roytanck.com/2008/03/15/wp-cumulus-released/ [...]

    Pingback by Chris Timothy’s Blog, » New Tag cloud installed — May 16, 2008 @ 9:55 am

  60. Wordpress | Neue Plugins…

    Plugins für Wordpress, sprissen zur zeit wie Pilze aus dem Boden. Einige habe ich installiert, einige funktionieren nicht bei mir. Hier eine kleine Auswahl:
    WassUp

    WassUp ist ein Statistikplugin, welches in Realtime das Surfverhalten der Besucher…

    Trackback by Mr. MacTVs Blog — May 20, 2008 @ 7:47 am

  61. [...] Cloud WordPress plugin that Alex Cristache found. It is one developed by Roy Tanck and is called WP Cumulus, in a pleasing play of words on the notion of a tag [...]

    Pingback by A Very Easy WordPress Tag Cloud Web Page | StayGoLinks — May 21, 2008 @ 6:54 am

  62. [...] Shout out to Roy for creating the plugin. [...]

    Pingback by the laughing linden branch » New Tag Cloud — May 21, 2008 @ 7:04 am

  63. Hello !
    How much tags are displaying ?
    Could you add an option to choose how much tags will be displayed ?

    Comment by Dric — May 22, 2008 @ 9:49 am

  64. Hi Dric. Currently it uses WordPress’ default number of tags, which I think is 45 max. This works well and does not clutter the cloud too much in most cases. I am however planning to add a setting to the plugin that lets you override this, as well as other options. Planned for version 1.05.

    Comment by Roy — May 22, 2008 @ 10:54 am

  65. Awesome. I was able to make it work in a smooth way. Good work.

    Comment by Muthu — May 22, 2008 @ 5:12 pm

  66. [...] a neat tag cloud to the blog that you can see below.  It’s called WP Cumulus and uses flash to do the tag rotation effect.  If flash isn’t installed it degrades [...]

    Pingback by Les Harris | Thoughts, Dreams, and Technology » Blog Archive » Tag Cloud — May 23, 2008 @ 7:52 am

  67. Hello i have just installed this very nice plugin but i have 1 error when i try to validate my site:

    Validation Output: 1 Error

    1. Error Line 374, Column 522: element “tags” undefined.

    …0″);so.addVariable(”tagcloud”, “%3Ca+href%3D%27http%3A%2F%2F

    How can i fix it?

    Thanks

    Comment by switch — June 1, 2008 @ 7:17 pm

  68. Hi Switch. Thanks for bringing this to my attention. This was caused by a minor character encoding issue. I fixed it and re-uploaded the zip archive. Since this is strictly a validation issue and does not affect performance, I see no point in calling it a new version or anything.

    Comment by Roy — June 1, 2008 @ 7:56 pm

  69. Thanks a lot Roy great work and congrats again for this plugin.

    Comment by switch — June 1, 2008 @ 8:06 pm

  70. Can u please help me with installing, im using the latest wordpress version , ur latest plugin version. everything is okay but the links on the tags doesn’t seem to work ?> any idea what can cause this and if u can plz take a look at www,tehnomaniac,info

    Thanks in advance

    Comment by Fadi Saaida — June 2, 2008 @ 11:29 pm

  71. awesome. i sure wish i was using wordpress. would there be any way it can be used with joomla?

    Comment by zonkie — June 3, 2008 @ 6:28 pm

  72. [...] Wp-Cumulus - This could be one of the coolest plugins for WordPress 2.3+ that I’ve seen. WP Cumulus creates a flash based revolving tag cloud that has to be seen to be appreciated. The plugin also gives you the option to change color, background, width, and height to fit your blog. Have made decisions to plug some thing in you your blog? These are my recomendation: [...]

    Pingback by Empowering Your Blog with these 50 Best WordPress Plugins | KopiOnline.com — June 6, 2008 @ 3:29 am

  73. Great !
    just an idea to make it perfect : add support for categories. Ideally, I’d like 2 checkboxes, one to enable tags and the other categories, so that one could either have 2 widgets, or mix both in a single widget !

    Cheers!

    Comment by Dr. Goulu — June 6, 2008 @ 8:07 am

  74. [...] I love this thing! It makes me actually want to click on my tags. Get it here. [...]

    Pingback by Zach is Here - Word Press Cumulus — June 9, 2008 @ 7:43 pm

  75. This plugin displays tags “how they _want_ to be displayed”

    I’m constantly impressed with it.

    I keep getting ideas on different ways to display data with this thing - I think I failed my last programming assignment because of wp_cumulus…

    Thanks Roy, for creating such an amazing plugin - and thanks for being so patient with me!

    Mike

    Comment by Michael Robinson — June 11, 2008 @ 6:25 am

  76. [...] Plugin “WP-Cumulus” hatte ich bisher noch nicht gesehen. Es handelt sich um eine nette Spielerei, mit dem man die [...]

    Pingback by Querblog.de - Wordpress-Plugin: WP-Cumulus als Tag-Cloud — June 12, 2008 @ 9:21 pm

  77. Looks amazing.

    Comment by Fallen — June 12, 2008 @ 11:17 pm

  78. is there a build for chinese characters ?

    Thanks!

    Comment by lkc — June 23, 2008 @ 10:55 am

  79. Hi Ikc. No there isn’t currently. I’ve tried, but to no avail. It appears that my Arial font (supplied with Vista) does not contain Chinese (simplified) characters. Also, a version supporting Chinese would be very heavy in term of file size.

    Comment by Roy — June 23, 2008 @ 11:02 am

  80. [...] 安装和别的插件一样,设置更简单。直接在你的widgets上添加就是了。那么就去作者的站点下载吧。 [...]

    Pingback by 飘动的标签云插件 | page's blog — June 23, 2008 @ 4:49 pm

  81. great job!

    ok with firefox but really don’t work with IE 7 for me … :-(

    Comment by Ben — June 24, 2008 @ 10:15 pm

  82. Hi Ben. It appears your blog has some pretty serious markup errors. This was the first time I came across a page that the W3C validator could not even begin to validate. Please see http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.myben.be%2F for details. This type of thing can easily break SWFObject and with it WP-Cumulus.

    Comment by Roy — June 25, 2008 @ 7:13 am

  83. [...] Dieses Plugin heisst WP Cumulus und ich habe es auf dem Blog von Roytanck entdeckt. [...]

    Pingback by Flash-Tagcloud mit einem Wordpress-Plugin | Blogging, Internet und Webpromotion — June 27, 2008 @ 12:09 pm

  84. [...] Plugin nennt sich WP Cumulus und erzeugt mittels Flash eine schicke bewegliche Tagcloud. Zwar ist diese sicherlich nicht für [...]

    Pingback by Schicke Tagclouds mit Flash « FFs WP-Notizblog — June 27, 2008 @ 2:13 pm

  85. [...] And it underscores the sad fact that I don’t have near enough of my posts tagged. Get it here. By Will | Also posted in asides, blog | Tagged blog, Off-Topic, plugin, wordpress | « [...]

    Pingback by Sixsquare » Coolest WordPress Plugin Ever — June 28, 2008 @ 5:09 am

  86. [...] Get it here! [...]

    Pingback by Diurnal Labyrinth | WP Cumulus rocks! — June 28, 2008 @ 9:52 am

  87. Please tell me, how kind it supports Chinese?

    Comment by Nicelover — June 28, 2008 @ 6:37 pm

  88. [...] 详细可到插件目录查看 [...]

    Pingback by WordPress插件推荐:漂浮的标签云 - 诡谲·翳影 の Blog — June 28, 2008 @ 7:05 pm

  89. Hi Nicelover. Currently, doing a chinese version is not an option for me. Not only do I lack the right fonts, but embedding thousands of characters would make the plugin very heavy and slow.

    Comment by Roy — June 28, 2008 @ 8:21 pm

  90. i can translate turkish.

    Comment by sec k — June 29, 2008 @ 11:22 pm

  91. [...] flash tag cloud  from Roy Tanck’s Weblog . Seems I need to add more tags to my posts. Perhaps I should clean up my out of control [...]

    Pingback by pafa.net » Flash Tag Cloud — June 30, 2008 @ 1:05 am

  92. Just wanted to drop a line and say thanks for the plugin. I’m using it on http://mba-geek.com and it really works well the theme.

    Thanks again!

    Owen

    Comment by Owen — June 30, 2008 @ 2:38 pm

  93. [...] приглянулось, так это сделанный на том же Flash плагин WP Cumulus, который выводи облако меток в виде трехмерной [...]

    Pingback by В поисках интересного… | Патифонов.нет | Это мой первый блог, в котором я стараюсь описать все этапы создания, усовершенствования и продв — July 1, 2008 @ 2:13 pm

  94. [...] Wordpress-Plugins wie zum Beispiel WP Cumulus sind Flash-Grafiken und um diese im Blog präsentieren zu können, muss man sich bewusst fragen, ob [...]

    Pingback by Neue Flash-Suchtechnologie fuer Google und Yahoo | Blogging, Internet und Webpromotion — July 2, 2008 @ 12:17 am

  95. Hello.
    I want to use this wonderful plug in.

    But after all I cannot display the Japanese definitely.
    I want to help with Japanization if good, but how will?

    Though the English is not pride, I am glad when I contact it by an email.

    Comment by wp-users.jp — July 4, 2008 @ 3:28 pm

  96. Hi, I like this plugin, thank you very much. But I have a problem that my Chinese tags can’t be shown.

    Looking forward for update.

    Comment by clarezoe — July 6, 2008 @ 1:20 am

  97. Wow! great plugin!
    Does it work with Russian (cirilic) fonts?

    Comment by coma — July 6, 2008 @ 12:37 pm

  98. [...] плагин для WP, который делает облако тэгов буквально живым. При этом можно такую вкуснятину вставлять и в [...]

    Pingback by   Живое облако тэгов by Блог о мозаике — July 6, 2008 @ 4:26 pm

  99. [...] плагин для WP, который делает облако тэгов буквально живым. При этом можно такую вкуснятину вставлять и в [...]

    Pingback by Живое облако тэгов | ПЯТИГОРЕЦ — July 6, 2008 @ 4:45 pm

  100. Superb!! Never thought the installation will be super easy. But setting through Setting > WP Cumulus is no use. Just set at Design > Widget > Add > Edit.

    For me, this is the best plugin/widget I ever met. I means, in the term of installation.

    Comment by Coisox — July 7, 2008 @ 4:58 am

  101. [...] Source: WP Cumulus [...]

    Pingback by Flash Based Tag Cloud Replacement | WING LOON — July 7, 2008 @ 6:38 am

  102. @clarezoe, coma: There is a Cyrillic version (see above), but I’m afraid Chinese is not an option.

    @Coisox: Whether you should use the widget settings or not depends on whether or not you’re using the widget or not.

    Comment by Roy — July 7, 2008 @ 8:26 am

  103. [...] WP Cumulus released! | Roy Tanck’s weblog [...]

    Pingback by links for 2008-07-11 « PinoyBlurker @ PinoyBlogoSphere.com — July 11, 2008 @ 4:31 pm

  104. [...] nor de taguri, insa in spatiu. daca doriti sa il download-ati si il instalati puteti sa intrati pe site oficial. Ca si instalare, pluginul nu pune mari probleme, iar daca doriti sa il afisati in alta zona a [...]

    Pingback by WP Cumulus plugin | Blogul lui kosmin — July 11, 2008 @ 9:00 pm

  105. [...] Nu, hoe kun jij ook deze creatieve tag cloud gebruiken op jouw eigen WordPress blog? Heel eenvoudig. Deze WordPress plugin genereert een widget die je eenvoudig kunt toevoegen aan je sidebar - als deze widgetized is uiteraard! Je kunt de plugin vinden op de site van Roy Tanck en de plugin heet WP Cumulus. [...]

    Pingback by Creatieve Tag Cloud voor je WordPress blog : I-Dimensie — July 12, 2008 @ 1:36 pm

  106. Hi there!

    One question. Can I use this tagcloud as well for displaying the categories instead of the tags?

    Thanks.

    Comment by Niels — July 12, 2008 @ 5:53 pm

  107. tq bro. nice work! :wink:

    Comment by alone — July 12, 2008 @ 10:33 pm

  108. Awesome Plugin. I have a problem though. when a tag is clicked on the cloud, the URL is redirected to http://the-geek.in/tag/ Somehow my tags cant be referenced
    on this URL. Is there any problem with my TAGs ?

    Comment by Ved — July 13, 2008 @ 3:42 pm

  109. Hi Ved. The same thing happens when I click regular tags. I’m at a loss as to why, but it appears to have nothing to do with WP-Cumulus…

    Comment by Roy — July 13, 2008 @ 6:38 pm

  110. [...] WP Cumulus - I am not one for flashy stuff on my website however this gem of a plugin caught my eye while visiting justtellmewhy.com that I discussed in an earlier article.  This turns your Wordpress tag cloud into a nice rotating flash display.  You can see it in action in my sidebar.  You have full control over the speed and style of the tags and if your reader doesn’t have flash installed they will just see the normal tag cloud. [...]

    Pingback by Serial Box Crime » Blog Archive » » My Top Ten Wordpress Plugins — July 14, 2008 @ 1:37 am

  111. Yes, I also feel that I have goofed up somewhere in Wordpress settings. Can you please help me out with it ? How to set up tags so that http://the-geek.in/tag/ works fine.

    Comment by Ved — July 14, 2008 @ 1:38 pm

  112. @Ved: My guess is that it has something to with permalinks. Try disabling those for a moment and see if that helps. Other than that there’s very little I can think of. Perhaps the blog URL and WP install settings…

    Comment by Roy — July 14, 2008 @ 1:58 pm

  113. thanks bro…..it’s very cool widget…

    Comment by yusdi — July 14, 2008 @ 3:36 pm

  114. I have been using Wordpress for a long time and when I started, I used “categories” as my solution for “tags”. So, this is yet another vote for “category” support. my “tag cloud” is here (http://thesalmonfarm.org/blog/tagcloud/) and even though is uses categories under the covers, purpose and result is in deed a tag cloud. I suspect there are others, like me, that used categories as tags (even if we should have changed). Thanks !

    Comment by Glen — July 14, 2008 @ 4:55 pm

  115. [...] плагин для WP, который делает облако тэгов буквально живым. При этом можно такую вкуснятину вставлять и в [...]

    Pingback by ПЯТИГОРЕЦ » Архив блога » Живое облако тэгов — July 15, 2008 @ 11:42 pm

  116. Merci beaucoup,
    Realy nice

    Comment by Bentux — July 16, 2008 @ 1:13 pm

  117. Yep ! magical plugin, man !!!!

    Great great job..

    i would like to be able to add more tags in it, though…

    thanks a LOT !

    Comment by LOmiG — July 16, 2008 @ 2:47 pm

  118. Hi LOmiG. I was in the process of uploading version 1.1 when your comment rolled in. 1.1 gives you control over things like that :).

    Comment by Roy — July 16, 2008 @ 2:48 pm

  119. Hi Roy,
    Thank you for this great plugin, that I use on my website since a few months without any problems…
    (Sorry for my english, I’m only a french lawyer !).
    I’m using IE7, and since I have upgraded Cumulus to 1.1, your tags-cloud appear (in the widget and the page) only on the first load of my site : if I go on another page end comme back on my homepage, nothing appears…
    I just tested on FF, it’s OK : so can you explain to me ig there is something special to do to make it work correctly on IE7 ?
    Thank you very much - and sorry again for this poor english…

    Comment by Maître Mô — July 18, 2008 @ 5:10 pm

  120. Your plugin is really fantastic AND very special.

    Maybe its too good - and everybody will always look at those moving words, and nobody will look at the content of my webopage. (www.hannes-urdl.at)

    The good thing is: Your tag cloud provides my content.

    Thank you really.

    Greetings from Austria.

    Comment by Hannes — July 18, 2008 @ 11:30 pm

  121. [...] плагины и темы, например очень необычно выглядит его облако тегов на флэше для WordPress. Жаль что плагин не поддерживает [...]

    Pingback by WordPress пост - Блокнот — July 19, 2008 @ 4:30 am

  122. Hi Maître Mô. I fixed your issue in version 1.11. Thanks for pointing this out.

    Comment by Roy — July 20, 2008 @ 11:44 am

  123. Thank YOU, Roy, great and so fast job !!!

    Comment by Maître Mô — July 21, 2008 @ 4:03 am

  124. [...] This is totally cool from Roy Tanks website.. [...]

    Pingback by Cool stuff to have in Word Press — July 21, 2008 @ 8:25 am

  125. [...] WP-cumulus [...]

    Pingback by Wordpress : insatllation de base | Second Life @ Stonfield InWorld — July 21, 2008 @ 10:08 am

  126. Hi Roy,

    Brilliant plugin you’ve got here. I have a question though. Would it be possible to display the flash in a post? I have a revolving featured articles (they’re just posts) section on my WP site and would love to display it.

    Cheers!

    Comment by OMGriffin — July 21, 2008 @ 5:44 pm

  127. Hi OMGriffin. That was actually the very first thing the plugin could do. Using the [WP-CUMULUS] “tag” you can place the sphere anywhere in a post or page. You do however have a single set of settings (under ’settings’->’WP-Cumulus’) for all instances you create this way (all besides the widget).

    Comment by Roy — July 21, 2008 @ 6:19 pm

  128. Thanks for this plugin !

    I have added a feature in order to display default tag cloud when javascript is deactivated

    Replace line 93 by :

    $flashtag .= ”;
    $defaultCloud = wp_tag_cloud(array(’format’=>’array’));
    foreach ($defaultCloud as $defaultTag)
    {
    $flashtag .= $defaultTag.’ ‘;
    }
    $flashtag .= ”;

    It’s more accessible :)

    Thanks again !

    Comment by teles — July 22, 2008 @ 8:28 pm

  129. Hi Teles. I’m not quite sure what your code improves, as the original plugin already outputs the regular tag cloud as alternate content for the flash… I’ll look into it when I have time. Tnx.

    Comment by Roy — July 22, 2008 @ 9:51 pm

  130. [...] 2、WP Cumulusというプラグインを2.5.1で有効化している [...]

    Pingback by hayasaka修行ブログ~裏目人生脱却計画~» Blog Archive » wordpressデータベースが吹っ飛びました。 — July 23, 2008 @ 11:36 am

  131. [...] 具体的样子你可以到插件作者的页面看看:WP-Cumulus [...]

    Pingback by WP-Cumulus 用flash显示你的标签 | 老N的博客 — July 23, 2008 @ 1:17 pm

  132. [...] liberty of changing to the ‘elite’ theme available at http://wpzone.net/, I added the WP-Cumulus plugin Tag Cloud, and of course installed mysql along the [...]

    Pingback by Curse of the Power User - DarrenRush.com — July 23, 2008 @ 1:53 pm

  133. [...] ne pouvais pas attendre pour partager avec vous ce super plugin pour WordPress : WP-Cumulus. Ce plugin génère un nuage de tags en 3D, sous forme d’une sphère composée de vos tags [...]

    Pingback by Le nuage de tags qui déchire tout ! » article » BLOmiG — July 24, 2008 @ 2:06 pm

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress | Design by Roy Tanck