phydeaux3: Code for Blogger Label Cloud
I've been looking around for a while for a tag cloud for Blogger, but I found I was using the search criteria in google.
I should have been using label cloud, blogger.com calls them labels, but everywhere else calls them tags.
I put in the changes and I'm really impressed with the results, a great tag/label cloud.
The only thing I wanted to change was; my blog home page only shows a limited number of posts, but I wanted all the labels/tags to appear.
So I made a slight change to phydeaux3's code;
Instead of this line;
var lcBlogURL = 'http://YOURBLOG.blogspot.com';
I replace it with;
var lcBlogURL = 'http://YOURBLOG.blogspot.com/search?q=';
phydeaux3: Code for Beta Blogger Label Cloud