updated: 16 August 2007I have been a loyal
Blogger user since 2003 and have observed the gradual evolution of this popular blogging platform. Now, I can confidently say that it has single handedly brought the web closer to millions around the World.
Most of the extra features were introduced after
Google took over Blogger from Pyra Labs in 2003. There was a complete overhaul after the launch of the new Blogger in August 2006. However, looking at
Wordpress powered blogs with their numerous plugins, I can't help but feel a tinge of jealousy. So far, I have resisted the temptation to jump.
So what improvement would I like to see on blogger?
After discussions with a few other bloggers using the Blogger platform, I have compiled a short list as given below:
Page Elements:First of all there are a number of widgets (or Page Elements as Blogger calls them) that I would love to see on Blogger:
- Top commentators.
- Most popular posts.
- Latest comments.
- Label cloud.
- List of related posts after every post.
- List of recent posts.
I already have the last 5 features on my blogs using hacks from various sources:
- Added the "most popular posts" list manually, based on the page statistics provided by
Google Analytics.
- For recent comments, I use the simple widget provided by
Blogger templates. Also read my post:
Popups on my blogs.
- Got the hack for the label cloud from
Phydeaux3.
- Got the hack for related posts (that come after every post) comes from
Purple Moggy's Blog.
- List of recent posts from the
IT Skyline blog.
Blogger allows us to upload pictures but wouldn't it be great if we could link those pictures to another page or site. Unfortunately, right now we can only put up a title and a caption.

I got around this problem by uploading the picture on a post and then using that picture with a desired link on the side bar using
Add a Page Element > HTML/JavaScript.
Templates:
A lot of people would also be really happy if they gave us a few 3 column templates along with the generic 2 column ones to choose from even though there are some free sources out there on the net.
Etc.:
One thing that really bugs me is that Blogger doesn't allow me to show html coding inside the post. However, there is a solution. Check out the hack on the
Beautiful Beat blog.
BTW, so many people have been asking me on how to put the
Digg button on their blogs. So here's the code. Can't remember where I got it from though. If you are the author, please inform me and I will put up an acknowledgment accordingly.
1. Go to your dashboard
2. Choose your blog
3. Open the template
4. Click Edit HTML
5. Expand Widget Templates
6. Find
<p><data:post.body/></p>
in the template
7. Replace it with the following code. Just make sure you save your old template first.
<p>
<!-- DIGG -->
<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url = '<data:post.url/>';
</script>
<script src=' http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<data:post.body/>
</p>
Are there any other features that you would like to see on blogger?