Saturday

ADD ANIMATED CLOUDY LABELS FOR BLOGGER


We have been requested many times for the animated label / tags gadget. As it is a feature of word-press, they must have seen it on any word-press blogs. Our team had introduced animated labels feature for blogger. You can add it to your bloggers blog easily in 5 simple steps. This makes your blog look good as it is a fantastic gadget, which you must have on your blog.


ADD ANIMATED CLOUDY LABELS TO YOUR BLOG



1). Open your blog and go to Dashboard.

2). Select Layout and Edit HTML.




3). Find the following piece of code in your blog HTML codeHOW TO FIND CODE IN YOUR BLOG HTML CODE


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

NOTE :- Before making any changes you should backup your blog template code. HOW TO BACKUP YOUR BLOG TEMPLATE

4). Copy and Paste the following code just below the code you have searched.


<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>

NOTE :- You can customize the settings according to you, Width and Height  are initialized at 240 and 300, #ffffff is the Background Color, 333333 is the Text Color, 100 is the Animation Speed and 12 is the Text Size.



5). Save your template.

If you got a good experience than leave comments and Email Me for any assistance.

No comments:

Post a Comment