Many old bloggers display their total posts and comments just to show how popular their blog is. You can too add this widget to your blog. The widget looks like this:

To add this widget follow these simple steps:
1.Go to Layout>Page Elements
2.Then click on Add Gadget
3. Then select HTML/JAVASCRIPT

4. To this add the following code:
<script type=”text/javascript”>
function TotalPosts(json) {
document.write(‘<b>Total Posts: ‘+json.feed.openSearch$totalResults.$t+’</b>’);
}
function TotalComments(json) {
document.write(‘<b>Total Comments: ‘+json.feed.openSearch$totalResults.$t+’</b>’);
}
</script>
<script src=”/feeds/posts/default?alt=json-in-script&callback=TotalPosts”></script>
<br/>
<script src=”/feeds/comments/default?alt=json-in-script&callback=TotalComments”></script>
5. You can replace the bold part of the code to whatever you like. After editing save the widget and see for yourself.
about 1 year ago
Hey, what a simple yet awesome piece of code!! Thanks!!
I have it up on my site now
Reply
about 1 year ago
To cool, Thanks!
)
Reply
about 1 year ago
Salam.
Hey that is great. Thank you.
Reply
about 1 year ago
Great i like that… http://houseofraka.blogspot.com
Reply
about 8 months ago
great tip! I did just delete the ‘ ‘ tag to get normal text. But the rest works great.
Thx!
Heiko´s last blog ..Homer Zeitraffer Video & Noah’s Odyssee
Reply
about 6 months ago
doesn’t work for me

m1ha1´s last blog ..spune nu fumatului
Reply
about 5 months ago
As i use Wp i can use some plugins..
Anyway nice find
sudharsan @ technoskillonline´s last blog ..Tips to Boost Pagerank – Next PR update March-April 2010
Reply