Update #2 (27th April 2010)
Due to hosting issues, Blogumus has stopped working for those who had previously installed using these instructions. I've resolved the hosting issues by uploading to Google Sites and have edited the following tutorial for installation accordingly.
Unfortunately, this does mean you'll have to reinstall your Blogumus widget or change the URLs to the swfobject.js and tagcloud.js files in your template code in order to ensure your widget works properly again (new installations should work just fine).
If you'd like to reinstall this widget, you can delete the Blogumus gadget from within the Layout>Page Elements section of your Blogger dashboard and use the instructions below to add it again.
If you'd simply like to change the URLS to the files, go to Layout>Edit HTML and tick the "Expand widget templates" box. Then locate the following two URLs in your template:
http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf
and
http://halotemplates.s3.amazonaws.com/wp-cumulus-example/swfobject.js
And replace them with the following URLs:
http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf
and
http://sites.google.com/site/bloggerustemplatus/code/swfobject.js
You can preview your template to ensure you've made no mistakes before saving, and your updated code should display the tag cloud in your blog.
Sincere apologies for the inconvenience this may have caused!
Update #1: Improved Widget Code
I have updated the code required to run this widget to activate links in the tag cloud Flash movie. If you have already installed Blogumus, please replace your widget code with the new updated code, or reference the additional lines to modify your existing installation.How it works
This widget uses a combination of JavaScript and Flash animation to parse and display your blog labels. Once installed in your template, it should work "out of the box" without any additional tweaking required, though of course you may prefer to change the variables for color, background and size if appropriate :) You should also be able to move the Label Cloud widget through the Page Elements page of your dashboard if you prefer display in a different layout location. To see Blogumus in action, both Flash and Javascript must be installed and enabled for your internet browser. However, it does degrade relatively gracefully, and label links will still be clickable (though not animated) for those who do not use JavaScript of Flash (including search engine spiders).How to install Blogumus in your Blogger layout
Installing Blogumus in your Blogger layout is surprisingly simple! You should only need to copy and paste a section of code to your Blogger template, though any tweaks for the style of display will require some manual editing. Here are the steps required to install Blogumus in your Blogger layout: Go to Layout>Edit HTML in your Blogger dashboard, and search for the following line (or similar):<b:section class='sidebar' id='sidebar' preferred='yes'>Immediatly after this line, paste the following section of code:
<b:widget id='Label99' locked='false' title='Labels' type='Label'>Then preview your template. If installed correctly, you should see the tag cloud appear in your sidebar. Then you are free to save your template, edit the colors and dimensions as required, or move it to a different location. That's all!
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<script src='http://sites.google.com/site/bloggerustemplatus/code/swfobject.js' type='text/javascript'/>
<div id='flashcontent'>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a href='http://www.bloggerbuster.com'>Amanda Fazani</a></div>
<script type='text/javascript'>
var so = new SWFObject("http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf", "tagcloud", "240", "300", "7", "#ffffff");
// uncomment next line to enable transparency
//so.addParam("wmode", "transparent");
so.addVariable("tcolor", "0x333333");
so.addVariable("mode", "tags");
so.addVariable("distr", "true");
so.addVariable("tspeed", "100");
so.addVariable("tagcloud", "<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>");
so.addParam("allowScriptAccess", "always");
so.write("flashcontent");
</script>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
Customizing Blogumus
In this default installation, Blogumus includes the following preset variables:- Width is set to 240px
- Height is set to 300px;
- Background color is white
- Test color is grey
- Font size is "12"
var so = new SWFObject("http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf", "tagcloud", "240", "300", "7", "#ffffff");
The width (currently 240) is highlighted in red, while the height (300px default) is highlighted in blue. These numerical values specify the width and height in pixels, so you can alter these of you prefer. Editing background color You can change the background color from white to any other color by altering the hex value in the same line:
var so = new SWFObject("http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf", "tagcloud", "240", "300", "7", "#ffffff");
For example, if you prefer a bright red background, you may replace #ffffff with #ff0000. Take a look at this page for a list of commonly used hex color codes. Alter the color of text By default, the text is set to display as dark grey ( hex value #333333). You can alter this variable in the following line:
so.addVariable("tcolor", "0x333333");
Be aware that "tcolor" is a Flash variable and doesn't include the usual hash symbol of hex color codes. Be sure to only replace the numbers! Adjust the font size The maximum font size of tags is specified in this line:
so.addVariable("tagcloud", "<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>");You can alter this to ensure tags are displayed in a bigger or smaller font if you prefer by changing "12" to a larger or smaller number. While making any of these changes, you should be able to preview your widget and be certain that your new choice of color, dimensions and background are suitable for your needs.




Love this, but! The install failed. Here's a screen capture:
ReplyDeletehttp://farm4.static.flickr.com/3088/2806964348_5b2820e6fa_o.jpg
It's double dutch to me, any suggestions?
Davie
Hello Davie,
ReplyDeleteI've just edited a line of code in the widget template which (I think) may have caused this problem for you.
However, I'm also wondering about the way your code is aligned in the screenshot, as there are no line breaks after each line of the script.
Please try installing this again and do let me know if you still experience this error as I can upload the code as a text file which would hopefully prevent such problems happening for others too.
Amanda, this is great thanks for the hard work.
ReplyDeleteInteresting! But I'm not sure I'll use it yet as it might drive people crazy! I'll have to ask around and see what the response is. I love the idea of it though!
ReplyDeleteLooks beautiful.
ReplyDeleteUnfortunately I can't seem to get a result when I click on one of the labels.
What am I doing wrong?
Thanks Amanda,
ReplyDeleteI follow your blog and it is great.
About this hack. Everything seems ok in your blog except it is not clickable.
Amanda. thanks a lot for this. I've been waiting for you to post this. I already installed it on my blog. but can the label be clicked? because it doesn't on mine.
ReplyDeleteanyway thanks! n too Roy Tanck too!
Well it displays quite beautifully and it was easy to add as you said. The only thing is that when I click on any of the tags they don't go anywhere. Where did I go wrong?
ReplyDeleteAmanda! Really looks interesting. Thanks for your great working!
ReplyDeleteLooks stunning... but as everyone else, clicking on the tags doesn't work...
ReplyDeleteI like it it looks so good I may use it once I get my blog looking the way I want it to.
ReplyDeleteThanks, I'm gonna try it within few days. :)
ReplyDeleteGood stuff! I was going to try to do this myself. Thank you for saving me the trouble!
ReplyDeleteI love this, but my Firefox doesn't. :(
ReplyDeleteFlashturbation.
ReplyDeleteThanks Amanda, but what about clickability. It is just a flashy item as of now with no action being performed on clicking labels.
ReplyDeleteI have nothing but empty space??
ReplyDeleteThanks for this Amanda. I have one question - How to increase the distance between labels. My blog has too many labels and if i use font size 12 then the labels are cluttered into a sphere and nothing is visible as they are so near to each other, please help.
ReplyDeleteIt worked! However, like others my labels do nothing.
ReplyDeleteHmm...actually the labels here on this blog is not clickable either. I mean the labels are rotating but when I click on the tags, nothing happens either.
ReplyDeletehi amanda. installed successfully. but I wonder how to make background of the widget to use blog's background.
ReplyDeletethanks!
Me too.. The labels don't work when clicked. Sigh..
ReplyDeleteyes the link doesnt go anywhere bcoz i think this widget is developed from the original wordpress widget....thats the reason for its non working on blogger...
ReplyDeleteI can't even see labels??
ReplyDeleteAnyone?
Help :(
The problem with the links is incredibly frustrating!! The source code displays the link tags properly, but for some reason the links cannot be clicked now :(
ReplyDeleteChecked and rechecked the code, experimented with new functions, and so far nothing works when the cloud is displayed in Blogger.
However, I can make the links clickable when viewing offline..?
I will work on this as much as possible today. I have my suspicions about the problem so will update this post as soon as I have more information.
@Chris: Which of your blogs have you installed the tag cloud on? If you leave a comment with the URL I will take a look to see what the display problem could be.
Hmmm, I think I may have found a possible cause for the problem clicking on the links. Take a look here: http://www.adobe.com/devnet/flash/articles/fplayer8_security_09.html
ReplyDeleteI'm working to change some values which I hope will enable access to actionscript for the links.
Sorry for repeatedly posting in the comments section about this problem. I figured those of you experiencing issues with the tag links would look here (rather than Twitter) for updates on the situation :)
ReplyDeleteHere's the progress so far:
Most of you will be using Adobe Flash Player 8/9. These recent versions include a security feature which prevents ActionScript affecting the contents of the flash unless it comes from the same domain.
The scripts used for this tag cloud come from my hosting on Amazon AWS (a different domain), so the links produced have been disabled.
Right now, I understand how to enable links in the Flash movie (check out the cloud at the top of this page: the links are now active).
I need to figure out how to make the scripts add this extra line of code to the movies generated when you use this widget for your own blogs too.
Hopefully I will fix this issue today. In the meantime, I can offer a fix which requires editing and tweaking to anyone who would like this urgently.
Shoot me an email if you need this quick fix and I'll do my best to help.
Amanda the Blog saver...thank you very much for your great effort in making this possible for us Blogger users, but there is this one thing...the links don't seem to be working..but you said..they only work when viewing offline..when i tried it..i was surprised that it actually worked..lol..but no page to display,
ReplyDeletehere is the code error which i received :
SecurityError: Error #2137: Security sandbox violation: http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf cannot navigate window _self within http://www.technologypublic.com/ (allowScriptAccess is ). Attempted URL was http://www.technologypublic.com/search/label/blogging tips and tricks.
at global/flash.net::navigateToURL()
at com.roytanck.wpcumulus::Tag/::mouseUpHandler()
Amanda, like you mentioned above that the latest version of Flash "security feature which prevents ActionScript affecting the contents of the flash unless it comes from the same domain"....so what i did is downgraded to Flash 7 and tried to run the script again..amazingly the links are clicked...but most of the stuff on my page don't load at all...hahaha, i'll try and find a walkround for this.
ReplyDeleteThanks Amanda :)
ReplyDeletehttp://www.waikiki2yanai.blogspot.com
Thanks Again!!
@Everyone: I've figured out the problem with the links now :D
ReplyDeleteTo fix your widgets, please use the updated code instead. I've added a line which should enable the ActionScript to access my externally hosted file which ensures the links become active.
My sincere apologies for this problem!
@DanielPK: No need to downgrade to Flash 7 now. I figured out a solution which should enable links no matter which version of Flash you are using, and have updated the code. Thank you for your efforts though! And be sure to let me know if you still have problems when using the updated widget code.
@Chris: Thank you for the link. I've just managed to get back online (my router crashed!) so I'll take a look now and let you know how we can resolve this issue for you :)
Thanks Amanda, the did it. Except, the width, can I adjust this by changing it? This bit "....loud", "240", "300", &......."
ReplyDeletehttp://ctwalkerfamily.blogspot.com/
Cheers!
thanks your trik..i succes..
ReplyDeleteThis is what I was asking from your forum..
ReplyDeleteThank you so much Amanda. Waiting a long time for this!
Bobby
Ok Amanda It's Working Perfectly On My Test Blog With The Same Skin Which I Use On My Orginal Blog..I Will Make It Live tommorow when my exams gets over :) nd will Post About it Tommorow on my blog also.
ReplyDeletehttp://templatestreasure.blogspot.com/
@davie: Yes, change the "240" to the width in pixels which you would like the widget to display at. The "300" part specifies the height, which you can also change if you prefer.
ReplyDelete@enhal: I'm glad to know this widget is working fine now.
@Bobby: You're most welcome, I was very happy to be able to convert this for Blogger!
@Typhoon: I'm glad this works well for you. Good luck for those exams :)
Hello Amanda,
ReplyDeleteThank you so much!
It works for me and that's absolutely perfect.
Isa
Hi Amanda,
ReplyDeleteJust wanted to say this is amazing! I really want to thank you for this!
Rach
IT WORKED....IT REALLY WORKED!!
ReplyDeleteThank you Amanda...Thank you
Thanks again Amanda, I should have looked further up the page, DOH! Sorry!
ReplyDeleteHas anyone said you are such a wonderful person? Well you are, are you married?
Hi Amanda
ReplyDeleteThank you very much for the amazing widget! Installed it and it is fantastic.
Cheers
Hi,
ReplyDeleteThis is really amazing Amanda... Thank you so much... I really love it.
Cheers
Amanda--
ReplyDeleteThe cloud worked fine in my "test" blog, but is just a blank square on my main one...any ideas?
Kelly
Hi Amanda. I've installed it on my blog,I've got the Flash thingy, but it's a blank white box.
ReplyDeleteCould you check it out for me?
www.livingwmultiplesclerosis.blogspot.com
PS - I tried it in a blogger template that I had NOT customized and it didn't show up at all in that test blog.
ReplyDeleteHi Amanda,
ReplyDeleteIt is still blank??
www.waikiki2yanai.blogspot.com
Thank you Amanda, it works fine now!
ReplyDeleteI still have to tweak a little with size, color and font, but the links work and it looks very cool!
You're the best!
Hey Amanda,
ReplyDeleteIm getting a blank square as well.
Regards,
Clyde
Amanda, help! I think I've got the oddest problem of all! I installed the code, and then went and tried to change the background color to black (#000000), but it refused to change from white to black. So I decided I'd just delete the code and find out from you what I was doing wrong tomorrow. Well, I deleted the code, but the label cloud is still up! That's right, it won't go away! It's clickable and working just fine, but it's white, which I don't want, and I can't get rid of it even if I wanted to! And now all your code is gone from my template. How weird is this????
ReplyDeleteJustine :o )
it works! thanx a lot amanda!
ReplyDeleteoh great amanda. i really waited for this tutorial. i'll try it first thanks before.
ReplyDeletealways good for blogger
ReplyDeleteI have never had problems with any widgets except this one.
ReplyDeleteAny help would be appreciated :)
http://www.waikiki2yanai.blogspot.com
Ha HA... I Love This, thank for tutorial, Is simple an Succes Instalation on my Blog...
ReplyDeleteHey Amanda it's now properly working on my original blog on all the three main browsers i.e Opera,Firefox 3 n IE
ReplyDeletePlz. How is it looking, any thing else can i do in to modify.??
I have posted this hack on my blog giving u Credits..U Don't have any prob. in tht na??
http://templatestreasure.blogspot.com/
Thank's.... I succeeded in installing him
ReplyDeleteAmanda --
ReplyDeleteThe widget looks top-notch! I got it to work in my test blog, but not in my real one. Any help you could offer would be much appreciated!
thepajamapundit.com
great work amanda,
ReplyDeletethen i imagine this script can also be used to flashing our recent commentators or recent post. is it amanda?
regarding the commentluv,
can you do follow this schema?
our widget receive the url given by commentators (in that case we only can use name/URL mode only).
our widget search and read the feed and show it to public the latest one.
i am not so sure, but actually i just don't know how to do. :)
one of the beautiful and best widgets in Recent Times
ReplyDeleteThanks a lot
$ n $
This is simply amazing Amanda! You are amazing! Thank you so much....I've been wanting to put a label cloud on my blog about 3D architectural animation for quite some time now and may I just say that this type of label cloud is superb and fits in nicely with my blog. You and Roy really raised the bar with this feature! I wont forget you both!
ReplyDeleteThanks Amanda! :)
ReplyDeleteI tried this widget and worked beautifully but the widget is not supported Korean labels so is displayed only for English lables.
And too many lables is not good to use this widget.
That's all i tried.
Anyway the widget is great great and thanks again for your effort. :D
O.K.
ReplyDeleteI have done the "Lytebox" script and "Pagepeel" scripts which were a pain in the ass but I got them working.
This is a simple "Cut and paste" script. Any ideas as to why it wont work? Conflicts? i ntense debate conflict?
Any ideas from anyone?
Thanks for any help :)
I can't get it to work either Chis, I see it fine on her screen but on my blogs I see a white screen when I install it? Running flash 9.0
ReplyDeleteI you like own TagCloud of Labels , Then also visit http://websitewealth.bl
ReplyDeleteogspot.com/2008/08/new-blogger-tag-cloud-widget.html
http://harunguven.blogspot.com/2008/08/blogger-iin-flash-etiket-bulutu.html
ReplyDeletehttp://www.bloggerdestek.com/2008/08/blogger-iin-flash-etiket-bulutu.html
thanks amanda :)
thanks amanda. it works now. you guys are awesome.
ReplyDeleteAmanda? Amanda? Are you out there woman? My code is still missing, my labels are still there, but my background is still white! I need you! LOL
ReplyDeleteJustine :o )
www.justines-cafe.blogspot.com
Thank you!! It looks great in my blog! :D
ReplyDelete@ Chris, I have intense debate and it works fine in my blog...
I just wanna say ... Fantastico ... thanks Amanda !
ReplyDeleteIt's really awesome, Thanks Amanda.
ReplyDeleteHey Amanda,
ReplyDeleteLooks beautiful, but if you refresh the page then it no longer displays the labels. I think there is a new version of the .swf that may solve this problem but I'm not sure if that is the key to the solution.
Here is the site I'm trying to make it work with: paymentindustryinsights.blogspot.com
Thanks!
Thanks for the great plugin amanda, I have one small question if you can help me here is my blog where i used your plugin despite the fact that I have increased the height the words are cluttered in a small box how do I increase the width so words are not cluttered in one place and take full area of the box
ReplyDeletemy blog http://neeshu30.blogspot.com/search/label/indiatimes
great work amanda.. but this will slowdown the loading time...
ReplyDeleteStill not workin :(
ReplyDeleteAny ideas?? Anyone?
I have 2 sidebars...is that a problem??
ReplyDeleteI want to try it, but I am using wordpress, can it's work in wordpress ?
ReplyDeleteI've been offline this weekend due to some problems with my broadband connection, so for those of you waiting for my reply, please accept my apologies!
ReplyDeleteI've quickly looked at a few blogs where the widget displays as a blank box and displays no tags or animation. I can't be certain yet, though as a guess I'd say blogs which use many widgets and scripts are the ones which are experiencing problems.
Normally this shouldn't be an issue. However, the original plugin author explained that the WP version is sensitive and has problems for blogs which do not validate with W3C.
Blogger layouts blogs rarely validate anyway (Blogger Buster has almost 500 errors), so this isn't such a big issue for display. More likely, it would be particular scripts which are causing conflict and preventing the labels from being displayed.
There are a couple of methods we could try to make the widgets display properly.
One is to use the embed code after it has been generated in an active page (this is how the one at the top of this post is displayed).
Another is to hand-code the widget, rather than relying on the labels generated by Blogger.
As I'm sure you will all understand, there are many readers who require support for this issue, so I'll experiment with both methods to see which would work best, and will update with details and instructions as soon as I can.
Thank you for all your efforts Amanda!!
ReplyDeleteOne possible issue with this script is when long labels are used. This causes the URLs of label links to be very long, and prevents the cloud from being parsed properly.
ReplyDeleteRight now, I'm working with Chris to try and make the label cloud display. He uses many long labels and also many widgets, so once we have figured out a method which works for him, I'll post details which should help others in a similar situation.
Thanks for bearing with me while we iron out the issues with using this cloud!
Hi Amanda! Sorry you had computer troubles this weekend. I'd imagine for a girl like you that's a fate worse than death!
ReplyDeleteAnyway, any ideas as to the problems I'm having?
Justine :o )
justines-cafe.blogspot.com
Yea, only problem is, I have so many tags that you can't read any of them. Needs some tweaking to select only popular tags I guess...
ReplyDeleteDear Amanda,
ReplyDeleteThanks a lot for posting this article.. I've installed in my blog and It works well.
But how do i change the background color into transparent?
Here, I also ask your permission to translate this tutorial into my own language and post it in my blog, please..
Best Regards
Riasmaja
@Justine: I can see the widget in your blog now, did you change something? Let me know if you have issues seeing this in your own browser.
ReplyDelete@Riasmaja: to make the backgrounf transparent, find this line in the script:
//so.addParam("wmode", "transparent");
and remove the two forward slashes from the beginning (//) so it looks like this instead:
so.addParam("wmode", "transparent");
This enables a transparent background, no matter which color you have specified as background in the variables. You may need to change the text color though ;)
For anyone still experiencing a blank widget: I've been working with Chris' template and hope we have discovered the problem (and a solution).
Chris' problem seemed to have been long URLs being used to link to label pages. To solve this, we have created a hand-coded script and replaced regular URLs with TinyURLs which seems to display just fine.
I've used this version in a test blog which displays just fine, though I'm waiting to hear back from Chris to know if this works in a template with many other other flash and javascript widgets.
If many of you are still seeing a blank screen, please let me know and I'll write up a tutorial (or post one in the forum) to help you code a script for your label links rather than rely on the URLs generated by Blogger.
Amanda,
ReplyDeleteYou are amazing!! Thank you for all the hard work you have done. I am now a devoted lifetime reader of this blog :)
I"d posted this tip with the credits in my blog ( about tips and blogs)It's working nice in another Linux Blog.
ReplyDeleteThanks! Its a great Workkkkk!!!
Regards, From Rio de Janeiro
Balbino de Araujo
great work amanda..UTF-8 characters?
ReplyDeleteDear Amanda,
ReplyDeleteThank you very much for your solution abaout transparent background. And it works well in my blog.
I've added this solution link in my article too.
Once again, Thank You very much..
Best Regards,
Riasmaja
Hi Amanda . I'm from Vietnam , so my blog use UTF-8 characters . When i setup this widget to my blog , it won't work propably in language. Please fix character encoding .
ReplyDeleteP/s : If i wrote wrong, please forgive me ^^
boyprodx's Blog
doesnt work please help me http://ffb.ceoxi.com
ReplyDelete@ceoxi: Without meaning to be rude, considering that you're using my Entrecard logo for your blog header and have ripped my most recent post from Blogging Tips without so much as a link back to the original sources, I don't feel inclined to help!
ReplyDelete@Dion and Benjami: Roy Tanck emailed me this morning with a link to his article for adding support for other languages.
This does require editing of the Flash file though. I could probably do this, but as I don't have a flash editor at the moment, I may need to ask a friend to help.
For anyone who requires support for other languages, please let me know your language of choice by leaving a comment. Once I am able to edit the flash, I'll do my best to support the most common requests and provide instructions for use.
It may be a while, but I hope this will eventually be helpful for those who need it :)
awesome! thx for de great flash label cloud :D
ReplyDeleteCool, thanks for this great widget !
ReplyDeleteWell Amanda, I got it working perfectly now, using a transparent background and red text, but... isn't there supposed to be something under the label cloud, giving you credit for it? It's not showing up on my blog.
ReplyDeleteJustine :o )
Okay, now I'm going to cry. I had it perfect, except your name was showing up on my RIGHT sidebar while the label cloud was on the LEFT. I removed the gadget from the right, that just had your name there, and now the label cloud isn't working for me again! Went right back to white background, grey text even though I re-pasted it in the template and changed the codes. Argh!!!!!!!!
ReplyDeleteJustine :o )
Hey Amanda,
ReplyDeleteVery good gadget! Looks beautiful, but when I refresh the page (IE7) or go out home (IE 7) tags cloud disapear! And I have so many clicked tags that you can't read any of them (Firefox 3.01). It seems to be problems with others codes like Google news or search. But could be a code position in blogger too.
Here is the site I'm trying to make it work with: http://assetans.blogspot.com/
Thanks!
Antônio Cordeiro
Rio de Janeiro - Brazil
This a error come out "The widget with id Label99 is not within a section (actual parent element is: div.) Every widget should be in a section."
ReplyDeleteArmanda how to fix it?..thanks
Hi Amanda,
ReplyDeleteCan you develop a hack to limit the showing posts on each label when visitors click on label-link? In my blog, it shows 20 summary posts when somebody clicking on blog-label. How can I reduce the number of summary posts down to 6 or 7?
hey amanda can you help me i love this widget but when i installed the code preview it , it was fine and when i save it the labels are blank pls... help...... http://blogging-without-a-cause.blogspot.com thanks dzerom.........
ReplyDeleteah that for blogger template beta.actually i want to change into blogger beta but i am worried if after i change it, i must optimize all again.
ReplyDeletethanks!
ReplyDeleteHi Amanda, great widget.
ReplyDeleteSeems I'm having a similar problem to Chris. I've 2 blogs based on the same template with a similar number of widgets on both and the labels are of similar lengths.
www.skotbites.com works perfectly.
www.blu-raypricecheck.com shows a blank square.
Any help would be much appreciated.
Thanks
Thank you very much Sir. You have been really helpful.Keep up the good work.
ReplyDeleteAmanda,
ReplyDeleteThanks for the widget. It worked nicely, one problem though..language support for Turkish Please !!
It will be a perfect widget when encoding is correctly done.
Thanks
Thank you! Thank you!
ReplyDeleteI have a minor problem that eludes me (probably because I'm not too bright).
The Blogumus works great but will sometimes jump the margin...a form problem, not a function problem.
http://conversechristian.blogspot.com/
How can I put this label widget at bottom of blogger instead of side bar? Also, I am getting blank cloud. I know it has been an issue to others but can't seem to find the post with the solution.
ReplyDeleteI would like to replace the cloud I have now with blogumus. Please see mine at http://www.blogger.com/html?blogID=2153318532824414291
Thanks
Bryan
The widget works fine with English labels. The Arabic labels do not show at all. If all labels are in Arabic it looks blank. I tried to change my Arabic labels manually to English and it worked just fine.
ReplyDeleteDo you think there could be another version supporting the UTF8 characters?
Thanks a lot for all your efforts. I really like your useful blog entries.
Cheers,
Ahmed (http://ra7aya.blogspot.com/)
Hi Amanda,
ReplyDeleteThanks for the tutorial on doing this widget.
I had tried this but there are some problems happened to me.
I just started my blog, and I have a few labels (I think is 4)
At the beginning, the labels's box did show the words but when the label become more and more, the box doesn't show any words already.
Hope that you can help me on this.
This is my blog http://justinwasborn.blogspot.com/
Thanks
great widget Amanda..
ReplyDeletebut I noticed something: It doesnt include one label.
I got 9 labels but it just shows 8.
And it randomly choose which labels not to show.
Try refresh and you'll notice it.
Haha.
same problem here as HafizAdam
ReplyDeletei have 4labels, but it only shows three..
check it here
http://jacksterisme.blogspot.com
can u plz fix it for me,
thanx 4 ur great widget by the way =)
Hey Amanda congrats on joining 9rules! Cool blog bay the way, just a pitty I'm not using blogger ;)
ReplyDeleteMuito obrigado! (Thanks!)
ReplyDeleteJNeto
Recife - PE
Brasil
I noticed the same like HafizAdam and Jackster. There is only one missing label.
ReplyDeleteIt works, but it the label that it show is missing 1 label. Please check my testing blog at
ReplyDeletehttp://free-prize.blogspot.com/
Hello and thanks for this beautiful work.
ReplyDeleteIt seems on my blog www.gitelapasserelle.com that retrieving labels from the blog is not working for
so.addVariable("tagcloud", "tagsb:loop values='data:labels' var='label'a expr:href='data:label.url' style='12'data:label.name//a/b:loo>/tags");
but when I change it to a specific named list of labels it works
so.addVariable("tagcloud", "tagsa href='http://myblog.com/search/label/mylabel' style='12'>MY LABEL/aa href='http://myblog.com/search/label/mylabel2' style='12'>MY LABEL 2/a "etc ... "/tags");
(Sorry I had to get rid of special tag characters to post this comment...)
Did I misunderstood something ?
Thanks
Thanks for sharing your knowledge with us; with your help internet is getting more friendly for all.
ReplyDeleteHey Amanda,
ReplyDeleteYour work is incredible and you certainly have the patience of a saint and it's respected and honored by all. I have a situation of it showing up blank on my blog like Chris and I was just hoping whenever you find a free moment you maybe check my site out and float me some advice on the situation if you could. Thanks so much.
Love the widget, but like in the stationery tag clund,can I have a minimum two posts with the tag to be reflected in the tag cloud?
ReplyDeletePlease help. My tag cloud looks like a messy sphere.
Works great for me. No problems.
ReplyDeletewow.. nice widget
ReplyDeleteHello.
ReplyDeleteI've been trying but I only get the blank screen that Chris used to get.
Thanks for ur help.
hmmm... your label cloud works well here at Bloggerbusters, but at my blog I just get a black box. Any ideas? I left it up there for you to check out if you want....
ReplyDeletehttp://www.noiroftheweek.com/
ReplyDeletethat's the blog I attempted to update...
Hi Amanda. Thanks for your efforts. I have installed the codes to my templates, but the labels does not show anything and it is blank.
ReplyDeletehttp://engineering-inventions.blogspot.com/
thanks
yashar
perfect... worked fine...
ReplyDeletethanks a lot...
It seems this default installation works for most of us, and in cases where a blank widget is displayed, it *should* work, but there is conflict with either other scripts or the length of URLs for label pages.
ReplyDeleteLuckily Roy Tanck has sent me a different version which doesn't use JavaScript, only the Object embed.
This is a more "foolproof" method suitable for those who can't make the original method work. However, it is more complicated to install: I cannot make the labels display automatically (the Blogger templates won;t work with flash embedded around the label tags). This means that the widget must be coded manually for each person.
It's similar (though not the same) as the method I used for Chris' blog. This version will allow you to embed inside a widget, which can be moved around your layout.
As soon as I can (likely later today) I'll write up a tutorial to explain how to hand code Blogumus for instances when the default installation does not work.
@Chris (If you're reading this): I'll get in touch to explain how to add this new version instead, as this will prevent the need to edit your template further. And sincere apologies for my lack of emails: I've been incredibly busy with the kids and am now working too, so much less time for blogging :(
Thanks for your time.
ReplyDeleteThank's Amanda... It's work great in my blog :)
ReplyDeleteSpectacular widget. thank u
ReplyDeleterajesh n
http://masterandstudent.blogspot.com
Amanda thanks for the widget and I'm really interested to show this tutorial in my personal blog. Would you like give permission to show your tutorial in my blog?
ReplyDeletethis is my blog in Indonesian language, http://coratcoretblog.blogspot.com.
Hope you would like to check my blog :D
Also I have a question about post a comment box like your site. Can you tell me how to make it?
hmmm,...... I Did It,.......success! thanks
ReplyDeleteSorry Amanda for double post but I like to know how to make expand collapse widget?
ReplyDeleteI've read in several article about expand collapse but I still don't got it.
Hi Amanda, I went through all the problem descriptions,but couldnt figure out similar problem. I have a different issue,The widget works fine at home page, but after opening second page the animated cloud not working, Instead normal archive style lable appears. Please give me your opnion about this problem as I want to implement this to my main blog.
ReplyDeleteThis is a great tag cloud indeed.
ReplyDeleteHowever, I have also the problem that there is always one tag missing from the cloud. I wonder why?...
Thanks for any advise!
thank's for a lot Amanda (sok boso inggris, he..he..)
ReplyDeleteoh...sanks for this blog
ReplyDeletei wont to cheng the backgrawend of the command
soory may englsh is not good
soory
Hi Amanda, Blogumus is simply briliant! I would love to know if Blogumus can be implemented in Neo Template(by Ramani)- (fetchLatestPosts javascript function).
ReplyDeletethank you
xx
Jo.
hi... thnak's for your info... i like it and i i will make it on my blog (bahasa ingeris patah-patah macam gergaji dewi persik)
ReplyDeletewhow! This is great! Thanks a lot, Amanda! Already perfect!
ReplyDeleteWoW!!.its a kool widget.thanks amanda, appericiate the hardwork
ReplyDeletePor favor me ajude ,instalei a nuvem em meu blog,mas nada aparece.Só uma tela em branco.help-me?
ReplyDeleteIt isn't working for me
ReplyDeleteCheck my site
ReplyDeletehttp://remixconcepts.blogspot.com/
after a little trial and error I think I found my problem. I don't use a blogger url, but rather my own unique one that I have blogger forward my site to (instead of noiroftheweek.blogspot.com it's noiroftheweek.com)
ReplyDeleteWhen I do a test of your code on a "blogspot" url it works fine. Then when I try to add it to the blog that uses my url it doesn't work - even though the template is exactly the same.
Any work arounds for this?
hi, manda
ReplyDeleteits work in my blog, but i rather a pink colour to my background, can u help me with the pink code? thx
Fantastic yaar, full marks to you for this label cloud widget. I am using the same and it works fantastically and gives to life to my blog.
ReplyDeleteThanks
Thanks Amanda, Its work fine here..
ReplyDeleteIts really look cool..
If u free visit my blog
www.kireimanga.blogspot.com
(^.^)
hi from indonesian
ReplyDelete"masak punya amanda sendiri gak gak bisa jalan linknya."
thank for response
muchas gracias eheheh :D me salio todo perfectamente saludos ^.^
ReplyDeleteDear Amanda,
ReplyDeleteHate to bother you with YABW (Yet Another Blank Widget) problem.
I am an industry analyst and was drawn to your efforts in solving many problems. I fully undrstand that you have a family, like me and kids, if you cannot look into my blank widget.
My blog is at http://tarrysingh.blogspot.com
if you wish to check it out for me.
Thanks much and keep up the good work!
Tarry
It is working fine....
ReplyDeleteThx. brother...
Sincere apologies for the delay in replying about "blank" Blogumus problems!
ReplyDeleteI have just posted an alternative installation method which should work for everyone, regardless of any other scripts/objects in the template or the length of label names (which seemed to cause issues for some Bloggers).
This has been tested extensively on many different test blogs, and thankfully I was able to devise a method which uses existing labels rather than being hand-coded.
I sincerely hope this works for everyone now! Let me know what you think :)
I like this! so I'm using this one.
ReplyDeleteThank you for letting me know.
I'm sorry poor English. I'm Japanese.
Hello Amanda!
ReplyDeleteGreat job!!! I really enjoyed the tag cloud. Congratulations !!
I am using it also on my blog here in Brazil.
If you have some time, please visit to see how it worked.
Sorry also for my poor english.
Regards,
Tiago
at last i can instaled it on my blog. thx u soo much amanda mmmwah hehehe
ReplyDeleteHi Amanda,
ReplyDeleteIt could not display the animated flash, but the box is there.
Yet to save it. will try again soon!
Anyway, thx amanda. Keep up the good work!
i can't install. help-me please!
ReplyDeletethank you... you are all the best..:) really works.....
ReplyDeleteI'm getting an error message when I paste the code in my template:
ReplyDeleteThe widget with id Label99 is not within a section (actual parent element is: div.) Every widget should be in a section
How can I fix this?
The flash label cloud is great, I really love the look of it. Unfortunately, I have too many labels showing up in the cloud, so it's hard to read any of the links... Is there a way to modify the html so that I can set a min value (say 2 or 3) for labels to be included, rather than just every label I've ever listed?
ReplyDeletehi,
ReplyDeleteIf i dont give credit for this, its a sin!
I have added your link in the label cloud itself! Thanks a lot buddy!
Have a look @ http://rpos6dot5.blogspot.com
This is great!
ReplyDeleteOne thing - I put "C#" as a label and it shows up correctly in the tag cloud.
However, when clicking on it, it returns no result!!!???
Is it because of the "#"?
How do I workaround with it?
Please take a look at http://stolenbit.blotspot.com.
Great job!
Thanks a lot.
I need to show only specific label in this cloud. Any help will be appreciated.
ReplyDeleteI did it.
ReplyDeleteThanks for the stuff.
I have installed the widget successfully.But it is showing only 6 labels inside it.There are 7 on my site .How can i display all the labels on my site.
ReplyDeleteEvery Twitter Widget I try to add always says this:
ReplyDeleteWe are sorry, this gadget appears to be broken.
This gadget has errors, and cannot be used until fixed. Learn more
still doesn't work for me :(
ReplyDeleteJust a white box shows up...
Really nice! Thanks for the tut!
ReplyDeleteI change its background to match mine.
http://scratchslap.blogspot.com
I've managed to solve the problem of clicking on a tag with "#" in it yields no result.
ReplyDeletePlease see my post for more details :)
http://www.stolenbit.com/2008/10/blogumus-tag-cloud-with-in-tag.html
two words "thank you"
ReplyDeletehi there, thank you for blogumus but i have a widget installation problem.. I am using the non animated label cloud.. CSS has been modified .. is the old widget installation causing a problem?
ReplyDeleteI have installed this succcessfully in my blog http://hollywood-and-bollywood.blogspot.com
ReplyDeletewow, nc tutorial.
ReplyDeletethx, body ^____^
http://untoong.blogspot.com
I tried to install it on mine but it's blank help!
ReplyDeletethis doesn't seem to work on IE, but works great on Firefox. How can we get it working on IE?
ReplyDeleteit don't work
ReplyDeleteThis Widget is supper sexy.
ReplyDeleteMindblowing. Check it out here:
Ebooks Catalog
Thanks amanda but most people who see a blank screen are using a a tag/label cloud hack.. anyway to work around this?
ReplyDeleteIts a great post and useful also because today everybody want to buy shopping goods online.
ReplyDeleteThanks for such an helpful post.
i like!
ReplyDeleteGreat work, Amanda!
ReplyDeleteIt would be even greater if I could use the widget with the Greek language.
Lovely.I added the widget & made a post about it in my blog too.Thanx a lot Amanda.
ReplyDeleteThank you! This is a beautiful widget!! And you were right, so easy to install.
ReplyDelete;-((
ReplyDeleteyour animated label cloud is NOT working in mY bloG
http://vossyline.blogspot.com
all in german - but still no animation - just a white square
;-((
made it :)
ReplyDeleteyep - reducing the number of tags is the secret!
cheers
rudi
... but still found a bug: your tool doesn't work with the german "ulaute" ä, ü, ö and ß!
ReplyDeleteif you click on a word with 1 of these letters, the browser shows a mistranslated url with no results
;(
rudi
Thanks... Amanda.. Looks great.. I've done by followed your instruction..
ReplyDeleteHello Amanda!
ReplyDeleteCongratulation for your work.
I'm from Portugal and
my "Blogumus: a flash animated label cloud for Blogger! not working in my blog".
Can you help me?
http://spliuware.blogspot.com/
Best Regards
Just installed this, it looks great and works perfectly. Thanks a lot.
ReplyDeletenot working....
ReplyDeleteany help?
Best Regards
http://spliuware.blogspot.com/
Thank you so much Amanda & Roy!!! A fabulous tool! Any idea on how easy it is to change the shape of the frame (i.e. put it in the form of an object?)
ReplyDeleteThanks again for the great code. I've played around for days and can't get the labels tag off of my widget. Any ideas?
ReplyDeleteThank Amanda, I just have installed. It's good looking.
ReplyDeleteThanks, good job.
ReplyDeleteUn saludo desde España.
i fell in love with the widget when i saw it, unfortunately it doesn't work in my blogspot page. I tried installing as per instruction but it only shows an empty space where the widget should be. I can right click it and change settings for Adobe Flash so it means that it recognizes the code but it has problems displaying it. Please take note that i have an existing custom tag cloud. Please help!
ReplyDeleteThank you so much for this article! I've only started blogging last week (with no previous experience with html), and I was able to understand what to do. Well written!
ReplyDeletethanks......
ReplyDeleteOnline shopping is now a easy way of buying anything which they want by using the internet.so people want to know more about this.
ReplyDeleteIts a nice post about the same thing.
Thanks
can this be use on a single photolog template?
ReplyDeleteCan you do this to be good for cyrillic, pls? :)
ReplyDeleteEven after copying the latest version it doesn't help. Amanda, please help :-|
ReplyDeletehttp://tarrysingh.blogspot.com