WP Cumulus released!

WP Cumulus

WP-Cumulus has moved to WordPress.org. The information on this page is no longer maintained. Please see http://wordpress.org/extend/plugins/wp-cumulus/ for the latest version of the plugin and documentation.

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.

You can see it in action here.

Version history

Version Changes
Version 1.12+ Moved to WordPress.org/extend.
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. Under Linux, transparency doesn’t work in at all due to a known limitation in the Flash player.

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. The plugin download includes the Flash movie’s source code, which wil allow you to create a version for your language. There’s a text field in the root of the movie that you can use to embed more characters. If you change to another font, you’ll need to edit the Tag class as well.

More info here

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
  • Slashdot
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Google Bookmarks
  • Twitter
  • Facebook
  • FriendFeed
  • MySpace
  • Yahoo! Buzz
  • LinkedIn
  • Netvibes
  • RSS
Related posts:
  1. WordPress plugin: WP-Cumulus Flash based tag cloud
  2. Finally, a new WP-Cumulus update
  3. Another quick WP-Cumulus update
  4. How to add more characters to WP-Cumulus
  5. WP-Cumulus is now open source

857 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. Link: mindplunge » Blog Archive » A new type of tag cloud: WP Cumulus
  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. Link: WordPress Plugins - SEO Friendly Images, FeedSnap, WP Cumulus at WordPress Themes, WordPress Plugins, Blog Tips, WordPress Optimizations >> WPthemesplugin.com
  10. Link: Wp Wordpress » Blog Archive » WordPress Plugins - SEO Friendly Images, FeedSnap, WP Cumulus
  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. Link: WP Cumulus - One Really Cool WordPress Plugin | wpmania.com
  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. Link: Блог Волотко Дмитрия - Это нормально © :: Entries :: Облако тегов, с использованием флеша.WP Cumulus - плагин для WordPress.
  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. Link: Mettez vos tags dans un nuage en 3D | Homo Sapiens Internetus
  23. Link: Berious » Vos tags dans un nuage 3D (WP)
  24. Link: WP Cumulus, WordPress plugin pour afficher un nuage de tags | Calyptratus
  25. Link: De la 3D pour vos tags - Veille 2.0
  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. Link: WordPress Plugin Cumulus: Nuage de Tags en Action | DzOrdre
  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. Link: Mon choix de plugins | Papilouve
  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. Link: WordPress Plugin Cumulus: Nuage de Tags en Action | ::: Dz*Ordre :::
  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. Link: Worldpress.it | Dai vita al tuo blog: Cumulus Plugin| 4Stars Blog
  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. Link: Cory Bohon » Tag cloudiness
  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. Link: Flash Tag Cloud : Digital Frontier
  49. Link: » Flash Tag Cloud
  50. Link: Flash Tag Cloud
  51. Link: WordPress Plugin: Cumulus - 3D Globe Tag Cloud » Eli Foner
  52. Link: More notes on v6 - blog - coda.coza
  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. Link: *идея: wordpress tags | tiaurus@plus
  55. Link: Smarties Blog’s » Un plugin pour wordpress | Un blog coloré et sucré !
  56. Link: WP Cumulus | WoRldIsBlAcK
  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. Link: » WP Cumulus : Le nuages de tags en flash… Geekeries.fr - Actualités High-Tech Informatique, Apple, Windows, Linux, Microsoft
  59. Link: Chris Timothy’s Blog, » New Tag cloud installed
  60. Link: Mr. MacTVs Blog
  61. Link: A Very Easy WordPress Tag Cloud Web Page | StayGoLinks
  62. Link: the laughing linden branch » New Tag Cloud
  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. Link: Les Harris | Thoughts, Dreams, and Technology » Blog Archive » Tag Cloud
  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. Link: Empowering Your Blog with these 50 Best WordPress Plugins | KopiOnline.com
  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. Link: Zach is Here - Word Press Cumulus
  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. Link: Querblog.de - Wordpress-Plugin: WP-Cumulus als Tag-Cloud
  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. Link: 飘动的标签云插件 | page's blog
  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. Link: Flash-Tagcloud mit einem Wordpress-Plugin | Blogging, Internet und Webpromotion
  84. Link: Schicke Tagclouds mit Flash « FFs WP-Notizblog
  85. Link: Sixsquare » Coolest WordPress Plugin Ever
  86. Link: Diurnal Labyrinth | WP Cumulus rocks!
  87. Please tell me, how kind it supports Chinese?

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

  88. Link: WordPress插件推荐:漂浮的标签云 - 诡谲·翳影 の Blog
  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. Link: pafa.net » Flash Tag Cloud
  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. Link: В поисках интересного… | Патифонов.нет | Это мой первый блог, в котором я стараюсь описать все этапы создания, усовершенствования и продв
  94. Link: Neue Flash-Suchtechnologie fuer Google und Yahoo | Blogging, Internet und Webpromotion
  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. Link:   Живое облако тэгов by Блог о мозаике
  99. Link: Живое облако тэгов | ПЯТИГОРЕЦ
  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. Link: Flash Based Tag Cloud Replacement | WING LOON
  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. Link: links for 2008-07-11 « PinoyBlurker @ PinoyBlogoSphere.com
  104. Link: WP Cumulus plugin | Blogul lui kosmin
  105. Link: Creatieve Tag Cloud voor je WordPress blog : I-Dimensie
  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. Link: Serial Box Crime » Blog Archive » » My Top Ten Wordpress Plugins
  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. Link: ПЯТИГОРЕЦ » Архив блога » Живое облако тэгов
  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. Link: WordPress пост - Блокнот
  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. Link: Cool stuff to have in Word Press
  125. Link: Wordpress : insatllation de base | Second Life @ Stonfield InWorld
  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. Link: hayasaka修行ブログ~裏目人生脱却計画~» Blog Archive » wordpressデータベースが吹っ飛びました。
  131. Link: WP-Cumulus 用flash显示你的标签 | 老N的博客
  132. Link: Curse of the Power User - DarrenRush.com
  133. Link: Le nuage de tags qui déchire tout ! » article » BLOmiG
  134. Link: despuesdegoogle » Blog Archive » WP-Cumulus, nube de tags en movimiento para WordPress
  135. Link: Planeta WordPress » Nube de tags en movimiento con WP-Cumulus
  136. Hi Roy.
    First of all, I wanna say thank you very much for this, I love it :)

    I am using version 1.05 now and I can’t seem to use the swf from latest version with my code now (based from 1.05) :(
    anyway, haven’t investigated much about the problem but I’m sure its no biggie, and I’ll figure it out later.

    Some of users are requesting the normal viewing of the tag clouds on my site so I made a “Cloud View” or “List view” on my page on http://www.143pinoy.com/tags/ to allow visitors to revert back to normal listing. Check it out

    Thanks again and good luck :)

    Comment by Fedmich — July 26, 2008 @ 6:30 pm

  137. please can you add some function for opening tags in new tab?

    Comment by mory — July 27, 2008 @ 2:10 am

  138. Link: Nube de tags en movimiento
  139. Link: MK BLOG | Wordpress İçin Flash Etiketler Eklentisi | MujdatKorkmaz.Com
  140. @Fedmich: You really shouldn’t attempt to use different versions of the Flash movie and the plugin together. I’ve made a lot of little adjustments over time, to the point where it’s almost guaranteed to not work.

    Your list view/cloud view switch is pretty nifty :)

    @mory: Hmmm… I’m not sure that would be a good idea. People are not leaving your website when clicking tags, and the target attribute is on the way out as far as the W3C is concerned.

    Comment by Roy — July 27, 2008 @ 10:25 am

  141. Çok teşekkürler. kullanıcam bunu.

    Comment by Volkan — July 27, 2008 @ 3:29 pm

  142. Portuguese Version – Download

    Comment by Alexandre Pereira — July 27, 2008 @ 7:51 pm

  143. Sorry,i had problem with host, new portuguese version – Download.

    Comment by Alexandre Pereira — July 28, 2008 @ 9:35 pm

  144. Link: Un nuevo blog os saluda | Comunmedia
  145. Link: “Bola” de tags en flash para WordPress | ContraPosteando
  146. It is ABSOLUTELY BEAUTIFUL and I love the way the flash overrides the template design, with floating words anywhere… that was exactly the effect I wanted for my blog!
    ciao

    Comment by tt — July 29, 2008 @ 5:43 pm

  147. Link: del.icio.us-Links (11. Juli bis 28. Juli) « der tag und ich
  148. Link: romk | influences
  149. Link: Point map Director’s » WordPressで調クールな3Dタグクラウドに挑戦
  150. Link: Point map Director’s » WordPressでクールな3Dタグクラウド
  151. Link: MujdatKorkmaz.Com » Wordpress İçin Flash Etiketler Eklentisi
  152. For some reason, the latest version (1.12) won’t work on worpress 2.6. 1.11 works flawlessly on 2.6.

    Comment by Timmy — July 31, 2008 @ 9:21 pm

  153. Hi Timmy. Did you upload only the innermost ‘wp-cumulus’ folder? There’s an extra folder with the same name around the actual plugin (and the Flash source files), but you should only upload the inner one.

    I’m looking into ways to fix this. I’ll probably have to remove the extra folder by rearranging the files in the current release and perhaps exclude the sources from the main download.

    Comment by Roy — July 31, 2008 @ 11:53 pm

  154. Love yout plugin since the first time see it. I tried to use it to my blog but it show’s up too small since I use 2 sidebars. Sorry :)

    Comment by mocona — August 1, 2008 @ 4:35 am

  155. Way to go, this plugin looks like a great way to make use of the boring, and quite frankly, ugly ass tag cloud. I haven’t installed it just yet, but I am sure it will be one the best plugins that I’ve found. Nice work!

    Comment by Bryson — August 1, 2008 @ 7:05 am

  156. Русская версия плагина тут: http://www.wordpressplugins.ru/look/wp-cumulus.html
    Russian version of the plugin here: http://www.wordpressplugins.ru/look/wp-cumulus.html

    Comment by Flector — August 1, 2008 @ 9:50 am

  157. Thank you man… This nice plug-in. I used this. perfect

    congrulations

    Comment by Kenan Hudabi — August 1, 2008 @ 11:48 am

  158. Link: Wordpress İçin Flash Etiketler Eklentisi « Müjdat Korkmaz # Offical Weblog
  159. Yes. I copied the inner folder into the webspace. activated the plugin, and then add a wigdet on the sidebar. It didn’t work.

    Also did other methods:

    Upgrade automatically from wordpress admin page. Managed to upgrade but it didn’t work as well.

    Comment by Timmy — August 1, 2008 @ 1:26 pm

  160. I have the same problem. With Wordpress 2.6 and PHP 5 (maybe this is the problem ?) 1.05 works fine, but in 1.12 no tags are displayed.
    I haven’t tested 1.1 and 1.11 yet.

    Comment by Dennis — August 1, 2008 @ 1:36 pm

  161. when you install it with the build in update thingy in wordpress, things go wrong. You have to manually upload it to your site. At least, in my case. now version 1.12 works great!

    Comment by impulse — August 1, 2008 @ 6:31 pm

  162. I’ve been using this plugin for a month now, works great. Did “upgrade” yesterday in Wordpress for the plugin, and it broke. No longer showed flash movie. So I re-uploaded the old version and it works fine. There seems to be a bug in the new version of the flash movie.

    Comment by Derek Ralston — August 2, 2008 @ 12:37 am

  163. Great plugin! Installed v1.12 on my WP2.5.1 and it worked first time.

    Would be even cooler if:
    a) there was an option to have 2 colour choices for the text (1 for tags, another for categories);
    b) more than 1 cloud could be added to the sidebar.

    But hey, it’s brilliant as it is! Thank you :-)

    Comment by BG — August 2, 2008 @ 1:47 am

  164. hi. Thanks for plugin

    perfect.

    Regards

    Comment by baron — August 2, 2008 @ 2:24 am

  165. Hi,

    Thanks you for your contribution to the Wordpress community. I am running WP 2.6 and downloaded the latest version of Cumulus. All seems to be working tops. I have done a short and fun write up on my blog today (see address above) using your plugin as an example of both the versatility and power of WP.

    Onya mate!!

    R

    Comment by Robert@PNG — August 2, 2008 @ 2:25 am

  166. Hosting a plugin on worpdress.org is new to me, and for the first day or so it was on there, the plugin had an extra folder around it. This would cause the automatic upgrade feature to fail and made installation more complicated than it should be.

    I’ve since gotten the plugin to download properly. If you’re having trouble getting it running, please delete the plugin from your blog entirely, download it again from wordpress.org and do a fresh install.

    I made no functional changes in version 1.12, so if 1.11 worked for you, 1.12 should too.

    Comment by Roy — August 2, 2008 @ 8:26 am

  167. TNX!!! this is amazing… even i have tags and category widgets already on the site, i’ve decided to add your stuff on my site too, because it’s simply great…

    tnx…

    best!

    Comment by lomodeedee — August 2, 2008 @ 9:37 am

  168. Link: Nube de tags en flash para Wordpress en Blog personal de InKiLiNo | Wordpress, Plugins y algo de SEO.
  169. Link: WP Cumulus: 可视化的3D Flash标签云Wordpres插件 | 帕兰映像
  170. thanks for your great tools,it’s so cool!

    Comment by adam — August 3, 2008 @ 10:04 am

  171. Link: WP-Cumulus русская версия | В помощь Блоггеру в Wordpress, оптимизация, раскрутка (SEO)
  172. nice tag cloud! Would you release a original source of swf file, i.e, fla file?

    I want to use it on Korean tags, but embedded font does not support any Korean characters.

    Comment by 智熏 — August 5, 2008 @ 9:16 am

  173. Hi 智熏. Please see this post for more info: http://www.roytanck.com/2008/08/04/how-to-add-more-characters-to-wp-cumulus/ .

    Comment by Roy — August 5, 2008 @ 9:20 am

  174. Link: Mark over vanalles » Blog Archive » Gevonden: WP-Cumulus
  175. Link: Ayşenur,Yucel,yucel,negeziyon,SaNaLLoRd » Blog Archive » Wordpress Flash Tag Cloud- Etiket Bulutu
  176. Link: WP Plugin Archive » WP-Cumulus
  177. Hey Roy,
    I recently checked back on the latest version of WP-Cumulus and just found out that you fixed the “mouse out of movie” problem.
    Thank you for your great work! :-)

    Comment by Jay — August 7, 2008 @ 10:26 am

  178. Hi Jay. That was my main reason for moving to Actionscript 3. Under AS3, Flash finally has proper mouse exit detection. Jay!

    Comment by Roy — August 7, 2008 @ 10:34 am

  179. the plugin dont working with cirillyc languages (ukrainian, russian)

    Comment by Bohdan — August 7, 2008 @ 11:59 am

  180. Hi Bohdan. Please see the comment by Flector above for a translated version.

    Comment by Roy — August 7, 2008 @ 12:07 pm

  181. Excellent plugin!

    There are sometimes problems with tags being superimposed, and one solution to that would be to support a:hover so that pointing at a tag changed its color.

    Another possible solution would be to have tags of different sizes rotate at different speeds, so that overlap was less likely. But I’d really like to be able to change the color of tags on hover.

    Comment by Bodhipaksa — August 8, 2008 @ 5:31 pm

  182. @Bodhipaksa: There’s an option in the plugin’s options panel to distribute the tags evenly over the sphere. This will make them overlap less and increase clickability.

    Color changes are a little harder to accomplish and yield mediocre results because of issues with depth sorting.

    Comment by Roy — August 9, 2008 @ 12:52 pm

  183. Link: Nube de tags en 3D gracias a Flash y a WP-Cumulus - Guiabreve
  184. Link: Leonaut.com
  185. Link: wp-cloud - Nube de tags en 3d | Enbloger.net
  186. Link: gmilburn.ca » Website » Tag Cloud
  187. Hi WebMaster…

    so good this Plugin,but i realy want to use Japanese[Kanji] version…but i dont have programing technic…

    some japanes WP community people,and me.we hope and waiting for relace u’r JP verthion soon….

    Comment by BH — August 11, 2008 @ 6:14 pm

  188. Just a quick thankyou for a great little plugin. Got it up and running smoothly at http://www.emarketerstoolbox.co.uk

    Popped it in a Categories page of it’s own with an option for a “normal” Categories page for people who don’t like it.

    Thanks once again

    Comment by Toby — August 11, 2008 @ 11:01 pm

  189. Uso el Cumulus en mi website, estoy muy contento con el, es muy vistoso pero me gustaria editar el SWF y agregarle un fondo o algo asi, es posible conseguir el archivo fuente?

    Comment by Lost Tigres — August 12, 2008 @ 12:44 am

  190. Hola perdido Tigres. El archivo fuente está disponible de http://wordpress.org/extend/plugins/wp-cumulus/download/

    (If this isn’t Spanish, blame Google Translate :) )

    Comment by Roy — August 12, 2008 @ 8:33 am

  191. Link: WP-Cumulus — «живое» облако тегов - Русифицированные плагины для WordPress (ВордПресс)
  192. Link: Wordpress Plugins Rock! | Robert@PNG
  193. The tag library looks really really cool and I was interesting to understand if there is a version that works with Liferay.

    Comment by Tackle — August 15, 2008 @ 10:50 am

  194. Hi Tackle. I’d never even heard of liferay before today, so no, there isn’t a version of WP-Cumulus for Liferay as far as I’m aware of. You’re completely welcome to give it a try though.

    Comment by Roy — August 15, 2008 @ 11:55 am

  195. Link: New Tag Cloud | First of all, let me apologise...
  196. Hi, thanks for the fantastic plugin, it gives a much more professional feel to any website!

    But…is it possible to get it to work for page tags and not just post tags? Sorry if this is explained elsewhere, but I havent been able to find anything either way.

    Cheers!

    Comment by Darren — August 18, 2008 @ 12:15 am

  197. Hi Darren. I’m not quite sure what you mean by “page tags”. This plugin was built to use WordPress’ built-in tagging system. Currently, you can’t add tags to pages.

    Comment by Roy — August 18, 2008 @ 8:24 am

  198. Thanks for the suggestion about using the option for even distribution of tags over the surface of the sphere. That helped a lot.

    Comment by Bodhipaksa — August 18, 2008 @ 12:16 pm

  199. Link: 史上最炫的tags插件——WP-Cumulus | 望月的博客
  200. Link: WP-Cumulus: Nube de tags 3D hecha en Flash para WordPress - ZeroZen
  201. Link: LieZMaya.Web.ID | Indonesian WebLog » Blog Archive » Plugin Wordpress: WP Cumulus
  202. I godly thank you for this plugin, this is what I searched for a long time, I could exactly use it on my site perfectly, THANKS A LOT!!

    Comment by yo — August 20, 2008 @ 9:10 pm

  203. Link: Urgixgax Blog, jetzt mit Tag-Wolke WP-Cumulus « Urgixgax Blog
  204. Roy. Great plugin. Simply love it.
    Once question, does it impose a limit of how many tags it uses depending on the size of it?
    I have it on my site at (from memory) 200×200. Looks great, but I have noticed that it doesn’t seem to show all the tags I have. It’s not a major concern, I’d just rather know that it’s a feature, rather than me doing somethng wrong? :)
    Anyway, great work.

    Comment by Kerry Emerson — August 21, 2008 @ 1:35 am

  205. Hi Kerry. Thanks. Wordpress’ default is to show the 45 most-used tags, not all of them. The plugin has an option to override this, but increasing the number would probably overcrowd the sphere.

    Comment by Roy — August 21, 2008 @ 8:55 am

  206. Link: flash版绚丽tag云效果 | PCLiver.CN
  207. Link: La mia Query Cloud in 3D | Sviluppo SEO | Seo Specialist Blog
  208. Link: Flash Tag Cloud Wordpress Plugin | Internet Marketing | Rice Blogger
  209. Link: Plugin to show "tags" and "edit comments"
  210. Link: Haberin Merkezi » Blog Archive » Wp Kümülüs (wordpress etiket bulut eklentisi)
  211. Link: 2nibbles » Blog Archive » Probando Tag Cloud
  212. Link: Wp Kümülüs (wordpress etiket bulut eklentisi) | Paylaşım Forum
  213. Link: Rootinq.org Network Box » Blog Archive » Wp Kümülüs (wordpress etiket bulut eklentisi)
  214. Link: Wp Kümülüs (wordpress etiket bulut eklentisi) | guv2000
  215. Link: MAZAFAKA » Blog Archive » Плагин для вордпресса. Вращающееся облако тегов.
  216. Link: Hasan Cil Blog » Wp Kümülüs wordpress etiket bulutu eklentisi
  217. Link: Теперь и у меня есть архив! | Noble Ossage блог - Интересные гвозди
  218. Link: Cedynamix fait peau neuve at Cedynamix
  219. Link: The 31 definite reasons why you should be self-hosting Wordpress » A Division by Zer0
  220. Link: Полную реанимацию блога произведено | СЕО заработок или цель 10 000$ в месяц
  221. Link: 列一下我正在使用的wordpress plugin | A.D.1981
  222. Link: Суббота. Скоро кончится лето. | Жизнь поисковой оптимизации
  223. Link: نمایش ابر برچسب‌های بلاگر در قالب یک فلش متحرک - Persian Mobiles
  224. thanks bro…

    Comment by Badot Inside — September 2, 2008 @ 6:51 am

  225. Link: Una nube de Tags muy original - Plugin WP Cumulus | MP3d - Posicionamiento Seo y Adsense
  226. Link: Affichez votre nuage de tags en flash avec le plugin wordpress Cumulus
  227. Link: 超酷的TagsCloud | 阿驼志
  228. ı am using at http://www.youtubegir.us

    Comment by Emre — September 5, 2008 @ 10:03 am

  229. Turkish character problems !
    Fix pls …

    Comment by Lusnika — September 6, 2008 @ 4:11 pm

  230. Hi Lusnika. You can actually fix this yourself. It’s not possible (or at least plausible) for me to do versions for every single language out there.

    Comment by Roy — September 6, 2008 @ 7:11 pm

  231. @Roy
    wiht FLash CS3 open error :(

    Error Picture:
    http://img144.imageshack.us/img144/2282/errorxl7.jpg

    Comment by Lusnika — September 6, 2008 @ 10:48 pm

  232. Link: Blue Box Sols » Blog Archive » Animated Flash Based 3D Tags Cloud WP-Plugin
  233. Hi Lusnika. It looks like you’re trying to open the swf file in Flash. You should get the fla source file as described in my blog post. Good luck.

    Comment by Roy — September 7, 2008 @ 8:35 am

  234. Hi Roy, I wish use your SphereTagCloud just to screen some words but without linking. Do you think I can use your Devlopment Version ?

    thx.

    Comment by romk — September 8, 2008 @ 4:43 pm

  235. Hi Romk. If you know your way around flash, you should have no trouble removing the links.

    Comment by Roy — September 8, 2008 @ 7:03 pm

  236. Hi Roy, thx for your answer. Just a question, where do you change in AS the place of the words on the sphere. I wanted them all over the shere but in the initial status the place beetween words are not equal. I hope you understant.

    Comment by romk — September 8, 2008 @ 10:52 pm

  237. Link: Webmaster Bulletin
  238. Link: WP Plugin: Rotating 3D Tag Cloud | centrinads
  239. Link: This season » Blog Archive » WP Cumulus: 可视化的3D Flash标签云Wordpres插件
  240. Link: o.me
  241. hi, your plugin is great. but.. what about UTF-8? I’d like to use your plugin, but in my my language there are words with some fancy letters like čšáíúô etc. and it just strips that and than the tags have words without meaning. I believe it’s not that difficult to repair it. Thank you.

    Comment by marcello — September 10, 2008 @ 9:06 am

  242. Hi Marcello. It actually is quite difficult. In order to smoothly animate text in Flash you need to put the entire font in the movie. If it would have been possible (it’s not) to embed the entire utf-8 range into a single swf, the resulting file would be huge.

    That’s why I wrote a tutorial about adding the characters for your language: http://www.roytanck.com/2008/08/04/how-to-add-more-characters-to-wp-cumulus/

    Comment by Roy — September 10, 2008 @ 3:43 pm

  243. Link: Void’s personal blog » Архив » Смена дизайна
  244. Link: Tag cloud. | PROSS.ORG.UK
  245. Just trying to use the WP-CUMULUS, but it’s acting a bit strange…

    I have 11 categories, and have chosen to distibute evenly. However, only 10 categories show up. I then merged two categories so I have 10, but now only 9 show up. Seems to be a random 9 each time (no set problematic category).

    Any ideas?

    Comment by Oli — September 17, 2008 @ 5:20 pm

  246. upgraded from 1.12 to 1.14.

    then it showed no tags anymore. Quickly changed back to version 1.12
    now everything works again….

    Comment by impulse — September 17, 2008 @ 6:50 pm

  247. @Oli: Do you have version 1.14 (released today)? It specifically addresses the issue you’re referring to.

    @Impulse: You could try disabling 1.12 before upgrading. Also, I’ve seen a few cases where re-downloading the plugin and uploading the new copy helped with similar issues.

    Comment by Roy — September 17, 2008 @ 8:54 pm

  248. Link: Плагин "WP-Cumulus" добавляет красивое динамическое облако тегов на flash.
  249. Hey guys! If tag cloud module not working on IE7 try to disable wordress lightbox plugin!! I have that problem, but no all work good!! Thanks to author!!

    Comment by FunLife — September 18, 2008 @ 1:20 pm

  250. Link: 飘动的标签云插件 | page's blog
  251. Hi,
    had the same problem with the IE and disabled now lightbox and it works great, but I resp. my blog can´t live without lightbox. Does anyone here have another solution. I really love cumulus and would much like to implement it in my page.

    Comment by Christoph — September 18, 2008 @ 9:45 pm

  252. I have change the option but the flash target havent change size?
    I used:
    Edited:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    //initially set the options
    function wp_cumulus_install () {
    $newoptions = get_option(‘wpcumulus_options’);
    $newoptions['width'] = ‘300′;
    $newoptions['height'] = ‘225′;
    $newoptions['tcolor'] = ‘333333′;
    $newoptions['bgcolor'] = ‘ffffff’;
    $newoptions['speed'] = ‘100′;
    $newoptions['trans'] = ‘false’;
    $newoptions['distr'] = ‘false’;
    $newoptions['args'] = ”;
    $newoptions['mode'] = ‘tags’;
    add_option(‘wpcumulus_options’, $newoptions);
    // widget options
    $widgetoptions = get_option(‘wpcumulus_widget’);
    $newoptions['width'] = ‘160′;
    $newoptions['height'] = ‘160′;
    $newoptions['tcolor'] = ‘333333′;
    $newoptions['bgcolor'] = ‘ffffff’;
    $newoptions['speed'] = ‘100′;
    $newoptions['trans'] = ‘true’;
    $newoptions['distr'] = ‘false’;
    $newoptions['args'] = ”;
    $newoptions['mode'] = ‘tags’;
    add_option(‘wpcumulus_widget’, $newoptions);

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Help me please
    Check: http://aresvn.com/wp
    Special thanks!

    Comment by X-Jerry — September 19, 2008 @ 7:06 am

  253. hi,

    i actually activate the plugins of yours! but it seems didn’t work for me always blank on my widget i’ved tried the instruction above but still not working can you help me with this? very much appreciated..

    Comment by aeon — September 19, 2008 @ 7:50 am

  254. @X-Jerry: What are you trying to achieve? You can set the display size in the options screen and in the widget’s settings panel.

    @Aeon: Please check your site for markup errors using validator.w3.org. There seem to be a bunch of nasty ones in your page, and they’re probably causing Cumulus to fail.

    Comment by Roy — September 19, 2008 @ 10:37 am

  255. Sr Roy. I mean I used ur 2nd option in:”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.”
    I used the code in my footer. It showed and i edited wp-cumulus/wp-cumulus.php as
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    //initially set the options
    function wp_cumulus_install () {
    $newoptions = get_option(’wpcumulus_options’);
    $newoptions['width'] = ‘300′;
    $newoptions['height'] = ‘225′;
    $newoptions['tcolor'] = ‘333333′;

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    but the width still 550 and the height’s 375.
    You can check here: http://aresvn.com/wp
    Please help me, this plugin so great and enjoyable!

    Comment by X-Jerry — September 19, 2008 @ 4:20 pm

  256. I used the widget but this option can not be display into my theme (some collum has been hide) so i must use code. I just want the width, height right as edited. Thanks bro.

    Comment by X-Jerry — September 19, 2008 @ 4:23 pm

  257. @X-Jerry: The function you’re editing is used to set the default values upon install. Once installed that bit of code is not called again, and editing it has no effect.

    You should go to the settings->WP-Cumulus screen in WordPress and edit the values found there. No need to edit the plugin in any way.

    Comment by Roy — September 19, 2008 @ 7:31 pm

  258. Oh noob, thanks you :D

    Comment by X-Jerry — September 19, 2008 @ 7:59 pm

  259. It does not work… :( It just fine works with my theme on local machine, but when upload on server it sais it requeres flash player 9.0 og higher.
    I tewsted on several computers.

    What can I do?

    Comment by ivan — September 20, 2008 @ 9:43 pm

  260. Link: Freeman’s Blog » Ma TOP List de plugins utilisés sur Freeman59
  261. WP-Cumulus is a truly original idea.
    Thanks

    Comment by Ted — September 21, 2008 @ 10:31 pm

  262. I have used the plugin in the sidebar on most of my blogs. On some themes I only get a white box, nothing else. See below.

    http://carolinacoastretirement.com/

    Comment by Nikko — September 22, 2008 @ 4:32 am

  263. Hi Nikko. The most probable cause for this is that your page has some markup errors. See http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fcarolinacoastretirement.com%2F . Fixing those will almost certainly make WP-Cumulus work without issues.

    Comment by Roy — September 23, 2008 @ 8:45 am

  264. Hello there,
    I chose automatic upgrade of the plugin, and now an overwhelming majority of tags have disappeared from the cloud!
    What do I have to do?
    Thank you!
    adil

    Comment by Adil Nurmakov — September 23, 2008 @ 9:13 pm

  265. Hi Adil. I see a large number of tags on your blog. Are you still having this issue? You might want to double-check the plugin’s settings.

    Comment by Roy — September 24, 2008 @ 11:00 am

  266. Roy,
    Super, Super, Super plugin. Love it. Works great. Now I would like to filter one category from now showing on the cloud. How can I do that? It is a top level name but I want the lower level names to appear.

    thanks.

    Comment by ray — September 25, 2008 @ 4:03 am

  267. Link: Actualizar a Wordpress 2.6.2 con el theme K2 at Pisito en Madrid
  268. Link: 腾信家 - 本博客使用的WordPress插件
  269. Link: Reduce bounce rate with WP-Cumulus tag cloud | Rumbling Lankan
  270. Please add full utf-8 support. e.g Turkish.. i can’t write “keşif”, it shows “keif” :)

    Comment by Gürkan Gür — September 26, 2008 @ 1:28 pm

  271. I’m putting the code on the template to appear in 2 places, I’m putting at the top and at the bottom, but it only shows the top one…
    the bottom one, says that i don’t have flash installed :/

    Can you make it, so that i can have two on the theme?

    Comment by ORiOn — September 27, 2008 @ 12:37 am

  272. Hi, this is an amazing plugin, but I dont know why it doesnt work win Internet Explorer in my site… when it begins to load this plugin stops everything.

    Any idea what is happening?

    Comment by Daniel — September 29, 2008 @ 7:19 am

  273. Link: Sosyal İm - Teknoloji haberleri » değişik amaçlar için wordpress eklentileri + mollom & mu » Blog Arşivi » değişik amaçlar için wordpress eklentileri + mollom & mu
  274. Hi Daniel. Please check you page for errors using http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.anzueto.com%2F . If you manage to fix the issues displayed here Cumulus will almost certainly come alive.

    Comment by Roy — September 30, 2008 @ 10:15 am

  275. Link: Türkçe WP-Cumulus etiket bulutu etklentisi | yazilan.org
  276. Great work! Just love it.

    Question : can Cumulus move by itself, without rolling the mouse over it ? It would be more eye catchy, don’t you think ?

    Many thanks :)

    Comment by Tristan Jacquel — September 30, 2008 @ 2:33 pm

  277. Hi tristan. Actually, making it stop when the mouse wasn’t over it was the single most requested feature for the first couple of versions. Sure, it catches your eyes, but it does so all the time. Indefinitely :) .

    Comment by Roy — September 30, 2008 @ 3:50 pm

  278. Link: Update:Tags
  279. Link: [WP] 3D Tag Rotating (Tag สามมิติ หมุนๆ) | คนขี้เกียจ เขียนBlog
  280. Link: Flash Widget Plugin Untuk Sidebar.
  281. Link: Wordpress En iyi eklentiler ve açıklama 400 adet | İnternet Çöplüğü
  282. It works like a charm. Great work. I absolutely no issues in using the plugin.

    Comment by Mobileoss — October 7, 2008 @ 4:57 am

  283. Link: Flash Widget Plugin Untuk Sidebar. | BlogHyppo
  284. Link: Türkçe WP-Cumulus etiket bulutu etklentisi | Yiğit Korkmaz Kişisel Web Sitesi
  285. Is development version updated?

    Comment by guest — October 10, 2008 @ 7:46 pm

  286. @guest: The development version is usually identical to the last release, except it includes the sources for the flash movie.

    Comment by Roy — October 11, 2008 @ 7:03 pm

  287. Link: Забавный плагин и новый портал от mail.ru | Блог Web-разработчика
  288. Thanks for that great PLugin,

    One question – I have a right oriantated sidebar. How can I move the Flash Film some pixels to the left?

    Comment by rafael — October 13, 2008 @ 7:42 pm

  289. I am having trouble displaying the widget when using .
    It says it requires Flash 9 but it worked fine using the [WP-CUMULUS] tag in a post? Any suggestions? Thanks

    Comment by Gary — October 14, 2008 @ 3:30 am

  290. Duh. The last post didn’t display the the php tag. That is the method I am having trouble with.
    php wp_cumulus_insert();

    Comment by Gary — October 14, 2008 @ 3:32 am

  291. Link: knstch» ブログアーカイブ » タグクラウド
  292. @Rafael: I’ve taken a look at your site, and there was no easy trick to do this by means of css. You could maken the movie ‘more landscape’ in terms of aspect, so the right and left parts arent actually used by tags. But given how narrow your sidebar is it would make the tags very small. Other solutions would require you to hack the plugin and add an additional element to it I guess.

    (it does look as if your movie size is set to a width the sidebar can’t accommodate, so you might need to make it smaller anyway)

    @Gary: please check you blog using validator.w3.org. there are a few markup errors there, which could interfere with WP-Cumulus.

    Comment by Roy — October 14, 2008 @ 8:19 am

  293. Thanks for the Answer! Can you maybe send me the .fla, so I can move the action part from the Flash a little to left:) Would be great!

    Comment by rafael — October 14, 2008 @ 11:09 am

  294. @Rafael: The sources are available from wordpress.org (look for the development version), but there’s a little more to it than moving stuff around, The movie centers the sphere automatically though scripting, so you’ll need to add an offset to that script.

    Comment by Roy — October 14, 2008 @ 6:39 pm

  295. Link: Active 3-D Tag Cloud | Blog Strategies
  296. Hello there,

    I was wondering whether there was a way to make your plugin display the categories created by WP-DownloadManger written by Lester ‘GaMerZ’ Chan? http://lesterchan.net/portfolio/programming/php/

    Cheers
    Dan

    Comment by Dan — October 19, 2008 @ 6:43 pm

  297. Link: Установка WordPress и необходимых плагинов
  298. Hi Dan. I’m pretty sure it can be done, but quite frankly I don’t think I’ll have a go at it. I’m sticking with core functionality, but there’s nothing keeping you from downloading the source files and attempting this yourself.

    Comment by Roy — October 21, 2008 @ 7:38 am

  299. Link: knowledgeer-at-large » Acceptable for release
  300. in my web i got a problem about it. ur flash doesnt work. what is wrong? could youu visit my web? click my nick

    Comment by geveze — October 24, 2008 @ 11:56 pm

  301. Hi Roy,

    Many users have asked how to make the flash cloud show tags in Chinese. You said your font (ariel) does not have Chinese characters, and the size of embedding Chinese would be too big.

    Are you sure you have to embed a few thousand of Chinese characters? Can I designate a Chinese font for WP-Cumulus and make it show Chinese tags?

    Comment by thinkweird — October 25, 2008 @ 3:36 am

  302. sry but i dont understand you. how can i fix that problem?

    Comment by geveze — October 25, 2008 @ 11:20 am

  303. I just want to thank you for this beautiful plugin. I intend to use it soon.

    Comment by Amgad Suliman — October 25, 2008 @ 12:04 pm

  304. Link: Plugins aufgeräumt | Teigfladens Alltag
  305. Link: Migration done | Web Developer 2.0
  306. Hi
    Plugin is great but I have a turkish character problem . They dont show up . How can I fix it ? thanks

    Comment by gurcan — October 26, 2008 @ 11:10 am

  307. Link: Plugins auf dieser Seite | Nanodenker
  308. Hi Roy,
    ~Love the plugin and have tried to include it in my blog, only to receive the “…Flash 9 or Better…” display. I have flash 10, java script has not been disabled. My host provider said they had encountered this before, and could fix the problem, but were not able to do so. Any advice?
    Thanks so much.

    Comment by patrick — October 26, 2008 @ 5:32 pm

  309. I just did download the new Flashplayer, and now it dont seem to work anymore, it says “WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.”

    But i still works with the older flashplayer????

    (IE problem)

    Comment by Jens Larsen — October 26, 2008 @ 7:02 pm

  310. @Jens, Patrick: I’ve not been able to test the plugin with Flash 10. I’ll look into this asap.

    @Geveze: I tried to take a look, but your blog appears to be offline.

    @Thinkweird: You can add any and all characters you like. A typical latin set of glyphs (500 or so) adds 30 kilobytes to the file’s size. Adding the entire Chinese character set will add far more. When I try to embed Chinese, no extra glyphs are added, probably because I’m using a UK version of vista. Please do try and report back though.

    Comment by Roy — October 26, 2008 @ 7:22 pm

  311. hello, I really woould like to make your plug in work on the aside of my blog as a categorieswidget but it will not work on a K2 theme with wordpress 2.6.3
    I’d really appreciate your help, tried on a post as well without success.

    Comment by LILAC — October 27, 2008 @ 4:00 am

  312. Hi.
    Two questions.
    I would add the target (<a target=”_parent” …) option for my links. Is it possible?
    I would use in my site, which is not WP, your tagcloud.swf file and changing a little your wp-cumulus.php! Is it possible?
    Many thanks

    Comment by gall — October 27, 2008 @ 9:40 am

  313. @Lilac: Have you tried fixing the markup errors on your site? Please see validator.w3.org.

    Gall; You’ll need to download the development version and edit the Tag.as. Change _self with _parent and recompile the movie. There are several posts that could help you here : http://www.roytanck.com/tag/wp-cumulus/

    Comment by Roy — October 27, 2008 @ 7:22 pm

  314. ~hello again Roy,
    In addition to having Flash 10, I also receive an error on the page of “SWFObject is undefined” I ran validator.w3 on the site and found errors, many of which mention “flash ‘target’ attributes.” I do not know what to do with that information. I appreciate any advice you might have. My host provider washed their hands of the issue and wordpress is covered up. Thanks again.
    -patrick

    Comment by patrick — October 27, 2008 @ 9:25 pm

  315. Link: Porting Roy Tanck’s Beautiful WP-Cumulus To Joomla
  316. Wow, that’s what I call a bunch of comments! ;-)

    I have been using your plugin for quite a while now, and I just thought “What about introducing parameters to the function wp_cumulus_insert(), like height, width, tag color etc.?”

    At the moment, the parameters are predefined within the plugin file. I would like them to be variable (especially b/c I am a non-widget-user).

    Keep up the good work!

    Comment by Marco Luthe — October 30, 2008 @ 6:03 pm

  317. Link: plugin yang topo gunakan dalam topotato.com | topotato.com
  318. Link: WordPress Plugins 10/31
  319. Link: Блог странного web-мастера » Blog Archive » Плагины установленные на этом блоге
  320. Link: Hela listan: Mina plugins till Wordpress | Gunnar R Johansson
  321. Link: 10 Degrees Latitude » 10DL Tag Cloud
  322. after update to 1.16 no flash movie playin, just grey screen. back to 1.15, everything works fine …
    probs in the update?

    Comment by ondamaris — November 1, 2008 @ 8:49 am

  323. Link: WP Cumulus update 1.16 tag สามมิติ อัพเดท เวอร์ชั่นใหม่ | คนขี้เกียจ เขียนBlog
  324. Link: Aggiornamento interfaccia grafica | Evoitalia Blog
  325. Link: 13 steps » World Wide Winter
  326. Link: သံုးထားတဲ့ Plugins မ်ား | Saturngod
  327. Link: WordPress: Plugin Updates KW 43/08 | blaudenker.de
  328. Link: Blog Wordpress: i 21 gadget chiave per un sito al Top
  329. I still have no idea what you changed at 1.15 and the 1.16 version, as they are not working for me. I use 1.14 which works, the rest just show white empy space. php4 wordpress 2.6

    Comment by impulse — November 5, 2008 @ 4:20 pm

  330. Link: Logsic Memo » WP-Cumulus
  331. This a a very dynamic Plugin. Thank you:)

    Comment by Irel — November 6, 2008 @ 10:14 am

  332. ş ı ğ and other turkish letters can not be display

    can you fix it?

    Comment by nonick — November 6, 2008 @ 11:26 pm

  333. Hi Roy

    Thanx for beautiful piece of flash.
    Downloaded , installed – works perfectly ..except colors… had to recompile to make them work …

    However nice it is – there where some options missing …
    So I’ve made few changes …

    here is the example: http://zzz.ostap.nl:3344/index.php
    and source code is here : http://zzz.ostap.nl:3344/flash_source.zip
    This is the first time I’m working with flash …so please don’t mind my coding …

    anyway – this is the list of what’s been added …

    //################################################
    each tag has 2 states now …
    1 – selected / unselected … (specified by passed variable)
    2 – active/passive …(mouse in/out)

    for each state – there are colors :

    //unselected: passive colors + gradient
    color_NOT_SELECTED_PASSIVE_1
    color_NOT_SELECTED_PASSIVE_2

    //unselected: active colors + gradient (mouse inside)
    color_NOT_SELECTED_ACTIVE_1
    color_NOT_SELECTED_ACTIVE_2

    //active: selected colors + gradient (mouse inside) (gradient is RADIAL) …
    colorBG_NOT_SELECTED_ACTIVE_1
    colorBG_NOT_SELECTED_ACTIVE_2

    //background active: – selected colors + gradient (mouse inside)
    colorBG_NOT_SELECTED_ACTIVE_ALPHA_1
    colorBG_NOT_SELECTED_ACTIVE_ALPHA_2

    //selected: passive colors + gradient
    color_SELECTED_PASSIVE_1
    color_SELECTED_PASSIVE_2

    //selected: passive colors + gradient (mouse inside)
    color_SELECTED_ACTIVE_1
    color_SELECTED_ACTIVE_2

    //selected: active colors + gradient (mouse inside) (gradient is RADIAL)…
    colorBG_SELECTED_ACTIVE_1
    colorBG_SELECTED_ACTIVE_2
    colorBG_SELECTED_ACTIVE_ALPHA_1
    colorBG_SELECTED_ACTIVE_ALPHA_2

    //selected tag rounded rectangle corners angle… (in pixels of circle radius)
    rect_angle

    //selected tag index…(zero based)
    selected_tag

    Comment by Ostap — November 8, 2008 @ 4:09 am

  334. Cumulus seems to be conflicting with another flv embedded in my sidebar. The embedded flv wo’nt load. Cumulus uses swfobject 1.14… we’re thinking perhaps there is some kind of conflict with swfobject 2.1? Any ideas?

    Comment by John Dickinson — November 8, 2008 @ 10:41 pm

  335. Link: L-Log » Blog Archive » 今使っているWordPressプラグイン&テンプレート
  336. Link: L-Log » Blog Archive » WP-Cumulus
  337. I get an error on IE, were the page will not load..
    ??

    Comment by TheFrosty — November 12, 2008 @ 4:33 am

  338. @TheFrosty: Your blog doesn’t look so good in Google Chrome also (part of the sidebar is missing). Please take a look at http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fthefrosty.com%2F . Errors like these will really mess with WP-Cumulus, especially if there are 100+ of them.

    Comment by Roy — November 12, 2008 @ 9:35 am

  339. Link: » plugins pe blogu.lu Învăţ online
  340. Link: Baffle! inc. - 10 WordPress Plugins you’ve never heard of
  341. Link: NvD.esign magazine » 3D Tag Cloud
  342. Link: WordPress Plugin Releases for 11/16 | Wordpress Blog NL
  343. Link: WP Cumulus - Flash模式標籤雲 | 艾德的部落格天空 | 亂寫、亂拍、亂來。 — 持續亂改更新中 —
  344. Link: Flash Wordpress Plugin - WP-Cumulus » Flash SEO
  345. Thanks for plugin.

    Comment by Otomasyon — November 20, 2008 @ 8:38 pm

  346. Link: ZDaYLaN.CoM - Fim İndir,Oyun İndir,Online İndirmeden Film İzle,ZDaYLaN,Daylan,Mardin,Mardin Resimleri,Mardin Yemek Tarifleri,Yemekleri » Açıklamalı 400 Wordpress Eklentisi - Wordpress
  347. This is really cool Roy, I think it helps the Tag Cloud than hinder it, I often find tag clouds just too messy for a site but this puts a whole new perspective on it.
    Keep up the good work

    Comment by SLoB — November 21, 2008 @ 8:11 pm

  348. Link: ;;k; « Aa Rico’s Blog
  349. Link: WordPress Plugin Releases for 11/16 » All About Technologies
  350. Link: Tag Cloud: Wordpress Plug-in at Tim’s web notes …
  351. Thank you for this fantastic WP-plugin.

    Now it would really be something to have the opportunity to SHOW ALL THE POSTS IN A CUMULUS CLOUD!!! Would it be possible and has it been done? It would be a great way to have a quick look at the posts e.g in WP movie review forums.

    Comment by Matti — November 24, 2008 @ 6:41 pm

  352. i can get the plugin to work but it breaks my seesmic plugin for video commenting and i cannot understand why. i think its css or flash object related.

    any ideas?

    Comment by paulos72 — November 25, 2008 @ 3:33 pm

  353. Link: Açıklamalı 400 Wordpress Eklentisi
  354. I’d love to see your sphere combined with something like Cayra so that you could jump from sphere to sphere and follow the nodes of a time based mindmap. Organizational advantages are quickly discovered when conversations and meetings can be adequately documented. If your flash could be integrated and then the actionscript pointed sources of the user’s choosing, or Cayra internally… then other flash can (video snippets of the meeting etc.) and subsections of the mindmap can be navigated easily.

    I’d use the feaux 3d of resizing image icons to make the mindmap appear to wind into the future, but an actual 3d should be pretty easy to do java because they are simple nodes.

    I’m trying to learn enough Processing.org to make this thing myself. Of course, I’m code challenged.

    omdesign

    Comment by omdesign — November 25, 2008 @ 5:07 pm

  355. Link: WP-Cumulusの日本語化 - » Blog Archive SivaDesignBlog
  356. Link: 10 must-have WordPress plugins | blogio blogging blog
  357. Link: 本博客使用的WordPress插件
  358. Those having trouble with Turkish characters may want to look at http://www.mehmet.com/2008/11/28/wordpress-cumulus-eklentisi/.

    I have modified the flash file to include the glyphs from the extended Latin character set which solves the problem with Turkish characters not being displayed properly.

    Comment by Mehmet — November 28, 2008 @ 11:05 am

  359. Can you tell me where you make the link between tcolor and a link?
    I see that tcolor is used for some links in different color. Where you assign a color with a link?

    Thank you.

    Comment by Andrei — November 29, 2008 @ 9:57 am

  360. Link: WP Cumulus Eklentisi | KaiseRCrazY.CoM, Serkan Algur
  361. hi! i publish your plugin into my site. and i use this plug in. thank you!

    Comment by kaisercrazy — November 30, 2008 @ 9:26 pm

  362. Link: 流星划过长夜…. » 本站使用的Plugin
  363. Link: Dan Murphy’s Blogs » Blog Archive » Wordpress Cleanup - Categories and Tags
  364. What a great plugin! Install was flawless. I love it!

    Comment by Leanne Boyd — December 2, 2008 @ 7:09 pm

  365. Link: WP-Cummulus by Roy Tanck | Blogging Society . com
  366. Thanks Roy,

    WP-Cummulus – This is a coolest Plug in, and I already use it in my blog. I love it!

    Comment by Blogging Society — December 6, 2008 @ 1:21 am

  367. I just installed wp-cumulus on my blog, but it always crashes IE 7 as soon as you click on any tag. If you use the standard “Tags” item it works fine. Not sure where ir why this is failing.

    Comment by Steve — December 6, 2008 @ 2:01 am

  368. Hello there. I’m using your plugin for a while now and i’m loving it and my guests too!
    Unfortunatly i have a ploblem. From yesterday the new tags don’t show off at cumulus. I have 110 tags right now. In cumulus appear the tags since the 99. Is there maybe a limitation up to 100 tags or what? If there is a such limitation could i disable it?(the limitation). I’m looking forward for your answer, thanks!

    Comment by RioSif — December 6, 2008 @ 7:31 pm

  369. Link: Site Features | m|strat
  370. Link: 30+Wordpress分类插件 | 摆渡空间-您的免费存储空间
  371. Hi. Great Plugin but same problem as RioSif (except I don’t have more than 99 tags) : the new tags aren’t diplayed in the clouds (I install WP-cumulus recently).
    Thanks if you should help.

    Comment by dbourrion — December 8, 2008 @ 8:16 am

  372. Link: Alternative @ Daily* - Wordpressでタグクラウド - wp-cumulus
  373. Link: » Trójwymiarowe tagi zwane WP-Cumulus » NaszeWP | Wielki zbiór porad dla Wordpress-a
  374. Buenas amigo, esta excelente esta creación, felicidades, ya lo veo en muchos sitios.

    Comment by Moctezuma — December 10, 2008 @ 6:30 am

  375. hei roy! thank for the plugin….. very nice and cute!

    Comment by joomlacube — December 10, 2008 @ 4:13 pm

  376. I’m using 1.17 and two of my categories aren’t being displayed. It’s the same two catgegories every time but there appears to be no particular reason why they’re chosen not to be displayed. I have 16 categories I want shown overall, but only 14 displayed. I’m not displaying tags at all.

    Can anyone help please?

    Comment by Nigel — December 10, 2008 @ 10:04 pm

  377. Link: lukas bookmarks » Тюнинг Wordpress
  378. Hi!
    Q: Supported WP 2.7?..

    Comment by Alex — December 12, 2008 @ 9:21 am

  379. @Alex: I haven’t had time to test this, but there’s no reason it shouldn’t.

    Comment by Roy — December 12, 2008 @ 1:51 pm

  380. Hi Roy,

    I really like your WP cumulus for wordpress. It looks really cool. I have only one problems with displaying the categories and the tags in the cumulus. My blog is a private blog, which means that each post is private and not visible for the public. With logging into my blog automatically two new pages are diplayed which are normally hidden. On the first page all posts are displayed, on the second I like to show the WP Cumulus. But the cloud is empty. The reason is that all posts are private and so the categories and tags not usable for WP Cumulus. Do you think it would be easily possible to enhance the plugin so that with loggin in to the blog automatically also all tags for the specfic user level are shown in the cloud. If the user is not logged in the clould should be empty. That’s exactly how the WP search is working. If the user is logged out the result is zero if there are only private posts. With logging in the search result is visible for the specific user level. That’s exactly the functionlity for WP cumulus which would make it perfect for blogs which are not public. BTW: I’m using “Post Levels 1.1.1″ for organizing the user levels.

    I would be really appreciateif you could give me a short reply if such an enhancement would be possible in near future?

    Thanks in advance,
    Marcel

    Comment by Marcel — December 14, 2008 @ 5:02 pm

  381. Link: Lexskywalker.it - Way to Valinor » Blog Archive » WP-Cumulus WordPress
  382. Finaly i figured out the solution of some tags displayed wasn’t displayed at cumulus. It’s a wordpress limitation. To fix that do this:
    Edit the file category-template.php:
    Go to wp-includes, open that file, go to line 554, find the number 45 which is the limit of tags and change it to whatever you want.
    That’s it! You are done!
    BB

    Comment by RioSif — December 16, 2008 @ 3:09 am

  383. Link: WP Cumulus для Joomla и Shop-Script | EasyWeb
  384. This is fan-darn-tastic! Thank you.

    Comment by Philip — December 17, 2008 @ 2:17 am

  385. Link: Blogger Tutorials in Progress (What I’m working on now) | BigBook.eu
  386. Link: Blogumus: a flash animated label cloud for Blogger! | BigBook.eu
  387. Link: Plugin untuk Blog Saya | blog.singgihsaptadi.asia
  388. WP Cumulus is a cool plugin for wordpress. Many many thanks!
    You can see my cumulus working on http://www.mamama.nl/365days.
    Greets, Mariëlle

    Comment by Marielle — December 18, 2008 @ 4:20 pm

  389. Class.

    Comment by Dmitriy — December 18, 2008 @ 6:30 pm

  390. Link: Effluvium from Sonya’s Brain » Blog Archive » Shout-outs to Some Damned Kewl Coder-Geeks!
  391. Link: WP-Cumulus русский плагин 3D облако тегов | БлогОБлог
  392. I’m risking being way off-topic here but i’ll ask anyway and aim for your good will.
    I’m looking for a plug-in like this, with the same sort of user interaction, but instead of words i need it to be a 3D form (that i already have).
    I have zero experience with code but am doing the foot-work as far as i can so one of my nice (but busy) friends can easily put it in my web page for me .
    any ideas, links or suggestions are more then welcome.
    many thanks in advance and happy holidays.

    Comment by Edan — December 22, 2008 @ 5:09 pm

  393. Link: Web Advent Day 23 - Wordpress Plugins | Web Developer 2.0
  394. well tks i have my labels but i need them in blue how i can have them in blue, and i need more height cause is too much labels i have on my blog come on and see it and please help me with this tks a lot
    http://negociosempleodinero.blogspot.com visit my site.

    Comment by ricky — December 23, 2008 @ 8:58 pm

  395. Link: クルクル回転するタグクラウド | H2+ Goes On
  396. Link: » Blog Archive
  397. what a wonderful plugin! i have used it in my blog for a long time.

    i am wondering if you could give out the .po file, so that i can make a translation.

    Comment by sfox — December 28, 2008 @ 5:20 pm

  398. Check out my site at http://steve.heyvan.com and you can see the WP Cumulus widget at the top of the second column. As soon as you click on any item, it will attempt to take you to the page, but then the browser (Internet Explorer 7) will crash in mshtml.dll (see below). I see a lot of other blogs with this widget — even some that use the same theme that I do.

    Any ideas on what can be causing this?

    ===================================

    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: iexplore.exe
    Application Version: 7.0.6001.18000
    Application Timestamp: 47918f11
    Fault Module Name: mshtml.dll
    Fault Module Version: 7.0.6001.18183
    Fault Module Timestamp: 4941fb55
    Exception Code: c0000005
    Exception Offset: 00097c16
    OS Version: 6.0.6001.2.1.0.256.1
    Locale ID: 1033
    Additional Information 1: fd00
    Additional Information 2: ea6f5fe8924aaa756324d57f87834160
    Additional Information 3: fd00
    Additional Information 4: ea6f5fe8924aaa756324d57f87834160

    Read our privacy statement:
    http://go.microsoft.com/fwlink/?linkid=50163&clcid=0×0409

    Comment by Steve — December 29, 2008 @ 12:43 am

  399. BTW: I am using Adobe Flash 10. Also, whenever I right-click on the flash movie and then click on “About”, the browser locks up. Perhaps this is all related to a bug in Flash? Anyone know?

    Comment by Steve — December 29, 2008 @ 12:46 am

  400. Hi Steve. My guess is that you should fix this: http://validator.w3.org/check?uri=http://steve.heyvan.com/&charset=(detect+automatically)&doctype=Inline&group=0 . If that doesn’t help, the problem might be with either Flash or IE not being installed or working properly, but 99% of all issues with WP-Cumulus have to do with XML parsing errors in the page. That being said, a browser crash is new to me.

    I use Flash 10 too, and test all my work in IE7.

    Comment by Roy — December 29, 2008 @ 9:33 am

  401. Is it possible to have a specific category ignored? “Uncategorized” is the biggest thing in my cloud, and I’d love to make that go away.

    Thanks,

    J

    Comment by Jordan — December 30, 2008 @ 1:17 pm

  402. Link: RSSA频道 » Blog Archive » [插件推介] 3D Flash 标签云插件 WP-Cumulus
  403. Hi… very nice… but… only wordpress…? THANKS…! :) ( sorry, I don´t speak english…)

    Comment by nilberto borges — December 30, 2008 @ 5:40 pm

  404. Hi, would love to see a standards based version of this: say with Javascript and CSS. Is that possible?

    Comment by Christiaan — December 30, 2008 @ 5:54 pm

  405. Link: En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors
  406. Hey Guys..

    I just upgraded the plugin from within the WP admin area and it stopped working. I manually downloaded the latest version again and uploaded using http://FTP.. and it worked like a charm..

    Comment by Syed Abbas — January 1, 2009 @ 6:44 am

  407. Link: WP CUMULUS susunan terbaik untuk TAG anda : Dunia Iskandar | Segalanya Berubah Setelah Menerima Kehadirannya…
  408. Link: Blog update and Things to Come 15.11.08 at Admin2gd1 Designs - Blog
  409. Link: Un nuevo blog os saluda | Comunmedia
  410. @Christiaan: I seriously doubt whether DHTML will scale fonts as nicely as Flash does (in fact I know it doesn’t). So while probably possible, it will probably not look very nice. Let’s hope Adobe opens up Flash some more.

    @Niberto: It’s been ported to all sorts of CMS solutions. Most of them are listed in the FAQ on wordpress.org/extend/plugins/wp-cumulus .

    Comment by Roy — January 3, 2009 @ 8:00 pm

  411. Link: Website Specifications | Duncan McKean
  412. oh damn! i cant change the background color or set up it to transparency.. :/ help?^^

    Comment by Patrick L. — January 4, 2009 @ 1:57 pm

  413. Link: Fran Botet » Archivo del blog » Bienvenido (de nuevo) a mi blog
  414. @Patrick: Are you changing the settings in the right place? The widgets has a set of its own, available in the widgets screen when you click open the widget…

    Comment by Roy — January 5, 2009 @ 7:57 pm

  415. Hai Roy thks for tag. I use to my blog. Succes for u ^^

    Comment by Dominikus Juju — January 6, 2009 @ 1:36 pm

  416. Link: WP-Cumulus Plugin | WordPress Plugins - WordPress Codex - WordPress Support and Troubleshooting
  417. Hey there,

    firstly thank you for this great plugin! It’s working great right out of the box.

    I just have two major questions about it:

    1. Is it possible to display tags only from a certain category?

    2. Is it possible to change any parameters of the flashfile when used not as a sidebar widget?
    I tried to edit the parameters in the plugin editor but the flash animation wouldn’t change it’s aspects (grey background, white font etc.)

    Any help is greatly appreciated!

    Best Wishes

    sdk

    Comment by sdk — January 7, 2009 @ 4:19 pm

  418. thanks for your great stuff cheers.

    Comment by nrmlfx — January 7, 2009 @ 7:15 pm

  419. @sdk: I don’t think that WP even has a category filter for tags, so no, sorry. There a settings page under “settings->wp cumulus”. You can change all the values there.

    Comment by Roy — January 8, 2009 @ 11:15 am

  420. Hi, I’ve been using this one my blogspot account and Ive just recently moved to wp.. I can’t seem to run the cumulus widget there. Is there an issue with the new version (2.7)?

    Comment by nikkita — January 8, 2009 @ 1:59 pm

  421. amazing plug in can i get in to the blogspot how???

    Comment by dobby — January 9, 2009 @ 2:42 pm

  422. Hello there,

    thank you for your quick reply! So you said that there is no possibility to have a category filter for tags. But is it possible to use WP cumulus only for certain categories & subcategories, not tags.

    Would it be possible to multiply the module (clones) and use each instance for displaying subcategories of just one category, e.g. having 4 main categories:

    Cumulus 1 – > exludes categories 2,3 & 4
    Cumulus 2 – > exludes categories 1, 3 & 4
    etc.

    Each instance of cumulus would then just show the sub-categories of each category.

    Do you think that is somehow achievable?

    Best Wishes

    sdk

    Comment by sdk — January 9, 2009 @ 7:15 pm

  423. @sdk: You’ll need to hack the plugin a bit to do that, but I guess it’s possible. If you add a parameter to the function that creates the flash and pass the categories though that to the WP function that gets the categories it shouldn’t be too hard to do.

    Comment by Roy — January 9, 2009 @ 8:51 pm

  424. Is it possible to make it search engine friendly ?

    Comment by cekay — January 10, 2009 @ 3:05 am

  425. Link: Photography By Terlecky » Lighthouse Alliance
  426. Link: Photography By Terlecky » Preach The Law
  427. Link: Photography By Terlecky » Madison 4 Christ
  428. Link: Photography By Terlecky » The River Church
  429. This is very, very cool – thank you!.

    Two questions please –
    1) Is there any way to reduce the considerable whitespace around the cloud? I have taken apart my css and dug into your code but cannot find what causes all of the excess space around the cloud. It pushes my links “below the fold” – and I checked some of the samples here and see that no matter how small, the proportional white space is really big.

    2) What is controlling the content and format of the link results? I would like both pages and posts to show up, and only pages show up now. I also would like only the post titles to show up. Can you advise where to make such changes?

    *One note – I am on 2.6+, but even my default search only shows posts, and I have yet to figure out how to get it to show pages, as well, since that apparently was default for WP search since 2.5

    THANKS!

    Comment by dmitcha — January 11, 2009 @ 4:36 am

  430. Hi, I have installed the plug-in firefox works smoothly, but when you open my blog in IE an error that says “Internet Explorer can not open the site” Operation canceled “: (
    potfavor can help me with this?

    Thanks :)

    Comment by Andrés — January 11, 2009 @ 10:29 am

  431. Link: Bittersweet Blog » Blog Archive » Mes Plugins et Thème Wordpress
  432. Link: Four New Plugin | AppFlo Blog
  433. hello again,
    at last i found this plug-in,
    thanks for sharing with ours..
    this plug is free right? lol

    Comment by ray — January 12, 2009 @ 8:51 am

  434. Link: self-portrait » Blog Archive » self-portrait: in a cloud of words
  435. Hi Roy,
    Thanks for this great plugin!
    I wonder how difficult would be to also display post titles there. Im designing a blog that wont have many posts and would be great to display them in the cloud with the tags and categories.
    Is this possible?

    Comment by Bohoe — January 13, 2009 @ 1:25 pm

  436. Link: Photography By Terlecky » Bethlehem Chapel
  437. @Bohoe: I personally feel that displaying (long) titles in Cumulus doesn’t look very good. I don;t think I’ll be adding this as a feature, but you can definitely have a go at it yourself if you like. It shouldn’t be too hard to convert the plugin to display posts.

    Comment by Roy — January 14, 2009 @ 11:19 am

  438. Dear Roy,

    thank you for your hint! With your help i was trying out to to achieve what i described in my previous comments, namely to use wp-cumulus as navigation instead of a tag cloud/ category cloud.

    So far i could just manage to include or exclude certain categories or showing only child categories of a certain category by using the following parameters in
    “wp_list_categories”

    &include=XXX
    &exclude=XXX
    &child_of=XXX

    There is a parameter called current_category, but i somehow couldn’t make it work.

    There are several approaches which seem promising, maybe you could point out which one might be the best to go for:

    Imagine I have 3 categories (1,2 & 3)

    ————————————————————————————–
    Solution 1: if else clause (show only child pages of a certain category
    ————————————————————————————–

    —————————————————————————————–
    Solution 2 (look for current category)
    —————————————————————————————–

    —————————————————————————————–

    Solution 3: tripling the module e.g. cumulus1, cumulus2, cumulus2

    My coding skills are limited, but i really tried my best to find a solution to this.

    Maybe you have some time and temper to help me out with this.

    I think that could be a wonderful gain for all if WP cumulus could be used as a menu.

    Best Wishes

    sdk

    Comment by sdk — January 14, 2009 @ 1:43 pm

  439. Link: http://l0w0l.main.jp - WP-Cumulus 導入
  440. Hi Roy,
    On a second thought, I think it is ok as it is and although the post titles wont be too large, better leave it as it is, cause it looks great!
    One thing, which setting do you have in your cloud at the homepage to make it so round?

    Comment by Bohoe — January 15, 2009 @ 1:11 pm

  441. @Bohoe: I’m using 336 * 220px, with tags only (no categories). Slightly landscape usually works best, and I usually write very short tags.

    Comment by Roy — January 15, 2009 @ 1:16 pm

  442. very good plugin

    Comment by dino — January 17, 2009 @ 9:27 pm

  443. Link: Helge Städtler » Blog Archiv » 100 x twitter - Thetawelle
  444. Link: WP-Plugins | BlogFrosch
  445. Link: b-cumulus - анимированное Облако тегов для Blogger | Блоговод
  446. Link: Photography By Terlecky » Creekside Community Church
  447. Link: Drei Bewohner der Er.de
  448. this is super cool tag cloud … now i using it …. hiakhiak …. :) cheer ~

    Comment by rambochai — January 22, 2009 @ 9:53 am

  449. Link: tagcloud « Sensiblochamaeleon’s Blog
  450. Link: Official Suggestions Thread - what do YOU want? - Page 11 - D.Gray-divinityNET
  451. Link: 40 Must Have Wordpress Plugins for Writers | The Voices Within
  452. A… ma… zing!

    absolutely brilliant plugin, beautiful, fast and functional!

    Thanks!

    Comment by dSyre — January 23, 2009 @ 11:44 am

  453. Link: Somebody’s Dinner + Developments. | photography by MICHAEL COOPER
  454. WP-Cumulus seems to be ignoring the colors i set in the options for it. I have the background set to brown (663300) and the tag color gradients a series of yellows (FFEE11, option gradient color is FF8D13). The highlight color is blue. However, in display all the tags are gray and the background is white. Transparent mode is off. Any idea?

    Comment by Eric Ehlers — January 25, 2009 @ 6:47 pm

  455. Hi Eric. Are you editing the right set of settings? The ones under ’settings->wp cumulus’ don’t affect the widget, which has its own set (on design->widgets).

    Comment by Roy — January 26, 2009 @ 4:23 pm

  456. Link: Geformte Wachsamkeit 3 — Das Ziel ist klar & nah | geBILDet
  457. well, at first I felt sheepish for not noticing that, but having set the options in Appearance/Widgets there’s no change in the cloud.

    Comment by Eric Ehlers — January 26, 2009 @ 9:54 pm

  458. I did some more experimentation (adding and removing the hash mark, saving in various ways), and it appears to be working the way it should now. No idea what was going on, but either the Magical Fairy of Code has waved her want or whatever character I had in the wrong place has been corrected. It looks good. Thanks for writing this!

    Comment by Eric Ehlers — January 26, 2009 @ 11:57 pm

  459. Link: "3D" облако меток | aLeXgO online
  460. Well Roy.. a fantastic piece of work.. if there is a 3D image cloud.. that would be gr8…

    Comment by Jasim — January 30, 2009 @ 5:00 am

  461. Link: Cafe keizan - リンク
  462. hey :) awesome plugin..

    i have a slight problem though. it shows the same tags for all the post and all the pages, even though i have given different tags. it shows only one set throughout t he blog.

    i’m sure the solution is very simple but for the life of me i cant figure it out.

    cheers

    ananda

    Comment by rohan — January 30, 2009 @ 9:05 am

  463. Hi Rohan. WP-Cumulus is a global tag cloud (like the default tag cloud widget that comes with WP). It’s supposed to always show the same tags (up to 45 of them) on any page or post.

    Comment by Roy — January 30, 2009 @ 10:31 am

  464. Link: Wordpress Plugins op DaanJanssen.eu - DaanJanssen.eu
  465. Link: Photography By Terlecky » New Hope Alliance Church
  466. Link: Photography By Terlecky » Clay Christian Fellowship
  467. Hey,

    I grabbed this plugin the other day for something that i’m working on and i ran into a little, well actually a big snag. You cant put ampersands anywhere in the text. I’m trying to use the flash movie directly from my own custom html/javascript. Since you cant use ampersands you not only can you not have tags like ‘Hot & Cold’ but you cant have links that have more than one argument because that causes it to die too.

    One other thing that would have been nice for me, but is a far smaller issue, is the ability to add click events to the anchor tags. Without that and without the ability to have multiple request params for my links it’s kind of limiting.

    Comment by Trevis — February 1, 2009 @ 10:16 am

  468. Link: Photography By Terlecky » New Hope Community Church
  469. Link: Tags (etiquetas) Flotantes en wordpress | Herramientas blogger y wordpress
  470. Please, can you explain me how to add “/#” in url because it is not working with my ajax template.
    When i click on tag i got first case below. But i need to change that normal url:
    http://www.somesite.com/tag/letssay/
    into:
    http://www.somesite.com/#/tag/letssay/

    Thanks!!!

    Comment by Dark — February 7, 2009 @ 5:23 pm

  471. Thanks for this nice plugin! I’m using it to my blog Planet Automobile.

    Comment by Drobon — February 9, 2009 @ 8:58 am

  472. Link: cutenessapproved − Fancy my new tag cloud?
  473. @Dark Hmm… I’m not sure how to fix this. You could try doing a replace in the plugin, but it would require some hacking.

    Comment by Roy — February 10, 2009 @ 12:06 pm

  474. hello, I tried to do the installation on my website (www.eric-roset.ch/blog) and it did not work.. It was just written please update flash 9.
    So I put my blog on an other website http://www.mesemrom.org/blog and it works very nice, The problem is that I would like to pu my blog on my website and not on an other.
    I dont understand because the two blogs are exactly the same with the same plugin, theme wordpress 2.7 etc.
    Can it be beacuase of the version of mysql? because eric-roset uses phpmyadmin 2.11.9.3
    and mysql 5.0.45 and mesemrom mysql 5.0.62 and phpMyAdmin – 2.10.0-rc1.
    thanks for advance for answering and sorry for my stupid english

    Comment by oana — February 11, 2009 @ 2:04 am

  475. @oana: Both of your blogs appear to have markup errors in them. The one where the plugin fails has a few more. Please try correcting them, chances are WP-Cumulus will work once they’ve been ironed out.

    Comment by Roy — February 11, 2009 @ 10:39 am

  476. hello and hanks for the answer. because i’m not good in php language (not only in enlish !) I would like to know what are markup fails errors and how I can see where there are to correct them, is there any erors detector? how did you find them.
    thanks

    Comment by oana — February 11, 2009 @ 11:14 am

  477. sorry I forge the end:
    did you think at http://validator.w3.org?

    Comment by oana — February 11, 2009 @ 11:17 am

  478. @oana: validator.w3.org is the best place to start. Because of the way it’s built, WP-Cumulus has trouble displaying the flash movie on pages with XML parsing errors. In some cases it will display in one browser when it won’t in another. The best thing is to get rid of any HTML errors. The validator’s output should help you find them and even offers tip on how to fix them.

    Comment by Roy — February 11, 2009 @ 3:21 pm

  479. hello again!
    validation’s ok now but it still does’nt work if I put
    but if i copy paste the code i can find by clic rignt show code source on my “entertainment page”
    looks like a very big quantity of caracters (don’t wont to put it here) it works…strange
    looks like the php of my eric-roset.ch’site can’t work the plugin…
    other ideas?
    thanks

    Comment by oana — February 12, 2009 @ 12:36 am

  480. Link: Max is NOW! | Art, DIY, cycling, philosophy. lifestream.
  481. @oana: I assume you’ve currently disabled the plugin? Could you activate it so I can have a look? Please email me when you do.

    Comment by Roy — February 12, 2009 @ 11:25 am

  482. I did it right now
    thanks

    Comment by oana — February 12, 2009 @ 11:37 am

  483. @oana: I’m getting 403 errors when trying to load WP-Cumulus’ files directly (such as http://www.eric-roset.ch/blog/wp-content/plugins/wp-cumulus/swfobject.js). It looks like the javascript file can’t be loaded, causing the plugin to fail. Could you check permissions and possible your htaccess file?

    Comment by Roy — February 12, 2009 @ 12:01 pm

  484. ok nice! here is the problem I’m sure you foud it.
    now how can I check permissions and htaccess….
    do I have to do something myself or to call my “serveur, hébergeur?”
    thanks for patience

    Comment by oana — February 12, 2009 @ 12:04 pm

  485. YOUPIII!
    It worked!
    instead of loading by the wordpress panel (what i did tousand times)
    i just did it by fillezilla and it works
    it seems like when i use the wp panel i don’t have all the rights…
    thanks a lot for the support it’s excellent

    Comment by oana — February 12, 2009 @ 12:30 pm

  486. Hi, great plugin!

    I’d like to know if there’s any way to have this work with ajaxwp so it’ll load only the page contents and not the whole page.

    If not are you planning to incorporate that feature soon?

    Best regards,

    MACC

    Comment by MACC — February 13, 2009 @ 4:17 am

  487. @MACC: I’m not planning to support that. Like WordPress’ regular tag cloud, WP-Cumulus simply calls the url for a tag. That causes the page to reload. I’m simply using the standard tag cloud and display it using Flash. As it is now I can barely find any info on ajaxwp…

    Comment by Roy — February 13, 2009 @ 10:19 am

  488. Link: CloudClutter | ByteBooth
  489. hi, how do you change the aspect of the flash movie? can’t seem to find it in the code.

    Comment by kiat — February 14, 2009 @ 2:26 pm

  490. @kiat: The WordPress plugin has two set of controls. One under ‘Appearance->Widgets’ (open the widget to see the controls) and one under ‘Settings->WP Cumulus”. If you’re using the widget you’ll need the first one, if not the second.

    As for the Flash movie itself, that was made to fit into whatever space you assign it, so it has no width and height settings as such. So if you’re using the movie outside of WordPress, you can specify the dimensions in the Flash embed code.

    Comment by Roy — February 14, 2009 @ 8:22 pm

  491. Link: Paradox » 大致弄到这里,稍微整理下
  492. Link: Sex for sale | Blogul lui schmoukiz
  493. Hey Roy,
    Is there any chance of this being built for Prestashop 1.1 anytime soon. I think it could be a major addition to this web cart.

    Comment by Lindsey — February 17, 2009 @ 9:03 pm

  494. Hi Lindsey. I have no plans to port this to Prestashop, but I welcome anyone who wants to give it a go.

    Comment by Roy — February 18, 2009 @ 9:30 am

  495. Link: .::É Nóis::. » WP Cumulus
  496. Link: Dejw’s code storage » Stratus - Java Script tag cloud
  497. A very very cool widget indeed you’ve got there roy. Love it so much. :)

    However i just realized that i got slight problem with this. Turned out that my page couldn’t be loaded in IE (including IE7) whenever i turned the cumulus on.

    Got the “IE cannot open the internet site yada yada yada. Operation aborted” message.
    and then the page get unloaded.

    I think it has something to do with this issue,
    http://support.microsoft.com/kb/927917/

    Yea i know. it’s stupid microsoft fault for making such an idiot browser. :(
    Would really appreciate it if you can make some workaround for this though.
    Cheers.

    Comment by YanYan — February 21, 2009 @ 4:15 am

  498. @YanYan: From what I gather from the MS support page, this issue seems to be caused swfobject. I’ve used that succesfully in loads of sites, in all browsers. Are you sure the page has no markup errors that complicate things?

    Comment by Roy — February 21, 2009 @ 9:24 am

  499. hmmmh. now that you mention it. there’s a chance.
    it’s quite a bit messy there.
    oh well, i’ll try to look into the theme again. anyway thanks a lot roy.

    Comment by YanYan — February 21, 2009 @ 2:05 pm

  500. i don’t know why the w3 validator shows all the markup error.
    after a lookaround, i found the theme’s just completely fine.
    *most of the error are caused by w3 validator mislook something, which is actually there.

    the only problem is it’s set to automatically wrap the widget in div id to preserve the css.
    which, based from the MS support page, i think is the root of the problem.

    oh anywaaay. i give up for now. even ie8 stopped to load the page after failed executing the script.
    i guess my best bet now is just for ie to be completely extinct from all PC in the world. LOL.

    anyway thanks Roy for the great plugin! cheers.

    Comment by YanYan — February 21, 2009 @ 3:13 pm

  501. ah. another question Roy.
    is it possible to insert this cumulus but not as a widget?
    like inserting the code directly to the sidebar. ‘yeah the old fashioned way before age of widget’

    if it possible, which code should i put?

    Comment by YanYan — February 21, 2009 @ 3:22 pm

  502. @YanYan: Sometimes a single error can cause the entire page to be interpreted wrongly, both by browsers and the validator. But in all fairness, I’ve never seen the w3 validator show errors when there weren’t any. Most of the ones in your blog are benign, but the XML parsing errors shown are quite serious. They seem to be caused by a single closing li-tag.

    And yes. There are three ways to place Cumulus into your blog. There’s the widget, the shorttag and a good old PHP function call. Details are here: http://wordpress.org/extend/plugins/wp-cumulus/installation/

    Comment by Roy — February 21, 2009 @ 9:20 pm

  503. Hi, Roy,

    You’re the man!
    BTW, I found a little trick to make WP Cumulus work with Traditional Chinese,
    and the swf file is only 43 kb in my case.

    I posted a tutorial on my blog: http://www.mr-fu.net/2009/02/3dwp-cumulusblogger.html
    since this is a tutorial for Traditional Chinese version, so it was written in Tra-Chinese.

    I hope this can help other people who want to use WP Cumulus in their language.
    Technically, this method also works on Simplified Chinese, Japanese, Korean and other languages.

    Cheers!

    Mr. Fu

    Comment by Mr. Fu — February 22, 2009 @ 3:47 pm

  504. I love your tag cloud-you guys amaze me with code and what can be done-I am pretty green to blogging and website stuff and wanted to know about the Tag Cloud. I do not have many tags in my right column but when I click on a tag it does not have a box around it like yours. When you mouse over mine it basically disappears.
    Any suggestions?
    Thanks again for WP Cumulus!

    Comment by Dick — February 22, 2009 @ 7:00 pm

  505. Hi Dick,

    I t looks like the tag highlight color is set to white. because the background is also white, this means it’ll ‘disappear’. Please try setting that color to something else in the plugin or widget options panel.

    Comment by Roy — February 22, 2009 @ 8:03 pm

  506. Hi Mr. Fu. As you can probably imagine, I can make heads nor tails of that tutorial. I’d really love to know what you did, so I can possibly apply the same changes to the WordPress version.

    Comment by Roy — February 22, 2009 @ 8:12 pm

  507. Thanks Roy-I will do as suggested and let you know!

    Comment by Dick — February 22, 2009 @ 8:19 pm

  508. Chnaged it to a grey and it works great-Thanks again!

    Comment by Dick — February 22, 2009 @ 8:24 pm

  509. I upgraded my WP blog and added this plugin. It works, but I note that it doesn’t have the pleasing interaction that the sample on this page has. It spins for a few seconds and stops. Mousing over it doesn’t start it spinning again. Are there added parameters that need specifying to get it working better, or is the version on this page different than the plugin downloaded from WP?

    Comment by Michael — February 23, 2009 @ 7:43 am

  510. Hello ,
    first of all thanks for this wonderfull app.
    I wanted to let you know that i makde an extension for ezpublish available here :
    http://ez.no/developer/contribs/applications/ezcumulus

    Regard,

    Comment by jean-yves — February 23, 2009 @ 11:18 am

  511. @Michael: It appears to be working fine right now? The only possible cause I can think of for this behaviour is having the speed setting set to zero.

    Comment by Roy — February 23, 2009 @ 11:47 am

  512. I have a problem with the Russian language (the language, which used the Cyrillic alphabet instead latynitsy). How can I solve this problem?

    Comment by damien — February 24, 2009 @ 9:08 pm

  513. @Damien: Please see the FAQ at http://wordpress.org/extend/plugins/wp-cumulus/faq/

    Comment by Roy — February 25, 2009 @ 3:39 pm

  514. Hi.

    I just updated u’r plugin up to 1.19 version and i saw that it don’t understand Russian lenguage… =\

    Comment by FelexS — February 28, 2009 @ 8:16 am

  515. Link: Guide: Tweaks & Modifications for WP-Vybe 1.1 (Part 1) | HA! HA! HA! I'm on the Internet
  516. Link: Tagging
  517. Link: Content Management and Search Form Question (hope this works with PHP)
  518. Here’s another one, totally xml driven, so it is not restricted to wordpress alone : http://www.artviper.net/xml-flash-tag-cloud.php

    Comment by Frank — March 4, 2009 @ 4:18 pm

  519. Hi Frank. I’ll email this to you as well as posting it here.

    I’m not sure I’m very happy with you selling copies of a modified version of WP-Cumulus. And then there’s the legal ramifications.

    I just decompiled your movie, and found lots of very familiar code in there. I assume you are aware that WP-Cumulus is open source, and that the attached GPL license demands that you make the source code for your project available? You are also required to allow users to freely redistribute your movie and source code (so basically, your first client could give it away for free to anyone they like). Because your movie is a work derived from a GPL licensed piece of software, you too are bound by the GPL license.

    More info is here: http://www.gnu.org/licenses/gpl-faq.html

    Comment by Roy — March 4, 2009 @ 11:55 pm

  520. P.S. WP-Cumulus isn’t limited to WordPress either. In fact, many people have ported it to other systems, and there’s a tutorial on how to use it in plain HTML :)

    Comment by Roy — March 5, 2009 @ 12:01 am

  521. Hi Roy,

    thanks for your mail. I am very astonished about what you found and I must agree to your information. See, I just told our flash designer, go and program a similar thing which is open for any input. You see me very surprised that there are many parts of your original code in it, which in fact changes many things. I hope it is okay if we are now giving it away for free, and of course this will have some internal consequences.

    I apologize for this incident, and hope this clears out any discrepancies that arose.

    best regards
    Frank

    Comment by Frank — March 5, 2009 @ 7:22 am

  522. Roy, wonderful work. Trying to integrate it into my RW site.

    Can anyone point me to the (X)html version?

    Many thanks

    David

    Comment by David DelMonte — March 5, 2009 @ 5:19 pm

  523. @David: The html version is here.

    Comment by Roy — March 5, 2009 @ 7:17 pm

  524. Link: Personal blog of Yzmir Ramirez » Installed WordPress Widget: WP-Cumulus
  525. Hi, Roy,

    Sorry for reply you so late,
    the task in http://www.mr-fu.net/2009/02/3dwp-cumulusblogger.html includes:

    1. Add an actionscript method for converting unicode and utf-8 for URLs contains non-latin characters
    (this part is posted on http://www.mr-fu.net/2009/02/url-encoding-in-actionscript3-utf-8.html). This is needed on blogspot because blogspot convert Chinese title into UTF-8 URL for each post. I’m not sure whether wordpress using UTF-8 for URL encoding or not.

    2. while doing the step 4 of your tutorial on http://www.roytanck.com/2008/08/04/how-to-add-more-characters-to-wp-cumulus/ , you must specify characters you’ve used in your blog, so that the output swf file could be in a limited size. To do that, just fill out the column “Include these characters” with characters you need.

    I hope this help, cheers !

    Comment by Mr. Fu — March 7, 2009 @ 12:14 pm

  526. Hi guys, my tag cloud looks great.

    i would like another one on a different page, but with a different size. the problem is that i only have one options page for the one tag cloud to display.

    can anyone help pls

    Comment by Clayton — March 9, 2009 @ 12:30 pm

  527. @Clayton: There are two sets of controls, one for the widget and one for the shorttag version. I’m considering adding parameters in the shorttag, but that’ll take a while I think.

    Comment by Roy — March 9, 2009 @ 5:01 pm

  528. Link: Test-Blog » Wichtige Wordpress-Plugins
  529. Hello Roy,

    WP-Cumulus is a really really nice plugin!! Love it! And as i can see in many blogs, I’m not the only one thinking that!!!!;-)

    I’ve seen in your post and comments we can’t actually hide a categorie, but I’d like to know if there if a “simple” way to do it. I really need to hide 1 categorie (this is 1 categorie I use for each post!;-)

    Do you think it’s possible? I don’t really know about php…I’m just starting…but I know how to copy-paste code into some files and try to understand!;-)

    If you need more details, don’t hesitate to let me know!

    Thanks a lot!

    Gaëtan

    Comment by GaetanWP — March 11, 2009 @ 5:33 pm

  530. @Gaëtan: If you open up the plugin and look for the call to ‘wp_list_categories’ you’ll that I already pass it a couple of parameters. As long as you don’t change mine, you can add parameters. See here for more info (look for ‘exclude’).

    Comment by Roy — March 11, 2009 @ 7:37 pm

  531. Hello,
    this tag cloud is superb. i use it at all my 5 blogs.
    But I have a problem: when I try to insert, a t a wordpress blog, two instances of the tag cloud, only one appears.
    Can anyone say how can I indsert, in the same blog, two instance of the cumulus tag cloud?
    Thank you very much!

    Comment by luisj — March 13, 2009 @ 9:18 pm

  532. Hi Luisj. Have you upgraded to 1.20 yet? It should fix this and allow any number of tag clouds on a single page (although your readers probably won’t want ten of them eating up cpu time).

    In older versions you can use the widget and the regular version at the same time, but not two shortcode versions.

    Comment by Roy — March 13, 2009 @ 11:07 pm

  533. Link: The HungryCoder » Blog Archive » East steps of how to promote your blog ?
  534. Link: Five WordPress Plugins You Must Have | SEO Services
  535. hello!
    i like you work wery much…
    im planing touse it on page that will be in croatian language.
    i have test page locally on my pc (on xamp) and somehow i cant get croatian special characters..

    is that have smt to do with compiling a font .swf file with special characters cos everything else works normally?

    if does, can you please compile .swf file that ’ships’ along with plugin cos it seems that it cant be oppened inFlash

    thx! :-)

    Comment by mario — March 15, 2009 @ 10:38 am

  536. and yes, if its problem with a font having those special characters u can email me or at least say witch font is it and maybe i already have one with some characters added or i can add them to that font file :-)
    thx!

    Comment by mario — March 15, 2009 @ 11:03 am

  537. Hey,

    Your plug-in looks amazing with wp, thanks for all your work on it.

    =)

    Comment by apathy — March 15, 2009 @ 1:29 pm

  538. Great Plugin, I Love it!!

    Comment by Nandang — March 15, 2009 @ 7:25 pm

  539. @Roy: THANKS!! I tried this w-end, and it works perfectly, Thanks a lot for your advice!! Nice plugin, nice developper!!;-)
    Gaëtan

    Comment by GaetanWP — March 16, 2009 @ 2:59 pm

  540. i like your work too and fyi , i’m using this plugin …

    Comment by fazamania — March 16, 2009 @ 3:02 pm

  541. can only use for wordpress ?

    Comment by christopher — March 17, 2009 @ 5:27 am

  542. very nice

    thnx

    Comment by Siemens Otomasyon — March 18, 2009 @ 3:45 pm

  543. Experiencing big problems with IE recently, with FF working well. Will need to filter it for IE users until I understand what’s going on. Do you have any suggestion?

    All versions updated.

    Comment by Martin — March 20, 2009 @ 12:59 am

  544. Hi Martin. Did you try the new compatibility mode? Your blog has a few nasty coding errors I’m afraid.

    Comment by Roy — March 20, 2009 @ 10:09 am

  545. Hello Roy!
    I love this plugin very much..
    im using it currently on latest WP version 2.7.1 and im using it on a theme with eastern european character set.
    special characters are displaying normally on posts and pages but not within a latest Cumulus plugin.. (actually special characters are left over not changed with some unrecognizable characters)
    is it possible 4 u to see what its all about with this issue latter on…
    thx!

    Comment by mario — March 23, 2009 @ 11:32 am

  546. Hi Mario. Please see the FAQ for more info on language support.

    Comment by Roy — March 23, 2009 @ 1:45 pm

  547. thx roy!

    i was in time where i didnt have enough time to read FAQ’s…
    thx again!
    it could be done!
    bye!

    Comment by mario — March 24, 2009 @ 2:20 pm

  548. Link: SEO for a Revamped Website | SEO Scoop
  549. I had the same problem with wp-cumulus with IE6 and IE7 on my site.
    I’ve found yesterday that wellknown script called ieupdate.js don’t like wp-cumulus.js.
    The only way to make wp-cumulus.js work is to remove ieupdate.js from site.
    I’ve done it and now w-cumulus works fine.
    Question to author: is there any way to use both scripts without disabling one of them?

    Comment by sx — March 25, 2009 @ 1:48 pm

  550. @sx. I’d actually never heard of ‘ieupdate.js’ and there is no ‘wp-cumulus.js’. It seems that ’swfobject.js’ (a third party script I use in WP-Cumulus doesn’t like ‘ieupdate.js’. If that is the case, the new ‘compatibility mode’ in WP-Cumulus 1.20 should help. You can find it on the ’settings->wp cumulus’ page.

    Comment by Roy — March 25, 2009 @ 4:16 pm

  551. Link: Работа, работа, работа | хуяхоо (дот) ru / блог
  552. Hello. You can add special letters (ě, š, č, ř, ž, ú, ů, etc…) .
    Měststká is better than Mstská
    Sry for bad english

    Comment by kazlik — March 28, 2009 @ 10:39 am

  553. Hi, I’m also having trouble with the special characters from different charactes sets – like czech language (ě, š, č, ř, ž, ú, ů, etc…) and other slovan languages …
    Is there any chance you will fix this?

    Comment by magerio — March 28, 2009 @ 8:48 pm

  554. @magerio: Please see the FAQ for this plugin at wordpress.org for more info on how to use it with different languages.

    Comment by Roy — March 29, 2009 @ 8:52 pm

  555. Hi,

    I have bilingual site (polish/english) to flip between languages I use wordpress plugin called Language Switcher which works really well. I installed your plugin and it works like a charm except it does not have (yet) support for more then english language. I tried to set its tilte to [/lang_en]Popular tags[/lang_en][lang_pl]Popularne Tematy[/lang_pl] and all this text shows regardless of the chosen language.
    Do you plan to upgrade wp-cumulus to offer support for the multi langual sites? It would be really nice if you could.

    With the best regards,

    MarkD:-)

    PS
    where are you from – what country in Eastern Europe?

    Comment by Mark — March 29, 2009 @ 9:04 pm

  556. Hi Mark. I’m actually in The Netherlands. You must’ve realized how that little intro is bogus, right? Flash as a technology has severe restrictions when working with text. There’s no true unicode support for any text that movies (except in version 10, which I will eventually migrate WP-Cumulus when the plugin has sufficiently become mainstream). You can add your language’s special characters by downloading the sources and following a tutorial on this blog.

    Comment by Roy — March 30, 2009 @ 12:31 pm

  557. Very impressive plugin, looks great, but it is problem with polish letters (ź, ż, ń, ś…), maybe in next version?

    Comment by Photowork — March 31, 2009 @ 4:24 am

  558. hello,

    great plugin! i had a question. How do you add multiple tag parameters. I tried commas and various other things but couldnt do it. I wanted to make it so that:

    number=50
    smallest=20&largest=80

    but i cant seem to get both to work at once :(

    would appreciate some help. Again amazing plugin. Looks so cool :D

    Comment by jo — March 31, 2009 @ 10:09 pm

  559. @jo: You should put an ampersand between all parameters. Something like ‘number=10&smallest=8&largest=20′ should work.

    Comment by Roy — April 1, 2009 @ 8:56 am

  560. Link: Wordpress插件推荐-WP Cumulus | 盆盆罐罐
  561. Could you make in the next version of the possibility to stretch “tag cloud” maximum width and height in% and px – on full screen.
    Thx))

    Comment by Maxim — April 6, 2009 @ 12:32 pm

  562. Link: 3d 태그 구름 설치 - 시험 @ 우리 집회할까요?
  563. Link: The Capricious Boy » Blog Archive » Some fundamentals to promote your blog and gets lot of traffics
  564. This plugin is great! Not only for its fancy look but also for the intuitive way the user can look through your tags.

    One question though:

    I hace the cumulus as a widget placed in right sidebar. To fit the layout it is pretty small.

    Is there a way to make the cumulus display more to the left? Like with .css parameters for positioning?

    Regards/Peder

    Comment by Peder — April 13, 2009 @ 10:58 pm

  565. @Peder: I’m afraid the width of your sidebar will be a limiting factor as long as you keep it in there. The other two placement options (shortcode and template tag) would allow you to place it in posts or your theme instead, at any position you’d like. See the FAQ for more info.

    Comment by Roy — April 14, 2009 @ 8:26 am

  566. Link: Wichtige Wordpress-Plugins | Von Und Zu
  567. Link: Nippon Paint |
  568. Hi RoyTanck
    Thank for your plugin I like it. It worked great, but It could not show Vietnamese language correctly. Do you have some idea to fix it?
    Thank you!

    Comment by DanhNY — April 15, 2009 @ 11:03 pm

  569. Link: WP_New_Mag Premium wordpress theme Installation Guide | Free Blog Themes
  570. hi – love the cumulus – added it to my main sidebar – but don’t seem to have the option to add it to the post and page sidebars – no “add” button – why?
    elaine

    Comment by elaine merkus — April 17, 2009 @ 2:59 pm

  571. He Elaine, it looks like you theme has uses different sidebars for different screen types. For widgets that you can only use once, this can be a problem. I’ll see if I can remove that restriction in the next update, but you’ll probably run into other widgets as well that have this behaviour.

    Comment by Roy — April 17, 2009 @ 3:21 pm

  572. hi – thanks for the very prompt reply – yes, there is a different sidebar for pages and posts – and I can’t put the sidebar login (meta) on these either – really annoying. I have thought of cutting and pasting the home sidebar html into post and page sidebar – but since Im not a developer in any way – Im affraid I mught totally muck everything up!

    Comment by elaine merkus — April 17, 2009 @ 3:53 pm

  573. Hello Roy,
    I love the wdiget and I am tryong to import this in my site. it is a non- wordpress site. When I try and opne the swf file I cannot open it since it is protected. Would it be possible to get the FLA file? If not can I get some advice on how I can work with the swf, or if I am doing something wrong with the download?
    Thanks,
    Michael

    Comment by MG — April 24, 2009 @ 5:07 am

  574. Hi Michael. You can get the development version from wordpress.org.

    Comment by Roy — April 24, 2009 @ 1:54 pm

  575. Hello,

    I try the cumulus plugin and I think I found a problem.
    I start from the example and I tried to put several parameters in the url of a tag like that :

    so.addVariable(“tagcloud”, “WordPress“);

    Doing that the flash animation do not appears.

    I also try to replace the “&” by “&” but it also doesn’t work.

    How can I put several parameters in the url associated to a tag ?

    Thank you very much

    Comment by quincyj — April 24, 2009 @ 2:18 pm

  576. Sorry my previous message is not well displayed.
    I tried to put several parameters in a url associated to a tag separating each parameters by “&” or “& amp ;”, but in both cases, it doesn’t work. The flash animation is not well displayed. Is there a way to put several parameters in urls ?
    Thank you

    Comment by quincyj — April 24, 2009 @ 2:22 pm

  577. @quincyj: You can urlencode the entire tagcloud to get around this problem, or just the ampersands.

    Comment by Roy — April 24, 2009 @ 3:41 pm

  578. Hello,
    Sorry if this questions has been asked-is there a limit to the number of words/tags you can enter into your tag cloud?
    Thanks,
    Dick

    Comment by Dick Berry — April 28, 2009 @ 7:38 pm

  579. Link: Creating a 3D tagcloud in Silverlight (part 1) « Ngocthanhit Homepage
  580. Link: Creating a 3D tagcloud in Silverlight (part 2) « Ngocthanhit Homepage
  581. Hello Roy,

    First of all thanks for this wonderful plugin, it’s quite a blog enhancement but I need a bit of help using it.

    I placed the plugin in my footer area using the tag, and it works just fine but I can’t style it in any way (colors, width, background, etc.). Editing the wp-cumulus.php file doesn’t have an effect.

    I can style the plugin just fine if I insert it into a post and add the width / height / background parameters into the tag, but I can’t put the same parameters in the tag.

    Thank you for your time, I’m not sure it’s possible but if it were, it would be grate if I could set the plugin to have a dynamic width (be as wide as it’s container).

    Comment by Radu Tanasescu — April 29, 2009 @ 2:04 pm

  582. Seams wordpress cleaned the php code in my post :) when I say “the tag” I mean the PHP tag used to insert the plugin anywhere in the template.

    Comment by Radu Tanasescu — April 29, 2009 @ 2:06 pm

  583. Link: WP_009 Premium wordpress theme Installation Guide | Free Blog Themes
  584. Link: Rabbia e amore »  La mia tag sphere
  585. There should be a way to do
    wp_cumulus_insert(‘width=300&height=500′)
    because Im not using widgets.

    Comment by phonethics — May 4, 2009 @ 12:02 pm

  586. Hi there,

    Great plugin! Would it be possible to display WP’s standard Tag Cloud in absence of Flash on the client?

    Comment by Dae Punt — May 4, 2009 @ 12:57 pm

  587. @phonethics: Are you using the shortcode version? It allows you to change the dimensions by passing parameters.

    @Dae: That’s not very difficult to do.

    Comment by Roy — May 4, 2009 @ 1:42 pm

  588. Fantastic work, thanks for share!

    Comment by Blogszok — May 5, 2009 @ 1:29 am

  589. Hello roy,

    I think this is mesmorizing! so much so I have tried to use it on my site that i’m building in flash. I am not using WP, I appreciate that you will be busy and is outside of what you developed it for but I will still ask! :- ) I have a little problem, I’m trying to import the tagcloud.swf generated from the .fla into my main movie and keep getting this error…

    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at com.roytanck.wpcumulus::TagCloud()

    I know that there is nothing wrong with the .swf because it works on its own, It only happens when I import it into my main movie. to import I use this code in the timeline of my main .fla…

    import flash.net.URLRequest;
    import flash.display.Loader;
    import flash.events.Event;
    import flash.events.ProgressEvent;

    function startLoad()
    {
    var mLoader:Loader = new Loader();
    var mRequest:URLRequest = new URLRequest(“tagcloud.swf”);
    mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);
    mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);
    mLoader.load(mRequest);
    }
    As I am new to as3 any guidance would be appreciated, I’m thinking it is something to do with the main stage not ready for the external movie but tbh I don’t know…
    Many Thanks, Paul

    Comment by paul hove — May 7, 2009 @ 1:32 am

  590. @Paul. Unfortunately, the ‘null object reference’ is a very generic error message. My guess is that it has to do with the flashvars. There might not be a loaderInfo object to get them from. Does your parent movie load other, simpler movies without issues?

    Comment by Roy — May 7, 2009 @ 10:54 am

  591. Link: 20 MUST HAVE Wordpress Plugins For You To Get Started Effectively | Onextrapixel - Showcasing Web Treats
  592. Hello Roy,
    Thanks for your reply, When you say basic do you mean with out any associated .as files, self contained?
    If so yes they load no problem. This Tagcloud.swf is the only element that has associated .as files. I am sorry but I just noticed my code did not paste properly! must have been tired…

    import flash.net.URLRequest;
    import flash.display.Loader;
    import flash.events.Event;
    import flash.events.ProgressEvent;

    function startLoad()
    {
    var mLoader:Loader = new Loader();
    var mRequest:URLRequest = new URLRequest(“tagcloud.swf”);
    mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);
    mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);
    mLoader.load(mRequest);
    }

    function onCompleteHandler(loadEvent:Event)
    {
    addChild(loadEvent.currentTarget.content);
    }
    function onProgressHandler(mProgress:ProgressEvent)
    {
    var percent:Number = mProgress.bytesLoaded/mProgress.bytesTotal;
    trace(percent);
    }
    startLoad();

    Many Thanks, Paul

    Comment by paul hove — May 7, 2009 @ 10:00 pm

  593. Hi Paul. If regular movies load OK there must be something inside Cumulus causing the issue. You realize that .as files are rolled (compiled) into the swf and do not need to be on the server, right? Apparently, my movie doesn’t like not being root. It wasn’t designed to be loaded into other movies, but other than possible flashvar trouble I can’t see why it wouldn’t. I’lll look into this.

    UPDATE: I found the problems :) . If you open up TagCloud.as there are two bits you need to change in the TagCloud() function. First you’ll need to comment out the three lines that deal with swfStage. Then find ‘baseUrl’ and replace the three lines that assemble this url with var baseURL:String = "";. Once I did this I had a working Tag Cloud.

    These changes will kill scaling and setting the baseUrl (the place where the swf is located) might also cause trouble later on. You’ll have to find alternative ways to deal with these things in your project I’m afraid. Making the loader movie 500 x 500px in size is probably a good start. Set the frame rate for that movie to 31 if you can.

    Comment by Roy — May 8, 2009 @ 10:07 am

  594. Hello Roy,

    Firstly Thank you for taking the time not only to look at, but to actually offer resolve to the issue I had as I appreciate that you originally intended it to be a WP Widget. I do understand that the .as is compiled within the published .swf,
    This I know is where null errors can then occur if the .swf are imported into another movie as the stage is usually referenced within the external.swf before the main stage is ready to accept it (something along those lines!) As my AS3 knowledge is minimal it is the resolve I have problems with but i’m getting there slowly.
    I did exactly what you said and it works very well so I’m very happy :- ))
    I can carry on with the rest of my project now! Once again Thank you very much!!

    Comment by paul hove — May 8, 2009 @ 10:02 pm

  595. Thanks for this gorgeous plugin but unfortunately it doesn’t work for UTF-8 words… If it’s working only for english tags it needs a major upgrade i think….
    thanks anyway:)

    Comment by imei — May 10, 2009 @ 6:54 am

  596. Link: makomi » Blog | Wordpress-Plugins «
  597. Link: Wordpress 标签云插件之 WP-Cumulus | CV 博客
  598. Is there any way to get this plugin to work with ampersands? I want to be able to create tags like “A&E” or “H&R Block”, but it puts it in the url as is, which breaks everything after the ampersand.

    Comment by Robby Colvin — May 20, 2009 @ 9:12 pm

  599. Hi Robby, have you tried escaping the ampersands with & amp; (without the space) or the urlencoded version %26?

    Comment by Roy — May 21, 2009 @ 8:44 am

  600. Link: GoRhY » Mi lista de plugins
  601. I’m encoding all of the URLs, as they show up like this in the output between the script tags:

    tags += “http%3A%2F%2Fwww.offmadisonave.com%2Fblog%3Ftag%3DA%26E”

    However, when I click on the link in the swf, it doesn’t do what it’s supposed to.

    Comment by Robby Colvin — May 21, 2009 @ 5:19 pm

  602. Thank you for an amazing tag cloud!

    I wonder if there is a way to make to capitalize the characters.

    Keep on the good work!

    Comment by Tante — May 23, 2009 @ 2:25 am

  603. @Tante: You could add a .toUpperCase() thingy to the Flash movie (Tag.as) if you’re familiar with Actionscript. There’s probably also a PHP way to do it, but the trick would be to not change the XML markup, just the tags. The Flash route is easier I think.

    Comment by Roy — May 23, 2009 @ 11:07 am

  604. Come to say Thank U

    Comment by kwedo — May 26, 2009 @ 4:54 pm

  605. Hi, I tried it on WordPress 2.7.1 but It doesn’t work :(
    Please help me…

    Comment by Adeel Ayub — May 28, 2009 @ 5:54 am

  606. Hi Adeel. Your page has some XML parsing errors in it. Please try correcting these, or enable the ‘compatibility mode’ under Settings -> WP Cumulus.

    Comment by Roy — May 28, 2009 @ 8:31 am

  607. Hello Roy, thank you for a great plugin!

    I use this plugin to display tags with non-latin characters (for this I get specific version of tagcloud.swf with included fonts for those characters) and they are displayed correctly. But those tags also have links with non-ascii characters in URL and they don’t work. When clicking on tags I explored that those urls are encoded in my system encoding (windows-1251) and then urlencoded, but in xml for tags I used UTF-8 encoding.

    Someone already posted a fix to this issue in previous comment, can you include it in next release of wp-cumulus?

    Comment by Bohdan — May 28, 2009 @ 2:38 pm

  608. Ho Bohdan. I’ve added it to the to do list for 1.22. I’m pretty sure this doesn’t apply to WP, so I’ll have to make sure nothing breaks there.

    Comment by Roy — May 28, 2009 @ 3:26 pm

  609. HI! Please explain how can I add tags????? and Where ?

    Comment by Al — May 28, 2009 @ 7:21 pm

  610. You can add tags simply by adding to your post (there’s a field for them right underneath the main content).

    Comment by Roy — May 28, 2009 @ 10:18 pm

  611. Link: 50 Best WordPress Plugins for Power Blogging
  612. Link: Hello World ! | Ruii Say
  613. Hi Roy,

    Thanks for the wonderful plugin. It certainly adds more life to just a simple tag cloud on the WP blog. I just have one concern, I realized that Google is indexing every single page produced by the plugin, e.g. URL ending with something like …wp-cumulus/tagcloud.swf?r=8796668

    I was afraid it may affect my SEO. I understand that the latest update has an option that say:
    “Un-hides the regular HTML tag cloud that may appear for a second or so before it is replaced by the Flash one. Turn this on if SEO and/or non-flash users are a major concern for you. This option affects both the shortcode version and the widget.”

    May i know what does the option do? What’s the implication of turning this option on?

    Thanks for your help.

    Janelle

    Comment by Wholesale Denim Jeans — May 29, 2009 @ 6:26 pm

  614. @Janelle: WP-Cumulus does not add any pages to your blog, not change urls. It takes the regular tag cloud and displays it differently. The random seed is in there to force the bowser to load the movie every time, which prevents issues with IE.

    The new option removes a bit of CSS that hides the regular tag cloud. When a page containeing WP-Cumulus is loaded, the following things happen.

    1. Until the page is fully loaded, alternate content is shown.
    2. SWFObject (a clever javascript to embed Flash into pages replaces the alternate content with the flash movie.
    3. If Flash or javascript are unavailable (like when a search engine stops by), the alternate content is not replaced.

    The regular cloud is part of the alternate content. It can take a few seconds for step 2 to kick in, and I found that it looks better to not actually display it, because ‘nothing -> cumulus’ looks better than ‘regular cloud -> cumulus’. The reason I left it in there is because it’s not quite clear whether search engines process content hidden through CSS. By unhiding you’re making sure that will happen.

    Comment by Roy — May 29, 2009 @ 7:55 pm

  615. Hi Roy,

    Thanks for the amazing plugin. I’ve placed on my site. But I’m unable to change the size of the whole. I’m not doing for font. On my site, the flash size appearing small. I’ve given various sizes to change the height and width through settings. But there is no change in live.

    Please have a look at my site and suggest how can I do that, or what sizes I need to give. etc. I’ve tried with height: 1000 and width: 750 and height: 500 and width: 375 etc. But not worked out.

    Please help me.

    Thanks
    Sandy

    Comment by Sandy — June 2, 2009 @ 7:26 am

  616. @sandy: There are two sets of settings. One for the widget (go to the widgets screen and open the WP-Cumulus widget) and one for the shortcode version (Settings -> WP Cumulus). Any chance you changed the wrong ones? It looks like you’re using the widget version.

    Comment by Roy — June 2, 2009 @ 3:58 pm

  617. Hey Roy,

    I’ve modified settings through widgets and it worked out.
    Thanks a lot for your continuous support by replying each comment and great work. Looking for more great plugins from you….

    Cheers
    Sandy

    Comment by Sandy — June 3, 2009 @ 8:11 am

  618. Hello Roy,

    This widget is fabulous! thank you for sharing it.

    I have the same suggesstion as some other users before me,
    - Comment by erik stronks — April 27, 2008 @ 2:34 pm
    - Comment by Dric — May 22, 2008 @ 9:49 am

    Is there any solution to this problem by now? or a new version where this can be changed I have to say I’m using your widget in A Blogger Blogspot Blog not in WP.

    Thank you in advanced Greetings

    SJ

    Comment by SerinaJane — June 4, 2009 @ 2:41 pm

  619. Link: 10 must have add-ons and plugins for Wordpress | Optimising sites for search engines by Retiarius Internet Design
  620. Hi SJ. You can use the wp_tag_cloud parameters setting to limit the number of tags.

    Comment by Roy — June 4, 2009 @ 9:16 pm

  621. Link: Wordpress 3D 标签云插件: WP Cumulus | CKSKY
  622. Link: 18 Wordpress Plugins To Install For Better Results!
  623. Link: Ultimate Guide to Self-Hosting WordPress
  624. Link: Deactivate Plugins Before Upgrading to Wordpress 2.8 | Mystic Marketing
  625. Wonderfull Plugin except it doesnt work perfectly with wp 2.8.

    The settings I change in the widget menu arent saved.

    Any fix for this?

    Thanx In advance

    Comment by Emrulez — June 12, 2009 @ 4:46 pm

  626. Hi Emrulez. I’ve not had the chance to test Cumulus under WP 2.8. I’ll try and look into it asap, but I’m away from home for most of the weekend, so I can’t promise it’ll be this week.

    EDIT: I checked, and the widget options are saved on all my blogs. Are you using the most recent version of the plugin? And (i hate to ask) are you sure you’re saving your changes on the widgets screen? That screen has changed quite a bit…

    Comment by Roy Tanck — June 12, 2009 @ 6:09 pm

  627. Dear Roy,

    I have retried it again and now it does save the settings.

    I did nothing different than before.

    Thanx for your quick response ;)

    Emrulez

    Comment by Emrulez — June 12, 2009 @ 8:02 pm

  628. Roy, do you have a way of using Cumulus *without* SWObject, but with jQuery?

    Comment by mark — June 15, 2009 @ 4:15 pm

  629. @Mark: SWFObject and jQuery don’t bite, do they? Does jQuery handle proper Flash embedding? It would be possible to edit the plugin and change the way it embeds, but SWFObject is the de facto standard for this…

    Comment by Roy — June 16, 2009 @ 11:24 am

  630. Link: Blogging in WP | Sublime Oblivion
  631. Link: Dis Arnaud, c’est quoi tes plugins wordpress ? hein ? hein ? | Insolegeek
  632. Link: Membuat Animasi Tag Cloud /  Blogger Jogja
  633. Link: BCLラジオ » 入れてるプラグイン一覧
  634. Hi,

    With WP2.8 new taxonomy, and ability to create and use custom tags, will it be possible in a newt version to use these registered customized taxonomy as entry for cumulus tagcloud?

    Sat’

    Comment by Sat' — June 22, 2009 @ 4:01 pm

  635. Hi ‘Sat’. I have yet to look into 2.8’s new taxonomy features. It’ll probably be a while before I’ll be able to add in support for this.

    Comment by Roy — June 22, 2009 @ 8:22 pm

  636. Hi!
    I have scratch: this plugin not work when tag`s wrote in Russian language :(

    Are You planned make localisation?

    Thank

    Comment by GoodWin — June 23, 2009 @ 12:22 pm

  637. Hi GoodWin. There’s a tutorial about this here, and I’m pretty sure someone keeps a Russian translation somewhere.

    Comment by Roy — June 23, 2009 @ 3:55 pm

  638. Link: The 7 Non-Essential Wordpress Plugins That Are Great To Have On Any Blog | Code My Own Road
  639. Thank You! I`m stupid! :( Really easy! ;)

    Comment by GoodWin — June 24, 2009 @ 6:55 am

  640. Hello, is there a way to get this WP Cumulus rotate forever. Not sure if anyone else has asked or been mentioned on how to do this.

    Many Thanks

    Craig.E

    Comment by Craig — June 25, 2009 @ 2:18 pm

  641. Your plugin is really great, but i discovered a bug. If I switch the transprent mode to ON it is saved in the settings page but has no effect to the . I look’s like the setting isn’t loaded from the DB before building the .

    Comment by Kau-Boy — June 25, 2009 @ 3:10 pm

  642. Link: Wordpress Plugins « Janasworld
  643. Link: Wp Eklentileri [Kullandıklarım] | CukeBox
  644. Link: ReTwurl Bookmarking
  645. Link: Wp Eklentileri [Kullandıklarım] | Salih ASLAN
  646. Link: How I got started with WordPress – A Beginer’s Compendium | Hexameta
  647. hi roy,

    I am very impress what you did, and i really like this tag cloud your genius. but i want to implement this tag cloud in my website which is not in wordpress.

    Is it possible ?

    waiting for you reply.

    Thanks,
    Milind Jain

    Comment by Milind — July 6, 2009 @ 3:23 pm

  648. Link: Meine beliebtesten und besten Wordpress PlugIns | ITWelt
  649. Roy, First off I love cumulus and have had many complements on it. However there is one thing I would love to do with ti but am not competent enough to accomplish. What I would like to do is to integrate it on my bbpress form page associated with the site. Maybe just mirror the one on the main site.

    I am aware that this would probably be a major task, but would like to give it a shot if it is not to much work. Would you have any suggestions as to a jumping off point regarding this?

    Thanks
    Demen

    Comment by Demen — July 10, 2009 @ 7:04 pm

  650. Link: Wordpress 3D 标签云插件: WP Cumulus | 艺堂Art Paradise
  651. Thanks!

    russia words in tag cloud ?

    Comment by КОБ — July 13, 2009 @ 3:27 am

  652. Hi Roy, great plugin!

    I just noticed that it is not showing up in IE browser. Firefox is fine. Are there any known issues and or fixes so that it shows up in both web browsers?

    Thanks in advance.

    David
    The Daily Change

    Comment by TDC — July 16, 2009 @ 2:02 am

  653. EXCELLENT plugin, I spent hours just makin’ It spin! XD

    It’s there a way to add a border to the tag cloud? (I mean, to the entire cloud block itself (except the header) not to each tag).

    Thanks a lot ^^ (I repeated the message here just in case You don´t read the other post, sorry).

    Comment by Sebastian — July 16, 2009 @ 3:40 am

  654. Link: Firefly » Blog Archive » Firefly-Update
  655. Link: Membuat Animasi Tag Cloud - The Footnote
  656. hi roy,

    i love your plugin.
    can you please tell me, how to define the appearance of the cumulus, when i do not use the widget but the php-code.

    thanks

    ciao
    timo

    Comment by Timo — July 18, 2009 @ 9:33 am

  657. Hi Timo. Are you using the call to wp_cumulus_insert ? If so, you can edit the settings under Settings -> WP Cumulus.

    Comment by Roy — July 18, 2009 @ 6:27 pm

  658. Hi Sebastian. If you use ‘view source’ to determine the class name for cumulus’ widget you can add a few lines of css to your theme. Something like .classname object { border: 1px solid red; } should do the trick.

    Comment by Roy — July 18, 2009 @ 6:41 pm

  659. Hi David. IE seems to be a little more sensitive to markup errors. Did you check your site using validator.w3.org ?

    Comment by Roy — July 18, 2009 @ 6:43 pm

  660. Hi Demen. This should get you started: http://www.roytanck.com/2008/05/19/how-to-repurpose-my-tag-cloud-flash-movie/

    Comment by Roy — July 18, 2009 @ 6:50 pm

  661. Link: Pretty Tag Cloud (At Last) - Indi in the Wired
  662. Link: 흔들리는 이 마음 « Holik in everything!
  663. Thank You for your answer Roy! But It doesen’t work :(
    The object listed on the code, modifies not only the tag cloud Flash object, but ALL the widget (including the header, wich in my case got another css). So if You can help me a little more, I’ll really appreciate It ^^
    Thank You! ^^

    Comment by Sebastian — July 20, 2009 @ 3:17 pm

  664. Link: 50 Best WordPress Plugins for Power Blogging | Best Wordpress | rooteto.com - Ertuğrul SAĞLAM
  665. Cumulus goes with 2.8.1
    Go to http://www.quinonprofit.it

    Great Roy

    Carlo

    Comment by Carlo — July 22, 2009 @ 11:55 pm

  666. Link: WordPressプラグイン20選 | L-Studio
  667. Link: Die besten WordPress Plugins und 2.8.2 in deutsch jetzt bei WebBassena zum downloaden. » WebBassena bringt Ihnen Nachrichten, News, aus der Welt, Europa, Politk, Wirtschaft, Sport, Internet, Musik, TV, Film und Wetter
  668. Great plugin!

    I noticed that in the flash output a top margin and bottom margin are generated. Is there any way to kill the auto margins. Also would be really cool to work in a title parameter. Thanks for all of your hard work!

    Comment by Jon — July 24, 2009 @ 7:09 pm

  669. Hello,

    i had download your plugin and try it.
    BUT it doesn’t work….i have adobe flash 10 but on my blog i have the rebort:
    WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.

    Why?

    I can see the animation on your blog and other blogs.

    Comment by Salih — July 24, 2009 @ 11:59 pm

  670. Link: Plugins que deixam seu site na moda | blogfolio - eduardo frick
  671. tnx for this cumulus tag widget.. Godbless

    Comment by rain — July 27, 2009 @ 8:37 am

  672. Link: Plugin di Wordpress: quali uso io e perché | IBP News
  673. Link: Wordpress Plugins | .:: Sno0p ::.
  674. Hello,
    i have installed this amazing plugin but 1 question,
    is there any way that i can manually put the code of it any where i want in my blog?

    Thanks,
    Pinto

    Comment by Pinto — July 31, 2009 @ 2:47 pm

  675. Yes! Use this code:

    Comment by Sebastian — July 31, 2009 @ 11:31 pm

  676. Well… some sort of anti-spam… this code: ** without the *’s

    Comment by Sebastian — July 31, 2009 @ 11:32 pm

  677. I see that there’s a semi-”hidden” link to your site in this. I can’t seem to find your copyright info. Is it ok to remove this link?

    Comment by texxs — August 3, 2009 @ 9:06 pm

  678. Hi Texxs. Sure you can. It’s open source. I’m afraid you’ll have to edit it out after each upgrade though.

    Comment by Roy — August 4, 2009 @ 8:31 am

  679. Hi,

    Is it possible to use this on your Vista desktop as an object to browse through your computer?
    I this this would be excellent!
    please let me know as soon as possible.

    Comment by Jaxx — August 4, 2009 @ 12:07 pm

  680. Any answers yet?

    Is it possible to use this on your Vista desktop as an object to browse through your computer?
    I this this would be excellent!
    please let me know as soon as possible.

    Comment by Jaxx — August 5, 2009 @ 6:26 am

  681. Link: More Recommended Wordpress Plugins with specific features
  682. Link: Wordpress-Plugins: WP-Cumulus | turbobrain
  683. Hi Jaxx. Several security restrictions in Flash would make that really hard to do. And I have to say… if I’d want to find something on my computer I think I’d prefer the search results to be in a simple list.

    Comment by Roy — August 6, 2009 @ 8:15 am

  684. Hi Roy,

    I don’t want to search for anything. I want to use it as something on my desktop which has links to MyDocs, MyComputer, My Pictures and other specified paths. Sort of a quick launch ball on my desktop.
    Will this be possible at all? If not on the desktop then as a widget / gadget on my sidebar?

    Please let me know,

    Thank you.

    Comment by Jaxx — August 7, 2009 @ 9:44 am

  685. You could try to create an Adobe AIR application from this. I have no idea what’s involved in creating AIR apps, but that would at least give you access to the file system.

    Comment by Roy — August 7, 2009 @ 12:47 pm

  686. Link: CDBH Online! positivo! operante! | blogfolio - eduardo frick
  687. How to stretch a cloud over the whole screen (window) ?

    Comment by Maxim — August 10, 2009 @ 10:14 pm

  688. If you’re using WordPress you could write a page template that stretches the main post content like that, and then set the plugin’s width and height settings to ‘100%’. I have not tested this, but there’s no reason for it not to work (that I can think of).

    Comment by Roy — August 11, 2009 @ 3:46 pm

  689. Link: Wp Cumulus – Nicer way of displaying Tags » AskDba IT Blog
  690. I’m using your plugin in 2.8.2. The tags are extremely small, it looks like little black dots floating around, but if I click on one it acts correctly and goes to a new page. I tried entering values for smallest and largest in the wp_tag_cloud parameters but it doesn’t have an affect. Any suggestions?

    Comment by Terri — August 12, 2009 @ 8:50 pm

  691. I installed it and it messed up my theme layout completely. I tried several themes. Same result everytime.

    This layout was all alligned wron and where the plugin should be, the background was blue.

    Current theme: Arras Theme 1.3.5 by Melvin Lee

    Any idea why? After I disabled the plugin, the site layout was back to normal.

    Tested in FF3.5.2 and IE8.

    Thanx
    Anne

    Comment by Anne Viljoen — August 13, 2009 @ 10:19 pm

  692. @Anne. It looks OK to me now? Did you fix it?

    @Terri: could you point me to the URL where this is happening?

    Comment by Roy — August 14, 2009 @ 10:29 am

  693. Link: Website-Relaunch #03: Die besten Wordpress-Plugins – Update. : JUICEDblog | [W.W.J.D.]
  694. Link: 3D Flash Tags | 糖 分
  695. please see the problem wp-culumus is creating. :(

    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.revolutioners.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&ss=1&st=1&outline=1&No200=1&verbose=1

    please help..

    Comment by kuld33p — August 15, 2009 @ 5:06 am

  696. Link: 博客修改记录 | MatRush
  697. @kuld33p: As far as I can tell, these errors are not caused by Cumulus. Have you validated the page without Cumulus enabled?

    Comment by Roy — August 15, 2009 @ 7:34 pm

  698. Yes, you can check the page now the errors are less. when I enable it gives me around 40 more errors and starts giving warning as well…

    Can you suggest anything that I can do.. Let me try with a different theme once.. and see if its plugin problem or theme problem.

    Comment by kuld33p — August 16, 2009 @ 8:09 am

  699. Hi,

    First thx for your awesome plugin but i have a question. I want to have 2 times on the same page the cloud: one for my tags, one for my categories. Do you have a way to do it…

    Thanks by advance!

    Comment by Nicolas Clémot — August 17, 2009 @ 12:19 am

  700. Link: Blogumus: Nube de etiquetas en movimiento- Alex Franco
  701. Hi Nicolas. You should be able to do that with shortcodes.

    Comment by Roy — August 17, 2009 @ 9:49 am

  702. Thanks for your quick answer. I forget to say that i use the widget version of your plugin.
    I think that since the 2.8 version of WP, we can have two time the same widget on the sidebar.

    So can i do it with shortcodes like change a kind of ID shortcode to make believe at my WP that i use another plugin.

    Comment by Nicolas C. — August 17, 2009 @ 11:05 am

  703. Link: 30+Wordpress分类插件 | 帕兰映像
  704. Hi Nicolas. I’ve seen tutorials on the web about how to make shortcodes work in text widgets. If you can get that to work you could use the regular WP-Cumulus widget alongside a text widget with Cumulus in it.

    Comment by Roy — August 18, 2009 @ 11:40 am

  705. I try and… it works.
    Thanks a lot.

    Last question… a “detail” but important to me. I use a categories cloud and i want to exclude some of them. I use the short code args with the parameter: exclude. So i look for the id of one of my categories and the final result is:
    args=”exclude=americaine-films”

    But… nothing change and this categoriy still appears in my categories cloud.

    So question, do the exclude parameter works for categories or only for tags?
    And if it works, do i forget a quote or something like that in my shortcodes?

    Thanks a lot .

    Comment by Nicolas C. — August 20, 2009 @ 12:57 am

  706. Link: Mes extensions & plugins Wordpress | My Name is Bruce
  707. @Nicolas. You’ll need to use the numeric category IDs, such as in ‘exclude=12,14′.

    Comment by Roy — August 20, 2009 @ 7:01 pm

  708. Link: primeknot blog » WP Rocks!
  709. hi, how can i keep “tag cloud” to my blog could u say me………

    Comment by ajay — August 21, 2009 @ 6:15 pm

  710. Hi Roy,

    I seem to have the same problem as in this post : http://wordpress.org/support/topic/275328

    It seems that your plugin is conflicting with next gen gallery. Is that right?

    Thanx In Advance,

    Emrulez

    Comment by Emrulez — August 22, 2009 @ 2:23 pm

  711. Hi,

    Still me..(sorry ^-^);
    I make some test with my cat id and no changes.
    But questions:

    1/Can i have more than one args with different parameter in my short codes like:

    args=”smallest=10″ args=”number=10″

    or do i combine both like:

    args=”smallest=10 number=10″

    2/Do i have to make one args parameter for each exclude or one “global” like:

    args=”exclude=10,11,15,20″
    or
    args=”exclude=10″ args=”exclude=11″ args=”exclude= 15″

    3/Do i use ‘ or “?

    4/ When you say: “such as in ‘exclude=12,14′.”, what refers these 2 numbers: the cat_id 12 and the cat id_14 or the cat_id_name 12 with the cat_id_number 14 (or the opposite)?

    5/To be in real situation. I have one category called “American movie”, with the Cat_id_name “american-movie” and with the cat_id_number “71″ and another category called “German movie” with the Cat_id_name “german movie” and with the cat_id_number “75″. So to exclude both of them, do i have to write:

    args=”exclude=71,75″

    I try many stuff but nothing work :/.

    Thks by advance

    Comment by Nicolas C. — August 24, 2009 @ 7:52 pm

  712. I precise, i work with shortcodes :)

    Comment by Nicolas C. — August 24, 2009 @ 7:55 pm

  713. Hello Roy.

    I am just rebuilding my blog and I decided to use your tag cloud as a part of my archive page.

    Well in Firefox it works marvelous but IE8 crashes in normal mode, and takes AGES to load in compadibility mode.

    Here is the link to the page: http://www.comicdom.gr/archive/

    If you have ANY advice I would gladly accept it.

    Thx for any help
    John

    Comment by John — August 24, 2009 @ 8:10 pm

  714. Something important I forgot to mention…

    ……I have no xhtml errors :-)

    Well actually I have 2 which I can easily fix (messes some graphics) to test if the flash loads in IE, which it doesn’t…

    Thx again!

    Comment by John — August 25, 2009 @ 12:10 pm

  715. Link: De la 3D pour vos tags : Veille 2.0
  716. …and finally I discovered that the issue that was causing IE to crash on that particular page that cumulus was running was of another, totally different, matter……

    lol

    God bless MS…

    sry for the trouble

    Comment by John — August 25, 2009 @ 9:24 pm

  717. Link: 让WordPress结构清晰插件30+ — 忙些啥?
  718. Hi,

    This plug-in is wonderful! I love it very much!

    But my website has Chinese tags. I found this plug-in can only display English tags.

    Is it a bug, or something wrong with WordPress setting?

    I set its character set to UTF-8.

    Comment by Tim — August 26, 2009 @ 11:08 am

  719. Hi Roy,

    Your tag cloud is quite impressive. While I am not one given to flash, the fact that it can switch to non-flash for SEO purposes is great. However, I seem not to be able to use it as a widget on all the pages. Is there any way around this, please? You may see the tag cloud displayed here: Value Learning, but I would like to see it on the homepage and the posts as well.

    Many thanks,

    John

    Comment by John — August 26, 2009 @ 1:18 pm

  720. Hi Tim. Unfortunately, this is a limitation in the way Flash handles text. More info is here.

    Comment by Roy — August 26, 2009 @ 7:28 pm

  721. Hi Roy,

    Just to let you know that a pre-release of the tag cloud is now available for the Confluence Wiki software (from Atlassian).
    Thanks a lot for your instructions on porting!

    Regards, Herman.

    Comment by Herman de Boer — August 27, 2009 @ 8:00 am

  722. Link: How to set up a Wordpress Blog | Lunarlog
  723. Hi Roy, great job!
    I’m looking for a flash example/tutorial of a static version of your swf (no xml driven). Can you suggest me something?

    Thanks

    Comment by Bold — August 28, 2009 @ 1:03 pm

  724. Link: Blogumus for your Flickr Photos! | Graffititools:Designing tips n tools, tutorials, tricks
  725. Link: plugs for blogs
  726. Link: Wp-Cumulus | Eklenti.net > Wordpress Eklentileri
  727. Hi Bold. If you really need this to be one file, the quickest option is probably to put the XML in a string variable inside the Flash movie. I use something similar for testing, so there are commented out bits in TagCloud.as that may help you get started.

    Comment by Roy — September 1, 2009 @ 2:11 pm

  728. Hi Roy. You’re cumulus tag cloud is fantastic! I’m having one small issue. Using WP Cumulus, once I checked “Dispay Options: Both” to show both tags and categories in the cloud. Afterword, I decided the categories didn’t look so hot so I unchecked both and rechecked just tags. Unfortunately, the categories persisted. I tried again, tried deactivating the widget, uninstalling and reinstalling… nothing helped. I looked for the solution in the WP Forum but couldn’t find anything. Any ideas?

    Comment by Charles Nibbana — September 2, 2009 @ 2:40 am

  729. Hi Charles. I’m at a loss as to what could cause this. Are you running a caching plugin? If so, have you cleared the cache? Also, did you change the setting in the right options form? there are two (the widget has its own, Settings -> WP Cumulus affects the shortcode version only).

    Comment by Roy — September 2, 2009 @ 3:10 pm

  730. Link: WordPress için tam 400 eklenti birsayfada! | PiyanoDegil.org :)
  731. Link: Mi presencia en la Web | Cobeete
  732. Hey Roy, your Cumulus plugin is the most beautiful tag cloud ever. Thanks a lot for this masterpiece. I needed a small bit of help. I need to make my tag links ‘nofollow’ went through the lines of codes but couldn’t find where i could add the rel=”nofollow” attribute. Could you pinpoint it to me. I’d be very thankful mate.
    Thanks :)

    Comment by Sydney Monis — September 3, 2009 @ 3:30 pm

  733. Hi Roy,

    Beautiful plugin!

    I’m thinking about using it as part of the header of a website, but I need it to be very wide and flat.

    Right now I get a small ball in the middle, would it be possible to make the ball the size of the width or even elliptical? I looked into the AS, but I fail to understand how it works. It must be something simple as setting the scale to the width or multiplying the tag-x-offset by the result of the width divided by the height… or something like that.

    Can you help me, or give me a clue where to look?

    Thanks,
    Pepijn

    Comment by Pepijn de Vos — September 3, 2009 @ 4:07 pm

  734. Link: Building BobSkinstad.co.za
  735. Hi Pepijn. See this post for info on how to ‘hack it into shape’.

    Comment by Roy — September 3, 2009 @ 8:53 pm

  736. Hi Sydney. WP-Cumulus gets its tags from a WordPress function called wp_tag_cloud. It uses that function’s output as XML input for the Flash movie and to show a (hidden) regular tag cloud to non-flash users. The easiest way to get the links to be nofollow is to use something as described here. I haven’t tested that plugin, but if it works by modifying the wp_tag_cloud output it should also add nofollow to the hidden cloud. The links as used by the flash movie aren’t followed by Search engines anyway, because SEs don’t interpret Flash that well yet.

    Another quick fix would be to disable the hidden html text cloud, so SEs heve nothing to work with in the first place. The would be an easy hack similar to hack #5 on this page, except you’d have to edit out the hidden cloud altogether.

    Comment by Roy — September 3, 2009 @ 9:01 pm

  737. Link: Wp Cumulus – Displaying Dynamic Tags
  738. Thanks for the reply Roy, the procedure in the link you’ve mentioned to adding a nofollow tags has been tried by me before, it just added the nofollow tag to the default tag cloud provided by WP, didn’t see a noticeable difference in Cumulus. Anyways, thanks a lot for your reply here, really appreciate the time you’ve dedicated for replying to me.
    Cheers. :)

    Comment by Sydney Monis — September 4, 2009 @ 8:22 pm

  739. Hi Sydney. Did you check the source code after installing the plugin? If my assumptions are right, the backup tag cloud that Cumulus outputs should have nofollow. As said, all links from the Flash aren’t followed anyway.

    Comment by Roy — September 5, 2009 @ 9:45 am

  740. Link: Top 100 Wordpress Plugins => CezZy.pl
  741. has anyone succesfully tested this using swfobject 2.1 instead of 1.5? Thanks!

    Comment by ariz — September 9, 2009 @ 7:36 am

  742. @ariz. That’s been on my to do list for a while now. SWFObject has gotten a little less WP plugin-friendly, but it should definitely be possible.

    Comment by Roy — September 9, 2009 @ 8:39 am

  743. Link: Plugins Wordpress : ma modeste sélection | Maxime-Viry.com
  744. Link: | RISKY RIDERS
  745. I inserted the sidebar tag cloud on a demo site, http://puttouse.com/ and tried to change the font size without success.

    In the ‘Display options’ page within the Wordpress Dashboard , under Advanced Options–> wp_tag_cloud parameters I specified either: smallest=28&largest=32 OR ’smallest=28&largest=32′ but this didn’t change the cloud’s font size. What am I doing wrong ?

    Comment by ben — September 11, 2009 @ 4:40 am

  746. Hi Ben. There may be a few things to look at here. It looks like you do not have many tags yet. I’ve not tested this, but it could be that my sizing algorithm misfires if the smallest (least used) and largest (most used) tags are the same size. This will probably fix itself automatically when you tag more posts.

    Also, you seem to have added Cumulus at a really small size. 100 pixels wide is not enough to show the tags at a decent font size. The movie will adjust the cloud size to its width, so increasing the width setting to 200 (or whatever the width of your sidebar is) might help.

    Comment by Roy — September 11, 2009 @ 9:59 am

  747. Thanks for this plugin!!

    Comment by Cuchachiwi — September 11, 2009 @ 5:49 pm

  748. Hi Roy!! Thanks for this interesting plugin.

    I want to give one suggestion to you. It’s for W3C standards. When you load “swfobject.js” you print in the “body” tag, that’s very incorrect, you can’t print script tags in the body!!

    So I suggest you to change the following code in the plugin:

    // Remove this line
    $flashtag .= ”;

    // Add this line on the top
    add_action(‘wp_head’, ‘js_head’);

    // Add this function that prints the script tag with the swfobject.js
    function js_head(){
    $path = plugins_url(‘wp-cumulus/’);
    echo ”;
    }

    Comment by N3uRo — September 11, 2009 @ 5:56 pm

  749. It seems like it has filter in my comment or remove the $flashtag content it was the one that adds the script type as you can suppose

    Comment by N3uRo — September 11, 2009 @ 6:00 pm

  750. regarding the font size being too small, I noticed that the distant tags are smaller in size and as you hover over them, they get closer and larger. Is there a way then to change the php code so that the distant tags are not at the smallest font size possible, but somewhat larger size ?

    Comment by ben — September 11, 2009 @ 7:36 pm

  751. Best plugin ever for Wordpress. I have only one problem, i want to add tag cloud somewhere on site (not as a widget) Whats a code?

    Comment by mike — September 12, 2009 @ 2:43 pm

  752. Mike, you have to post this anywhere in the siderbar:

    “wp_cumulus_insert();”

    Comment by N3uRo — September 12, 2009 @ 4:07 pm

  753. Hello. Where is the translation of this page plugin

    Comment by Wordpress.ua — September 13, 2009 @ 8:56 pm

  754. @Ben: The tags get smaller to get a convincing 3D effect. The only way to influence this is by using the ’smallest’ and ‘largest’ parameters.

    Comment by Roy — September 14, 2009 @ 10:27 am

  755. This is a killer plugin! Thanks for developing. It think it looks great on my website about Cool Springs Tennessee. Check it out!

    Thanks Again!

    Todd

    Comment by Cool Springs TN — September 16, 2009 @ 1:16 am

  756. Link: 網絡漫游——在互联网的世界里慢漫游走 » 最实用的9个中文WordPress插件推荐
  757. Link: I loves my WP-Cumulus tag cloud! http://… | Black Cyber Hole
  758. Link: Açıklamalı 200 Adet Wordpress Eklenti Arşivi 2 | Akgün-Web Ailesi
  759. Link: 建站首博 « 江边一鹤
  760. Good evening, I must admit I am a absolutely UberNoob with no clue about doing this stuff. I just try to copy and paste things together for “proof of concepting”. this AS stage thing paul and germain are talking about, was answered with commenting out these lines. ok. I did. but what to enter at “” of var baseURL:String = “” ? As I said I am just copying and pasting. Sorry for disturbing anybody. :-)

    Comment by Newerby — September 21, 2009 @ 7:48 pm

  761. I would like to add a Continue Reading link to the results shown on the Tag Archive page–the page you get when you click on a tag in the WP-Cumulus widget.

    I believe the code should be:
    “>Continue Reading

    … but I’m not sure where to put this.

    Thanks for your help!

    http://wordpress.org/support/topic/313294?replies=1

    Comment by Austin — September 21, 2009 @ 10:34 pm

  762. Looks like it’s the archives.php file. Thanks.

    Comment by Austin — September 22, 2009 @ 1:17 am

  763. Hi Newerby. BaseURL should contain the path of the tagcloud.swf movie (the containing folder). You could hard-code it, or see if LoaderInfo has something to work with i guess.

    Comment by Roy — September 22, 2009 @ 9:24 am

  764. Link: Mavi Salon // Just another Mavisalon.totalh.com weblog
  765. Is there a way to configure the wp-cumulus to redirect the links? My problem is when clicking on the cloud links it directs me to the tag page but rather I would like to direct it to another url. Can the wp-cumulus be independent from the wordpress tags?

    Thanks
    Rick

    Comment by Rick — September 24, 2009 @ 4:19 am

  766. Hi Rick. You could implement the non-WP version which uses XML for the links.

    Comment by Roy — September 24, 2009 @ 2:22 pm

  767. Link: Создаем блог | UA-blogger
  768. Hey Roy, I am very happy you fixied the transparency problem. Not it work perfectly with plugins that need to overlay other elements like my AutoCompleter (http://wordpress.org/extend/plugins/kau-boys-autocompleter/)

    Now it should be no Problem to assure my boss to reuse it for our new blog. It would be absolutly wonderful if you could wrap all the static texts with the __() or _e() functions to make it transleable. I am pretty sure that you would get many translations for the next update. I would agree to do the German translation.

    Comment by Kau-Boy — September 28, 2009 @ 9:18 pm

  769. Kau-Boy, I’ve just put that on my to-do list, and will probably make you keep that promise :) .

    Comment by Roy — September 29, 2009 @ 9:39 am

  770. Hey Roy, as soon as you have added the gettext-functions just commit the data and create the pot file using the admin tab on the WP plugin page. Than also commit the pot file and tell your blog readers and followers about it, so we can send you the translation files for your next update. Translating the pot file only takes about 5-10 minutes :)

    Comment by Kau-Boy — September 29, 2009 @ 10:23 am

  771. Link: Wordpressプラグインを突っ込む。 « E.txt
  772. Hello,
    I’m having a little bug while integrating your plugin wp-cumulus with thickbox plugin.
    The cloud overlays the pictures… is there a way you know, hot to fix it?

    Thnak you, Gary!

    Comment by Gary — October 5, 2009 @ 6:24 pm

  773. Gary, you could try turning on transparency. This sets the Flash ‘wmode’ setting to ‘transparent’, which makes it adhere to layer orders.

    Comment by Roy — October 6, 2009 @ 7:47 am

  774. Hi, Roy

    I like this widget very much! however, when I installed it on my site, the colors could not be changed and the fonts size , is very small (different from the widget on your site )and couldn’t be resized as well.
    http://www.voiceoverschina.com/blog

    Can you let me know why?
    Thanks in advance!

    Barbara

    Comment by Barbara — October 8, 2009 @ 10:21 am

  775. Link: 最实用的9个中文WordPress插件推荐 - 反思空间
  776. Link: forchel.de» Blogarchiv » Kumulus
  777. Please help me understand why my tags size are so small that I barely see them. How can I change that. For better understanding please look at my site http://www.reflectii.com. Thanks!

    Comment by Steli — October 14, 2009 @ 12:42 pm

  778. Argh, why doesn’t the changelog have dates…

    Comment by Reinis I. — October 19, 2009 @ 5:54 am

  779. Link: 8 Cool Wordpress Plugins I Use To Manage My Blog - VeeBee
  780. Link: 20 plugins indispensables pour Wordpress | Tendances du Web
  781. Link: » New theme
  782. This is fantastic! Thanks so much for releasing it as a plug in!

    Comment by Emma — November 2, 2009 @ 6:43 pm

  783. How can I prevent this plugin from going on top of the images in NextGEN photo gallery? You can see what I mean at http://www.geekality.net/portfolio/photography/. When you click on a photo, the WP-Cumulus tag cloud pokes a hole in the image, which doesn’t look very nice… =/

    Any way this can be fixed somehow?

    Comment by Svish — November 3, 2009 @ 7:53 pm

  784. Hi Svish. Enabling the transparency setting usually fixes issues like this.

    Comment by Roy — November 4, 2009 @ 1:44 pm

  785. Hm… that didn’t seem to make any difference from what I can see. The flash cloud is still on top of the javascript lightbox thing (or what it is called).

    Comment by Svish — November 4, 2009 @ 6:58 pm

  786. Looking at the source code for your page it looks like transparency hasn’t been enabled. Did you set it inside the widget (open it up by clicking the little arrow)?

    Comment by Roy — November 5, 2009 @ 9:51 am

  787. Link: 5 Great Wordpress Plugins for Business » WordPress, wordpress plugin, site, short urls, plugin, post, exact names, casino, poker, sports »
  788. Link: 50 Best WordPress Collectin Of Plugins for Power Blogging |
  789. Link: Az alkatrészek, amik az oldalt hajtják | Ráktalicska
  790. Link: Dorataya | WordPress Asylum
  791. Aaah, there we go. Had the Transparency setting set in the WP-Cumulus settings, but was not turned on in the widget itself.

    (sorry about slow answer :)

    Comment by Svish — November 13, 2009 @ 1:53 pm

  792. This plugin is excelent! thank you so much!

    Este plugin esta excelente amigo, muchas gracias!!!

    Comment by Gera — November 13, 2009 @ 3:53 pm

  793. Link: Wordpress Plugins | Страницата на Жоро за рутери,фирмуери и други неща...
  794. I added the wp-cumulus tag cloud plugin in a jquery based lightbox popup box and it does not seem to work for IE6 and IE7.It shows blank in these respective browsers.right click shows the possible flash settings but no tag cloud seen.

    Rest all browser works fine except IE 7 and IE6.

    Tried all the possible fixes but still no success. Any help would be appreciated.

    thanks,
    Mohnish

    Comment by Mohnish Ghodekar — November 17, 2009 @ 6:16 am

  795. It’s still work? I want it for my new blog

    Comment by Metal Band Wallpaper — November 17, 2009 @ 6:21 am

  796. Yeah it still works. In fact a new version was released only days ago.

    Comment by Roy — November 17, 2009 @ 7:44 pm

  797. Roy, this is great! Thanks for making this available, it definitely makes my blog at http://www.MaverickVoice.com look better!

    Comment by Steve — November 20, 2009 @ 4:54 am

  798. Link: WP Cumulus: 可视化的3D Flash标签云Wordpres插件 « 战者不争 庄亮@易索路的历程 学而载之以厚众
  799. Link: cordwisteria - WP-Cumulus
  800. Hello, I love your tag cloud program. I am using the Sprexel theme by WPvulpe and the cloud is too wide. I went in and attempted to edit the size but no matter what value I place in there it does not change. I was trying to change it in the swfobject.js file.The theme has an imbeded tag cloud feature. There is no need for the widget.

    Any ideas? Thanks!

    Comment by Blue Eyed Monkey — December 3, 2009 @ 1:54 am

  801. Link: SimpleScheme Naranja | WordPress
  802. hello dear
    please do support from Persian language in this plugin
    we can not use this useful plugin
    tnx

    Comment by behrooz — December 3, 2009 @ 2:41 pm

  803. Behrooz, I’m working on just that. Please help me test here.

    Comment by Roy — December 3, 2009 @ 3:09 pm

  804. Is it possible to provide a Cyrillic characters support? It will be in use for the users form Bulgaria (like me), Serbia and Russian Republic.

    Comment by Ivo Minchev — December 6, 2009 @ 12:31 pm

  805. If you want i can send you the edited (from friend of mine) tagcloud.swf that works good in my site with Cyrillic characters.

    Comment by Ivo Minchev — December 6, 2009 @ 12:35 pm

  806. Link: Pro Business I | Dream Weaver Creations
  807. Thanks Ivo, but we’re already working on UTF-8 support.

    Comment by Roy — December 8, 2009 @ 8:57 am

  808. Link: 41 Must-Have WordPress Plugins « thekruser.com
  809. Link: Beberapa Plugin dalam blog |  Rahmat Hidayat Personal Blog
  810. Link: 3D-Tag Wolke in iWeb integrieren /  iWeb-Magazin Blog
  811. Link: 3D-Foto Wolke in iWeb /  iWeb-Magazin Blog
  812. Thanks for your great tools,it’s so cool!

    Comment by ОСАГО — December 23, 2009 @ 7:34 am

  813. Hai folks,
    Fantastic plugin. but i now face a horrible issue (in my point of view :)

    Your plugin overlaps the fancybox (light box alternative) in my wordpress.
    how can i fix this issue?

    here is the problem you can see in my site
    visit below link. click that zoom icon (green magnifer icon with a plus sign) in the post and try to view the image in fancy box. you will see your plugin intreups the view.
    http://zamaanonline.com/a-day-in-the-internet-1746

    ki9ndly tell me a solution.

    Comment by zamaan — December 23, 2009 @ 6:59 pm

  814. Is it possible to have wp-cumulus pick up site wide tags on a wordpress mu installation?

    Comment by Marcus — December 24, 2009 @ 6:02 pm

  815. @zamaan you may want to look into placing either your widget to a lower z-index or your lightbox to a higher z-index

    Comment by Marcus — December 24, 2009 @