August 13, 2011

How To Add Flash Animated Label Cloud Widget For Blogger V2


Hey! blogger we cannot add cloud labels gadget to blogger side bar! but do not worry we have a way to do that now, that is a new way! today i'm gonna show you how to add flash label cloud gadgte to blogger V2. i really like this website because it have a cool look.i hope you really like this widget.if you like add this widget your blog.? please follow below steps to do it..Thanks you.















How To Add Flash Animated Label Cloud Widget For Blogger V2


1.Log in to your dashboard--> Desing- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see <b:section class='sidebar' id='sidebar' preferred='yes'> code

4.Now add below code before <b:section class='sidebar' id='sidebar' preferred='yes'> 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://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(&quot;http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf&quot;, &quot;tagcloud&quot;, &quot;240&quot;, &quot;300&quot;, &quot;7&quot;, &quot;#ffffff&quot;);
// uncomment next line to enable transparency
//so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
so.addVariable(&quot;tcolor&quot;, &quot;0x333333&quot;);
so.addVariable(&quot;mode&quot;, &quot;tags&quot;);
so.addVariable(&quot;distr&quot;, &quot;true&quot;);
so.addVariable(&quot;tspeed&quot;, &quot;100&quot;);
so.addVariable(&quot;tagcloud&quot;, &quot;<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>&quot;);
so.addParam(&quot;allowScriptAccess&quot;, &quot;always&quot;);
so.write(&quot;flashcontent&quot;);
</script>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>


4.Now click On "Save Template" your are done.

Cheers

This is very nice widget designed by Amanda Fazani.(http://www.bloggerbuster.com/)

No comments:

Post a Comment