Go to Design Tab Then Edit Html (Back up your Template First)
now finde one of th code given below..
<b:section class=’main’ id=’main’ showaddelement=’no’> (code A)
or
<b:section class=’sidebar’ id=’sidebar’ preferred=’yes’> (code B)
Now paste the code given in box below immediatly after the searched CODE A orCODE B
<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’/>
<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://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>
<b:include name=’quickedit’/>
</div>
</b:includable>
</b:widget>
Now Preview your template if its working properly,then save it,and go to Page Elements to adjust the position of your Label widget you added(Blogumus).
Now if u want to customize this widget to suit your blog..learn step by step..
Firstly look at code line given below.
var so = new SWFObject(“http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf”, “tagcloud”, “240”, “300”, “7”, “#ffffff”);
this code works like
“tagcloud”, “Widht”, “Height”, “7”, “#Background”);
Change the Colour of Text:
we need to edit this code
so.addVariable(“tcolor”, “0x333333”);
Only chnge the code after ‘0x’ that is only numbers…change 333333 to any Hex colour code….
Change Maximum size of the Tag
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>”);
chnge the no. with STYLE=’-‘..
see the preview to check all these customizations match your blog or not….
let me know if u use this gadget..drop your blog address..
In Return i just need you to share this post and hit like if you like this post…..Comments Are Welcome…thanx..
2 Comments