Labels or Tags are an important part of any blogs and helps a lot in increasing the pageviews. But its important to have a good looking Label or Tag display. That is why, I am sharing an Animated Label Tags Cloud widget to add in your Blogger/Blogspot blog.



HOW TO : Add Animated Label Tags Cloud Widget For Blogger/Blogspot

1. Go to Blogger dashboard of your blog.
2. Click on the Design button on your Blogger dashboard.
3. Now, click on the Edit HTML and look for this code.

<b:section class='sidebar' id='sidebar' preferred='yes'>

4. Now, replace the above code with the code given below

<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'></div>
<script type='text/javascript'>
var so = new SWFObject(&quot;http://halotemplates.s3.amazonaws.com/wp-cumulus-example/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>

5. Now, save the template and check your blog for a new animated label tag cloud widget in your Blogger/Blogspot blog.

If you liked this post or blog then please LIKE the Facebook page or the post below, spread the word about the post by sharing it or subscribe Email updates to get latest posts in your inbox...Thanks

 
Top