"Blogumus" is an Flash based tag cloud widget which uses scripts converted from Roy Tanck's WP Cumulus plugin for Wordpress.
Initially I thought that as now these labels are being shown in flash widget so it may not be search engine friendly, but after looking at the source code, I came to know that it will not make these labels inaccessible to any search engine.
If your visitors do not have java script/flash enabled in their browsers, then it does degrade relatively gracefully, but label links will still be click able (though not animated) for those who do not use JavaScript of Flash (including search engine spiders).
How to install Blogumus in your Blogger layout
Although there are some difficult methods available on Internet, but by following this method the task becomes surprisingly simpler !You can copy paste the code as it is, or change the code before pasting into your blog HTML as per your requirements.
By default the flash widget will be in white background, with gray labels/text, and of dimensions 240x300. And all these can be changed so as to suit your blog's layout and colors.
To start with:
Go to the LAYOUT section, and click on EDIT HTML.
Now find this line/code:
<b:section class='sidebar' id='sidebar' preferred='yes'>
And immediately after this code line, paste these code lines(in new line):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:widget id='Label99' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<script src='http://files.main.bloggerstop.net/uploads/3/0/2/5/3025338/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> via <a href='http://bloggerstop.net'>BloggerStop.Net</a></div>
<script type='text/javascript'>
var so = new SWFObject("http://files.main.bloggerstop.net/uploads/3/0/2/5/3025338/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>
NOTE: You must have already added labels to at least some of your posts, to see the widget in action.
Customizing Blogumus
By default, 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"
1. Editing width and height The variables for width and height are found in this line of the script:
var so = new SWFObject("http://halotemplates.s3.amazonaws.com/wp-cumulus-example/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.
2. 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://halotemplates.s3.amazonaws.com/wp-cumulus-example/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.
NOTE: To get HTML color codes, you can see in these websites:
1. Uci.edu
2. Computerhope.com
3. 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!
4. 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.
Credits: Blogumus is based on the original WP Cumulus plugin by Roy Tanck, and was converted for use with Blogger layouts by Blogger Buster .
You can read more blogger tricks and tips HERE
138 comments
Write commentsWhen i paste the code after that line and save, the code gets deleted automatically. please tell me how can i do it.
ReplyThe code does not get deleted, it just hides out, i mean if you click on "Expand Widget Templates", then you can see the code intact.
ReplyCan yoo pls make it available for UTF8 fonts, Mine blog is written in Bangla font (SolaimanLipi) and this widget doesn't work on my blog...
ReplyEven though I have many labels and I have tried to put this code in, all I get is a blank space in the widgit. Is there something that I'm missing?
ReplyMay be the colors you are using are the same for the background and the text...
ReplyI don't think so. The colors that I am using are the default ones on the code.
ReplyThis is so neat ... the BEST tag cloud I have ever found ... took me awhile to get it right, but I love it! Thank you!
ReplyThanks for the appreciation dixychik !
ReplyGreat tag cloud! How do I add it to the multi-tab widget?
ReplyAs you have used the simpler method to create the multi tabbed widget [that you have created a multi tabbed widget in a normal widget], so it may not be possible to put that flash tag cloud in to that multi tabbed widget.
ReplyI suggest you to add this widget as a separate widget.
:)) this does not work sometimes
Replywell I have been using this in my sidebar since the start of this blog, and never saw any problem in it.
ReplyMay be your internet browser has some problem with your flash plug-in !
i agree with the other person because it has not been showing up on my blog recently. I am using Firefox and do not know why it doesn't work. Here is my blog: http://howtoearnmoneyonline-snam.blogspot.com/
ReplyHello snam
ReplyI can see the flash labels widget clearly in your blog...
Make sure that you have enabled flash plug-in your internet browser(check your blog in 2/3 different browsers/computers).
Regards
Sai
Thanks for the tip. I can also see it clearly in Safari. I will have to see if one of my add-ons is preventing it from showing up or something.
ReplyHi again.. i tried this out... but ther's no label cloud... just the labels in different fonts.. though I can view the cloud effect on other sites,,, HELP :)
ReplyHi aZoed,
Replywhile checking the source of your blog, I couldn't find the code for the flash tag widget, are you sure you have added it correctly,
just remove the previous code, and add it again
BTW, Nice to know that u are from Jaypee too, If not wrong, then I think you are doing Bio-info ....anyways I am from JIIT, doing Biotech over here...
Hi Sai,
ReplyI have problem to install this code have this error :
TypeError: Error #1090: XML parser failure: element is malformed.
at com.roytanck.wpcumulus::TagCloud()
what is solution?
Please solve.
Hi...
ReplyDownload and send me your template, I'll tell what's going wrong in that widget !
Regards
Sai
Hi
ReplyI send you my templat at your both mail.
please check and give solution.
cute
thanx..
Hey Nimisha,
ReplyThe widget is visible and working fine in this blog:
http://blog4others.blogspot.com/
(It's your own template)
but in your blog, although it is visible but labels are not showing up....even I am unable to understand the problem, cause the same template is working perfectly in 1 blog while while it is not working in other 8-}
Great idea! But... Gadget chooses only English words. And my blog is in Russian language. How can I improve this gadget?
Replyso.. i added the code.. and all I get is the white background.. on the sidebar..
Replyand what if I want to add the widget to the widget column at bottom left hand side...
and its nice to know that we are from sister :) colleges...
I'll be mailing you at the id given in ur profile soon..
@ aZoed and М.Врединка
ReplySorry guys, this widget is ion flash, and so it is completely alien to me, so you have to contact Amanda from BloggerBuster, as she has created this widget...
LOVE THESE CODES! Thanks so much! :)
ReplyThis is very cool. However, I have a lot of Tags and it is hard to read the individual tags in the cloud. Any suggestions?
Replywww.abortedthoughts.blogspot.com (only read if you like off color humor)
hiya, I just can't make this work :(
ReplyI can see others in a variety of browsers, but when i preview mine it's just blank - what was the fix???
Hi Divya, thanks for the codes, love it.
ReplyHowever, after installing, all works fine except that it only manage to display max 4 labels, is there something that I've missed out???
Sorry, I'm totally new to this, thanks in advance!
Hey Daily wrap,
ReplyYour problem is quite complicated, so I suggest you to directly ask the author of the widget:
Amanda - http://bloggerstop.net/2008/10/blogger-help-animated-flash-tag-cloud.html
@ Black Nose,
ReplyMy suggestion is not to use so many labels in your blog, use only those which you think are important for your readers, and donlt be very spedcific in labels....you should choose broad categories, like do not use labels like "small images" and "large immages", rather just use the lable "images" for both small and large, this will make the labels more clear in that widget, to Edit/Delete your labels, read this post:
http://bloggerstop.net/2009/02/add-edit-or-delete-labels-in-blogger.html
@ Anonymous,
Replythis widget uses flash, so this is equally new to me as to you....so I would better give the same suggestion to you as to 'Daily wrap', to contact the author of the widget:
Amanda - http://bloggerstop.net/2008/10/blogger-help-animated-flash-tag-cloud.html
Hi Divya, thanks and would do as suggested. Have a great day mate, cheers!
ReplyBlogger Templates said...
@ Anonymous,
this widget uses flash, so this is equally new to me as to you....so I would better give the same suggestion to you as to 'Daily wrap', to contact the author of the widget:
Amanda - http://bloggerstop.net/2008/10/blogger-help-animated-flash-tag-cloud.html
Thanks for the reply Divya :) i've mailed Amanda
ReplyThanks for the code Diyya.. i'm keep looking around for cloud tag for my label and yet found this animated one.. what a great day.. i've try it on four different browser and it work fluently..
Replywell thanks again..
Welcome Hedy !
ReplyBrilliant. I've been struggling with instructions for other tagcloud code, but you have made a potentially complicated process relatively simple. thank you!
Replyhttp://i-am-boris.blogspot.com/
Thanks for your comment Boris !
ReplyRegards
Sai
Hi,
Replyi'm always getting this error:
TypeError: Error #1090: XML parser failure: element is malformed.
at com.roytanck.wpcumulus::TagCloud()
what's wrong ?
any ideas ?
please can you help me ?
best regards
TM
it is not working. please help me. my blog is this Text Messages
ReplyPlease do not remove the code, until I check it on your blog...
Replyhi,
Replysorry i forgot to mention my blog link in my previous message so here it goes,
http://osgajosdafontesanta.blogspot.com/
unfornatelly the error still mantains ...
TypeError: Error #1090: XML parser failure: element is malformed.
at com.roytanck.wpcumulus::TagCloud()
please help me
thx for your attention
best regards
TM
Can anyone help me out ? I been trying this for awhile now and no luck whatsoever , is it cos of the other "hacks" im using ,or the template .. cos after pasting the code , i don't see any changes to my blog ..
Replyhttp://internetforfree.blogspot.com/
There's no code in your template, when I visited your blog...
ReplyWhat exactly is the problem you are facing ?
Are you seeing a big blank space instead of tags?
I added the code to my template....it worked for a while with no problems....then one day it shows up blank....is it my flash play or add-ons on Firefox? I can't figure this out....
Replyand can you see it fine?
http://mamasmoneysavingtips.blogspot.com/
Hi Christina,
ReplyI think that is because, you changed the default "All labels", to your own customized labels, although you can of course do it, but may be there occurred some error while doing it.
Anyways,
Correct this line in the code:
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>");
Regards
Sai
I change the code name to Categories and changed the dimensions to fit in my sidebar....it worked for awhile when I first put it up...but now it won't work.
Replyhmmmm
Replyok....delete your present flash-tag-cloud code completely -> save the templte.
and then
again copy the code from this page, change the dimensions and save the template.
You can change the title from "page elements" page later.
Hey Christina,
ReplyI have found a code for another similar widget, where you can manually add tags, but as it is copyrighted by the author, so I have mailed for the permissoin to share that code, if he allows, then I'll post the new method soon.
Regards
Sai
Ya copying the code from script to script will not work, as you can see in the code, that the widget type is Label
Replyand when you simply add the code in a HTML/JavaScript widget, it will not work.
Hmmm....no solution :(
You have used this code in your tab menu, how can i also use it in my tab menu like you
ReplyHi,
ReplyI love this look but for some reason, all I get in my blog is a black square. Would you mind taking a peak at mine at sensoryescapeimages.blogspot.com please?
Nathan
It's so easy to paste these great gadgets, like this tag cloud, into blogger. You just gotta say thanks - really like it. BloggerStop is very helpful, a good resource. Thanks to Bloggerbuster for adapting this cloud for those on the "B" side.
ReplyI love this widget and i have manage to make it work on my blog http://massaespiral.blogspot.com. At first i got the blank widget problem which i solved. but now i use it with an unsolvable problem: a random missing label.
ReplyI used the code directly from amanda's blog.
since then i've read lots of blogs where many people had the same problem but no solutions. even amanda and roy seemed to be unable to work it out (or simply they don't try it)...
If someone knows how to solve this please tell me...
Excuse my english, i'm portuguese...
Thx a lot:-) I recommended it on my (dutch) Blog!
Replyhttp://pliens.blogspot.com/2009/07/flash-animated-tag-cloud.html
how to make the background transparent??? please respond
ReplyHi Anirban,
ReplyUse this tool to know the color of the surrounding background, and then use the same color as the widget's background,
http://bloggerstop.net/2008/11/colorzilla-colorpicker-eyedropper-page.html
For ex. I have used gray color as background in my blog's widget and that's color of my sidebar...
Exelente port, felicitaciones.
ReplyIt worked on my other blog but when I used a customized template, it's just blank. Help?
Replyhttp://keepingonthefiringline.blogspot.com
hi nice article. thanxxx..
ReplyCan you add me on your blogger roll?
I will add you too in my blog lists. hope you will.
Comment me in http://get-bloggertricks.blogspot.com when you ready to link exchange ok..
URL-- http://get-bloggertricks.blogspot.com
first of all am not gettin dis line
Reply(b:section class='sidebar' id='sidebar' preferred='yes')
pls help..........
my blog -> http://hack-krishna.blogspot.com
hey dude thaks....well i found an other own way to do that
Replywell anyways thanks for postin dis trick
u pls c my blog n tell if i can improve any good lookin tricks...
my blog -> http://hack-krishna.blogspot.com
Thanks
ReplyCheck out
http://dwld4free.blogspot.com/
hmmm, good just saw your blog, do you have any idea how the ip address (127.0.0.1) is used while hacking ?
Replysorry.....i didnt get u.........xplain properly...
ReplyQuestion:
ReplyWhen I insert the code directly under the line ...
b:section class='sidebar' id='sidebar' preferred='yes'
... It seems to work (Preview shows it working). But when I try to insert the code in a different place in the sidebar (eg, after my Bio section), I only get a blank space below the word "Labels."
How can I move Tag Cloud to different place in the sidebar?
@ hack-krishna,
Replythe ip address 127.0.0.1 belongs to local host, but hackers can mask themselves with this ip...so what's the potential of using this method?
@Jeff
Yeah certain widgets may cause this widget to display a blank space instead of widgets, but luckily the problem has been fixed by Amanda, have a look on this post:
http://www.bloggerbuster.com/2008/09/alternative-installation-for-blogumus.html
confuseeeeeeeeeeeeeeeeeeeeeeeeeeeee ...... help me brooo ..
ReplyYup ready to help....what's the problem you are facing?
Replythanks, man, my tag cloud does not only work, but it also looks good! plus your instructions were much simpler than what i found elswhere on the internet!
ReplyTrackback: http://schere-stein-papier.blogspot.com/2009/09/tag-cloud.html
welcome buddy!
Replylooking great on your blog...try to keep only a few labels, so as not to make it too cluttered. It's looking perfect as of now, but in case if you ever feel to remove some labels from the widget, then you use this technique:
http://bloggerstop.net/2009/08/remove-extra-labels-from-animated-flash.html
and thanks a lot for mentioning, Blogger Help :)
Yup mine doesn't show up neither on all browsers. I even change the font color added hex code doesn't work. Check it out.....www.kesarsdailyfix.com
Replydear sai
ReplyIt is working but i want to make change in it.
i want to remove the whole background of that cloud.
that means i want to remove the background clour.. Is it possible?
You can change the background color from white to any other color by altering the hex value in the same line:
Replyvar so = new SWFObject("http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf", "tagcloud", "240", "300", "7", "#ffffff");
change the #ffffff to the color of your sidebar/footer(wherever you are using it), it will look as if the background is transparent.
Hey there,
ReplyIve got the random missing label problem. I just started a blog that has only 3 tags but i can only see 2 tags at any one time. ANyone here found a solution to it?
i too got the same problem as mentioned above by M. i have 10 labels in my blog and 2 labels are missing.
Replyplease help me out from this problem.my blog is
www.computereducationspot.blogspot.com
Sorry guys, that's a flash+feed thing, I think Amanda can help you better than me.
ReplyHelp me! I have followed all the instruction, edited the HTML and the labels should be on the blog. The space is there but no labels at all. The code has been inserted correctly.
Replyhttp://gilteacherbrazil.blogspot.com
i followed the instructions properly, but all i am getting is white box. Please help? thanks.
ReplyI discovered you need to have a few tags lol I found out the hard way i only had one as I was using my tester blog.
ReplyOne more thing I used the code from this site as the girl who knows about this code was helping everyone one she could in the posts http://www.bloggerbuster.com/2008/08/blogumus-flash-animated-label-cloud-for.html
Replyit is not working now a days
ReplySame here, it stopped working yesterday.
ReplyI tried to add in my blog here http://seogadgets.blogspot.com but no accept... giving some errors... so wht i do for...?
ReplyI very useful with install Blogumus in your Blogger layout..really very useful sharing.thanku
ReplyIt seems to be some error associated with the Amazon storage services.Fortunately there is a fix for this which can be found here:
Replyhttp://sunil-bhaskar.blogspot.com/2010/07/blogumulus-not-workingthe-complete-fix.html
hope this solves your issue
Thanks Sunil, I have updated the pot with new links.
ReplyHey boss... The Flash is not working now, also amanda(author) also changed the new link to google pages, but now that also not works.... http://webbeginnersblog.blogspot.com/
ReplyIt's been weeks since I have updated this post with new working links, so this widget is INDEED working now. Have a look on this blog:
Replyhttp://bikes.bloggerstop.net/
Hello i m getting blank space only...I didnt get '' in my template also
Replymy blog is http://bhojpuriallsongdownload.blogspot.com/
Thanks a million for the post. It works perfectly on my blog www.humorlab.es I´ve been searching for hours in sites with out any results. Thanks again!
ReplyHi bro,can find this code in my blog html,what to do?
Reply()
Thank you, thank you thank you!
Replyhttp://www.theologyofthebody.blogspot.com
thank you Sai. your update make my tag cloud works again.thank alot. :D
Replythanks so much..it's amazing.....i like it....
ReplyIm unable to get this to work on my blog: http://bondingoverblogs.blogspot.com/
ReplyHai Divya,
ReplyGreat! It works on my blog. I've been searching for this widget through some web/blog but seems that only the code given by you perfect for my blog setting.
The only thing is, instead using the "b:section class='sidebar' id='sidebar' preferred='yes'" code , I paste the widget code to replace with this code I used before for my label widget
"b:widget id='Label1' locked='false' title='Label' type='Label'" and it's done. Hope it helps others who can't find the code like me.
http://mystoryintanhidayat.blogspot.com/
Thanks for great help =).
Whenever i see the post like yours i feel that there are still helpful people who share information for the help of others, it must be helpful for others.
Replythanks and good job.
i try to my blog about this widget...and it's work....thanks bloggerstop...
ReplyYou are most welcome buddy....glad to help you :)
ReplyIt is tools like this tag cloud that have won me back to blogger. Back in the day, blogger couldn't compete with Wordpress. Now they are on almost equal footing with plus and minus items for both.
Replyi haven't found following in my HTML code.......
ReplyI checked expand widgets box but doesnt worked......
please help...
Pleaes help! I have been trying to get this to work forever with no luck. I do not have the (), but rather () When adding, I get the Label option, but the result is not the animated cloud. Please help - www.caldw3l.blogspot.com Thanks in advance!
ReplyThank you so much sister, It really worked ..
ReplyTell you, i was not expecting it to work lol
May God guide u :)
http://www.bloggerzstop.blogspot.com
I used this widget in my blog , it's awesome. you can see here : http://stqadiscussions.blogspot.com/
ReplyThank you. It's great. :)
ReplyThis will just perfectly work for me. A more exciting way to improve my blogs. Hope I'll find the perfect mix and match colors.
ReplyMy blog background is black. when i take the mouse pointer over the tags the highlighted tag inside the box appears black which mixes with my background. How to change its color??? I want different color for the highlighted tag inside the box(ie other than black).
Replywow thanks :D
Replyhi, thank you for the script,, i like it most.. it start working well,, but i want to set the border color,, can you please tell me how can i do it..
ReplyVery significant article for us, I think the representation of this article is actually superb one. This is my first time to visit your site. I definitely bookmark it for sharing with my friend.boat transport
ReplyReally its a good news.This site has lots of advantage. I found many interesting things from this site. I like it very much. Its so interesting.
Replyi am hoping the same best work from you in the future as well. I've got to admit which i have never heard about this info. We have noticed many new facts in my opinion.
ReplyI feel fervently about this and I take pleasure in learning about this topic. Please, as you gain information.Thanks for sharing.
ReplyAll the contents you mentioned in post is too good and can be very useful. Fantastic walk-through. I see why post.
ReplyI really enjoyed this site. This is such a Great resource that you are providing and you give it away for free. It gives in depth information. Thanks for this valuable information.
ReplyHi webmaster, commenters and everybody else !!! The blog was absolutely fantastic! Lots of great information and inspiration, both of which we all need!b Keep ‘em coming…
Replyvery nice post, i like it, i agree all of your analyse
ReplyI am quite excited with all the article content of your site. It is easy to see that you are impassioned about your writing.
ReplyThis is my first time i visit here. I discovered a lot of interesting things. Thanks for the FANTASTIC post!
ReplyI constantly find your arguments well structured and sensible. I Always prefer to read The class and glad I found this thing in you post.
ReplyI think it is rather easy to see from the other comments as well that this post is well written and useful. I will definitely bookmark your site.
ReplyThis is very fascinating, You are an overly skilled blogger. I’ve joined your rss nd look forward to in search of more of your fantastic post.
Replythis is amazing what this article learn to me ! thanks a lot
ReplyPersonal Pharmacy Online the UK Leading provider of Discounted Medicines, Cosmetics, Health and Beauty products with lowest prices guaranteed - Buy now! At a click of button shop for Genuine and Verified Medicines, prescription drugs, perfumes, supplements, and much more with secure, fast and discreet delivery to your door step.personalpharmacy.co.uk
ReplyThis is very nice and cool post.I was waiting for this type article and I have gained some useful information from this site.
ReplyI was very pleased to find this site. It is very interesting This is the first time i am read it which gives me a lot of information.
ReplyCongratulations to him! He made a great effort. It's nice to read that. Wow, this was a really quality post. its great post...
ReplyReally appreciate this wonderful post that you have provided for us.Great site and a great topic as well i really get amazed to read this.
ReplyI'm amazed at the depth and high quality of content material you've put on your site. Very interesting article. Content has been written in very nice manner. I enjoy reading this kind of stuff. Thanks for sharing
ReplyH i plz help me out , i m not able to see the flash cloud
Replyon my blog.
can you help me out if there is any mistake .
Plz
Thanks a lot for that! i like the way !!!
Replyc simpa ton site! merci beaucoup
Replymerci pour l'article, tres usefull !
Replythank's my blogger friend...
Replyone again...thank's
so much
by : indonesian people
Awesome and good working and very much helpfull for me thanks alot...
ReplyComments are moderated on this blog
Allowed HTML tags: <b>, <i> and <a>
Comment Like This! and Optimize your blog EmoticonEmoticon