This post may be not new but for new blogger will be helping. What are useful tag cloud? Tags or tag cloud
Appearance like cloud, so we called tag cloud.
, tag is alike keyword on meta tag, but you can see it on page.OK, lets starting...follow me.
1. Go to Layout>Edit HTML in your Blogger dashboard, and search for the following line (or similar):
<b:section class='sidebar' id='sidebar' preferred='yes'> |
2. Copy and paste the code after it, Or if you have many labels on page accordingly you wanna be place the code.
<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></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> |
For modification appearance, you should do this:
var so = new SWFObject("http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf", "tagcloud", "240", "300", "7", "#ffffff"); |
*Number 300 with blue color to set height.
*Number #fffff with green color to set background color.
To set text color find this code and replace with your favorite color
so.addVariable("tcolor", "0x333333"); |
To set font size, find this code and replace the red color number:
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>"); |
OK, it's finish and don't forget leave comments after read it. I'll be back soon with more tips.
Original posting All About Computer
Best regard,
Interesting article for newbie like me, and thank for your commenting on my post
very useful :)
very useful :)
nice blog.....