"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://halotemplates.s3.amazonaws.com/wp-cumulus-example/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://halotemplates.s3.amazonaws.com/wp-cumulus-example/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



























81 comments:
When i paste the code after that line and save, the code gets deleted automatically. please tell me how can i do it.
The 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.
Can 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...
Even 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?
May be the colors you are using are the same for the background and the text...
I don't think so. The colors that I am using are the default ones on the code.
This is so neat ... the BEST tag cloud I have ever found ... took me awhile to get it right, but I love it! Thank you!
Thanks for the appreciation dixychik !
Great tag cloud! How do I add it to the multi-tab widget?
As 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.
I suggest you to add this widget as a separate widget.
:)) this does not work sometimes
well I have been using this in my sidebar since the start of this blog, and never saw any problem in it.
May 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/
Hello snam
I 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.
Hi 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 :)
Hi aZoed,
while 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,
I 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...
Download and send me your template, I'll tell what's going wrong in that widget !
Regards
Sai
Hi
I send you my templat at your both mail.
please check and give solution.
cute
thanx..
Hey Nimisha,
The 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?
so.. i added the code.. and all I get is the white background.. on the sidebar..
and 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 М.Врединка
Sorry 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! :)
This is very cool. However, I have a lot of Tags and it is hard to read the individual tags in the cloud. Any suggestions?
www.abortedthoughts.blogspot.com (only read if you like off color humor)
hiya, I just can't make this work :(
I 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.
However, 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,
Your 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,
My 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,
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
Hi Divya, thanks and would do as suggested. Have a great day mate, cheers!
Blogger 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
Thanks 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..
well thanks again..
Welcome Hedy !
Brilliant. I've been struggling with instructions for other tagcloud code, but you have made a potentially complicated process relatively simple. thank you!
http://i-am-boris.blogspot.com/
Thanks for your comment Boris !
Regards
Sai
Hi,
i'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
Please do not remove the code, until I check it on your blog...
hi,
sorry 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 ..
http://internetforfree.blogspot.com/
There's no code in your template, when I visited your blog...
What 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....
and can you see it fine?
http://mamasmoneysavingtips.blogspot.com/
Hi Christina,
I 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.
hmmmm
ok....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,
I 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
how can i put these script to a tab menu like this in your site?
I tried to paste only the script but it the flash doesn't appear..
Ya copying the code from script to script will not work, as you can see in the code, that the widget type is Label
and 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
Hi,
I 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.
I 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.
I 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!
http://pliens.blogspot.com/2009/07/flash-animated-tag-cloud.html
how to make the background transparent??? please respond
Hi Anirban,
Use 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.
It worked on my other blog but when I used a customized template, it's just blank. Help?
http://keepingonthefiringline.blogspot.com
hi nice article. thanxxx..
Can 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
(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
well 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
Check 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 ?
sorry.....i didnt get u.........xplain properly...
Question:
When 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,
the 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 ..
Yup ready to help....what's the problem you are facing?
thanks, 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!
Trackback: http://schere-stein-papier.blogspot.com/2009/09/tag-cloud.html
welcome buddy!
looking 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
dear sai
It 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:
var 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,
Ive 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.
please 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.
Help 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.
http://gilteacherbrazil.blogspot.com
i followed the instructions properly, but all i am getting is white box. Please help? thanks.
Allowed HTML tags: <b>, <i> and <a>
Join and share your views with other bloggers at BloggerStop Community
Comment Like This! and Optimize your blog...