Most bloggers know how to Add Labels to their blogs. A new concept (not very new), tells you that you could arrange those labels into an animated flash sphere which rotates or revolves with the movement of your mouse, known as Flash based tag cloud or Blogumus.
Over three years ago Amanda from Blogger Buster ported the wordpress cumulus tag cloud to blogger, this flash based tag cloud was and perhaps still is the best tag looking tag cloud for blogger.
Unfortunately this tag cloud stopped functioning for over 6 months. After numerous comments and emails the tag cloud was still non functional.
But Now the tag cloud is functional and works perfectly fine on blogger.
Here you'll learn how to to install a flash tag cloud for blogger or blogspot
There are two ways to do this.
A. Either You find an online generator,
Over three years ago Amanda from Blogger Buster ported the wordpress cumulus tag cloud to blogger, this flash based tag cloud was and perhaps still is the best tag looking tag cloud for blogger.
Unfortunately this tag cloud stopped functioning for over 6 months. After numerous comments and emails the tag cloud was still non functional.
But Now the tag cloud is functional and works perfectly fine on blogger.
Here you'll learn how to to install a flash tag cloud for blogger or blogspot
There are two ways to do this.

A. Either You find an online generator,
- like on http://www.flashxml.net/tag-cloud.html
- or http://www.way2blogging.org/2010/06/flash-animated-label-cloud-widget-for.html
Go to your template editor and find out this code
<b:section class='sidebar' id='sidebar' preferred='yes'>
Now after you've got this code paste the following lines of code just bellow the above line
<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'>
<object type="application/x-shockwave-flash" data="http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf" width="250" height="200" allowscriptaccess="always" >
<param name="movie" value="http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf" />
<param name="bgcolor" value="#ffffff" />
<param name="flashvars" value="tcolor=0x000000&mode=tags&distr=true&tspeed=100&tagcloud=<tags>
<b:loop values='data:labels' var='label'>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url' style='12'><data:label.name/></a>
</b:loop>
</tags>" />
<p>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a href='http://www.bloggerbuster.com'>Amanda Fazani</a></p>
</object>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<object type="application/x-shockwave-flash" data="http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf" width="250" height="200" allowscriptaccess="always" >
<param name="movie" value="http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf" />
<param name="bgcolor" value="#ffffff" />
<param name="flashvars" value="tcolor=0x000000&mode=tags&distr=true&tspeed=100&tagcloud=<tags>
<b:loop values='data:labels' var='label'>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url' style='12'><data:label.name/></a>
</b:loop>
</tags>" />
<p>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a href='http://www.bloggerbuster.com'>Amanda Fazani</a></p>
</object>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>



.png)

I am searching for this from past 1 month.
ReplyDeleteIts still nor working.
CAN YOU GIVE ME YOUR CODE??
COZ ITS WORKING FOR YOU.
Also can you tell me where i can find widget
for sidebar which you hav put for your blog.
i.e
Popular post ,tag & blog archives
Nice blog .Thanks in advance..
I used the same code and it worked.
ReplyDeleteTry changing your widget ID,
as it must be unique, name it as 'Label499' or 243 etc.
I am also planning to post another article, with a different code altogether.
Thanks You very much it worked for me .
ReplyDeleteI would request to write a post on the sidebar what
code you used to get the tabbed widget..
Pls if possible post the tutorial.
Thanks again
I am happy that it worked for you,
ReplyDeleteRegarding Tutorial, keep looking on our YouTube Page for a tutorial, Which may surface in about a week.
Can't can't seem to find the b:section class code on my HTML template. can someone help me?
ReplyDeleteGrrr.. it doesn't work with firefox...
ReplyDeleteCedric, It has worked on lower versions of firefox,
DeleteI will upload another code with some modifications in the near future.