Tag Cloud For Blogspot widget

Here is the code and setup information to use the Label Cloud in New Blogger. First you obviously have to have a blog on New Blogger,and you must have some posts labeled already. Make sure you backup your template before making any changes!
Demo

Follow this step....
===== Step 1 =====

Login to your Blogger account, Dashboard > Layout > Edit HTML > and check exapanded

===== Step 2 =====
find this code


and place the code below BEFORE that.


===== Step 3 =====
This next section is the configuration section for the Cloud. It also goes in the head of the template, but outside of the stylesheet part. Easiest thing to do again is to find the closing stylesheet tag
find this code again

But this time place the code right AFTER that line, but BEFORE this code

Here it is.



===== Step 4 =====
Find this code


paste this code AFTER that


===== Step 5 =====
This setting you can use to limit the number of labels shown (for example if you have a lot of labels). Leave the setting at 1 to show ALL labels. If you enter in a higher number, then only labels that have at least that number of entries will appear in the cloud.

var cloudMin = 1;
var maxFontSize = 20;
var maxColor = [0,0,255];
var minFontSize = 10;
var minColor = [0,0,0];
var lcShowCount = false;