WordPress style animated label cloud widget – Blogumus for blogger
We all the people on blogger platform envy the animated label cloud widget which is available for wordpress blogs thanks to Blogger Buster. Blogumus is a flash based tag/ label cloud widget which uses scripts converted from Roy Tanck’s WP Cumulus plugin in WordPress which is now available for blogger/blogspot users.
This wordpress plugin now available to blogger users uses the best use of Javascript embedded into the powerful Adobe Flash to display the labels of your blog.
Steps to install the animated flash label cloud widget for blogger is a very easy task. I will guide you to install this amazing blogger widget hack.
(please download your template and create a backup for safety)
Step 1. Go to your blog template through your blogger dashboard, Layout >> Edit HTML.
Search for the following code:
or
<b:section class=’sidebar’ id=’sidebar’ preferred=’yes’>
or anything similar to it.
Step 2. After finding the code exactly below it paste the following code
<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> </div>
<script type=’text/javascript’>
var so = new SWFObject("http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf", "tagcloud", "290", "210", "7", "#EB4604");
// uncomment next line to enable transparency
//so.addParam("wmode", "transparent");
so.addVariable("tcolor", "0xffffff");
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>
That’s it! as simple as that.. now save your template and check out this amazing blogger animated label cloud.
Now you might want to do some changes like change the clour or increase the size of it, I will teach you how it is done.
The current width is 290 and height is 210 and background color is #EB4604 (orange)
you can tweak it to any size you need and change the background colour to any other #ffffff (for white background)
To change the text colour:
change the ffffff to any other colour for example: grey ( paste 333333 instead of ffffff)
Now this animated label cloud is ready to be used.. nay queries related to this you can feel free to ask me or Blogger Buster.













