BInterest

Blog of Ur Interest

ag Cloud / Label Cloud for Blogger / Blogspot


Tag or Label Cloud for the Blogger, this what i was in search of when i first saw this on WordPress Blogs. But was not able to do on my Blogspot or Blogger Blogs.

But, Finally I Found One through none other than Googling it on Google Search Engine.

Label Cloud was Firstly Post on Phydeaux3 and then it was founded by Widget Based Blogger, same has i did it from Google.

Phydeaux3’s label cloud has some very nice customization features including minimum and maximum font-size, algorythm-based color changing and a choice to show count. Installation is pretty simple with only 3 different parts to copy.

I’ve installed it on my own blog and made a number of Small & UseFull changes like Font, Colour, Shape, Counts etc., (making it way better) making it a Easy to Custom Make.

Besides all the Major Customization is , it’s good for search engine indexing.

The Simple 3 Step Process and Little Customization is as Follows: -

Make sure you backup your template before making any changes!

Log into Blogger and go to your layouts section. On the ‘Page Elements’ setup page
make sure you have a label widget already installed where you want it (it can be moved around later). Then go to the Edit HTML settings and leave the widgets NOT exapanded. It will make things easier to deal with.

Now the code comes in 3 parts. A section for the stylesheet, a configurations section,and then the actual widget itself.

The first part to put in is the stylesheet section. The following code needs to be copiedand inserted into your stylesheet, which in the layouts is marked out by the tags. Easiest thing to do is find the closing skin tag

]]>

and place the code right BEFORE that.

Here it is, copy and paste without modification right now. I’ll explain what can be tweaked later.

/* Label Cloud Styles
———————————————– */
#labelCloud {text-align:center;font-family:arial,sans-serif;}
#labelCloud .label-cloud li{display:inline;background-image:none !important;padding:0 5px;margin:0;vertical-align:baseline !important;border:0 !important;}
#labelCloud ul{list-style-type:none;margin:0 auto;padding:0;}
#labelCloud a img{border:0;display:inline;margin:0 0 0 3px;padding:0}
#labelCloud a{text-decoration:none}
#labelCloud a:hover{text-decoration:underline}
#labelCloud li a{}
#labelCloud .label-cloud {}
#labelCloud .label-count {padding-left:0.2em;font-size:9px;color:#000}
#labelCloud .label-cloud li:before{content:”" !important}

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

]]>

But this time place the code right AFTER that line, but BEFORE the tag. Here it is.

All of these settings can be changed but I’ll explain them in a moment. The defaults will work for now.

Now the widget itself. Scroll down and find the label widget in your sidebar. It should look something like this.

Copy the following code (from beginning widget tag to ending widget tag) and replace
the line above with it.


Now if all has gone well, and you have posts already labeled, then if you preview the
blog you should see some form of the Cloud appearing. If it doesn’t appear, then something went wrong. You should probably back out and try it again from the start.

Update : I’ve found 2 things to check for first if the label cloud isn’t showing. First make sure that at least one of your labels has more than one entry. A bug in the script causes it to fail when all the labels have only one entry.(As soon as any label has more than one entry, then it should be ok from then on) Also, make sure that none of your labels contain quote marks ” . Apostrophes or single ticks ‘ are ok. ——

Most likely the cloud with it’s default settings won’t be what you ultimately want. But all the colors and sizes are configurable to match your tastes. If the cloud is appearing in preview then you can go about changing some of the variables so they suit.

The settings in the Variables section will be where you make most of your adjustments. Here I’ll explain what each setting does.

var cloudMin= 1;

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 maxFontSize = 20;
var maxColor = [0,0,255];
var minFontSize = 10;
var minColor = [0,0,0];
var lcShowCount = false;

The lines for

maxFontSize
maxColor

do what you may think they do. The first one sets the size (in pixels) of the label with the most amount entries. The maxColor sets the color of that entry (in RGB format). Similiar with the next two

minFontSize
minColor

Just these are for the label with the least amount of entries. Again the size is in pixels, the color is in RGB format. Any labels between the two will get their color/sizes based on how many labels they are, and where their entry count falls, giving the much desired cloud effect.

From my experimenting, there are many factors that make up a pleasant looking cloud. From color/size choice, to the number of actual labels, to how well dispersed the entries are amoung the labels. 3 Labels don’t make a good cloud as there isn’t much to work with. You just have to experiment around to see what looks good with your setup.

IMPORTANT, when change the color settings, Keep them in the format supplied. In between the [] and the numbers separated by commas. The default colors are BLUE for the max and BLACK for the min.

You can select any valid RGB color combination. If you don’t know what RGB colors are, don’t worry. It’s just a way of defining a color. You can use many charts on the Internet to get the correct RGB value for the color you want to try. Here’s one that is fairly good.

RGB Color Code Chart

Remember, if you get the 3 sets of numbers to enter them in correctly. Inside the [ ] separated by commas.

Also experiment with different font sizes. Again it depends on how many entries, how dispersed they are, and how much room for the cloud is available as to what looks good.

The last variable there is

lcShowCount

This can either be false (default) or true. All this does is turn off/on the post count displayed next to the label. Usually in a ‘traditional’ cloud the count isn’t used. But if you go to a ‘flat’ listing then it’s sometimes useful to turn it on.

Now to the CSS section. Most people won’t need to tweak these much, and it’s not necessary to understand what all those entries are for. Most are just to make sure that other styling elements from the rest of your page don’t inherit in and ruin the cloud. But there are a few that you may want to change to suit.

The first line

#labelCloud {text-align:center;font-family:arial,sans-serif;}

You could change the fonts used in the cloud here if you wanted.

Also, the text-align statement can also be changed. I have it set to center by default but you
could use

text-align:justify;
text-align:right;
text-align:left;

If those suit better.

The next line

#labelCloud .label-cloud li{display:inline;background-image:none !important;padding:0 5px;margin:0;vertical-align:baseline !important;border:0 !important;}

Happy Blogging

Click on My Label Cloud and Find More interesting Hacks for Blogger

You can follow me on Twitter at http://twitter.com/binterest.Do stay tuned to Binterest.com for more, Best Way 2 do it, Subscribe to Binterest's Feed Updates



Related Post :

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.



No Speak Out ! »

Be First to Speak Out Your View.,

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

    Hey, Look @ me I Write this !

    BInterestWelcome to Binterest.com | Am Analyst Cum Blogger, who likes to blog about Free Software, Webware, Giveaway, Firefox & its Add-ons, Tips & Tricks on Microsoft Office 2007 & 2010, Vista & Windows 7, Google, Microsoft. Sharing info which i thing would be worth sharing with readers like U

    Find Me Elsewhere

    Google Profile Twitter Facebook Deviantart Linkedin