Did you notice the label cloud on the right? Pretty captivating, isn't it? Originally made available by Roy Tanck as WP Cumulus for Wordpress, it can now be implemented for blogger as well. The flash basedlabel cloud can be animated just by hovering your mouse over the label cloud.
1. In Blogger. goto Template, Edit HTML, click on Proceed tab and tick Expand Widget Templates.
Look for the following codes with Ctrl-F
If nothing found, then key in id=sidebar.
Paste the following codes below the search result.
Save the template. If no error occurs, you would be able to see the animated cloud in you blog.
where
240 is the width of the cloud area.
300 is the height of the cloud area.
#ffffff is the background color (white in this case). If you want to change the color, you must enter its equivalent html color code.
To change the text color, change the red number (0x333333 is the color code for gray) in tcolor line.
The number in this line lets you set the maximum font size for the label cloud. Bigger number, bigger fonts!
Happy blogging!
To get it appear in your blog hosted with blogger,
1. In Blogger. goto Template, Edit HTML, click on Proceed tab and tick Expand Widget Templates.
Look for the following codes with Ctrl-F
If nothing found, then key in id=sidebar.
Paste the following codes below the search result.
Save the template. If no error occurs, you would be able to see the animated cloud in you blog.
To customize the animated cloud,
look for the following html line: var so = new SWFObject("https://sites.google.com/site/howdoblog/how-to-blog/blogumus.swf", "tagcloud", "240", "300", "7", "#ffffff");
where
240 is the width of the cloud area.
300 is the height of the cloud area.
#ffffff is the background color (white in this case). If you want to change the color, you must enter its equivalent html color code.
To change the text color, change the red number (0x333333 is the color code for gray) in tcolor line.
so.addVariable("tcolor", "0x333333");
The number in this line lets you set the maximum font size for the label cloud. Bigger number, bigger fonts!
Happy blogging!