Blogger Tips - How to add animated tag cloud

This is a tip for adding animated label (tag) cloud in blogger that you could see in my site.


1. Log on your blogger account.

2. Go to the [Layout].

3. Add a HTML/JavaScript Gadget.

4. Add below code for you label cloud.


<div id="NBTFlashContent"><p style="display:none;">Cool Labels by <a href="http://www.harivind.com/">CBT</a></p></div> <script type="text/javascript">  /*<![CDATA[*/  var NBTFlashLabelSettings = {blogurl : "you site URL", color : "0FFFFF", hoverColor : "333334", backgroundColor: "FFFFFF", size : 11, speed : 99, width:270height300, transparency :true  };  /*]]>*/  </script>  <script type="text/javascript" src="https://lables.googlecode.com/files/labels.js"></script>





No comments:

Post a Comment