Step - 1
Sign-in to your blog
Step - 2
Select Design & then HTML
click on the image to enlarge
click on the image to enlarge
Step - 3
Check the "Expand Widget Templates"
click on the image to enlarge
click on the image to enlarge
Step - 4
Find " </b:widget> " without Quotes
Step - 5
Copy & Paste the Codes Below and Save Template.
/ * ------------------------Tag Cloud Start ----------------------------- */ <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://sites.google.com/site/bloggerustemplatus/code/swfobject.js' type='text/javascript'/> <script type='text/javascript'> var so = new SWFObject("http://sites.google.com/site/bloggerustemplatus/code/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> <div><a href='http://www.venomvendor.blogspot.com/' >More Details Here</a> </div> <b:include name='quickedit'/> </div> </b:includable> </b:widget> / * ------------------------Tag Cloud End ----------------------------- */
Rearrange The Position where ever you want...
Some of the Editable Scripts :-
* To change the Color edit the Below Hex-Code
so.addVariable("tcolor", "0x333333");
* For Transparent Color remove "//" in the below line
// so.addParam("wmode", "transparent");
* To Change the Width & Height Change the Highlighted Variables
var so = new SWFObject("http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf", "tagcloud", "300", "250", "7", "#ffffff");
* To increase the Font size
href='data:label.url' style='12'
Feel Free to leave your comments or any doubts implementing the Tag Cloud
Feel Free to leave your comments or any doubts implementing the Tag Cloud
Found this useful "Share it"