rss

Sunday, August 16, 2009

Blogger Widgets : Statistics Widget


Statistics Widget is a widget that shows the total number of posts & comments in your blog.

If you want to display this widget on your blog. Follow the following simple steps :


  • Go to LAYOUT Section.
  • Add this widget wherever you want to (I prefer sidebar) by choosing ADD GADGET
  • Then, from the new pop-up windows, choose Html/Javascript.
  • Now, paste the following script


<script style="text/javascript">

function numberOfPosts(json) {
document.write('Total Posts: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}

function numberOfComments(json) {
document.write('Total Comments: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}

</script>

<ul><li><script src="http://yourblog.blogspot.com/feeds/posts/default?alt=json-in-script&callback=numberOfPosts"></script></li>

<li><script src="http://yourblog.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></li></ul>

<noscript><a href="http://exlusivearena.blogspot.com/" target="_blank">Widgets for Blogger</a> | <a href="http://www.exclusivearena.blogspot.com" target="_blank">Blogger</a></noscript>


NOTE : Change yourblog with name of your blog.


Save the widget.
Stumble Delicious Technorati Twitter Facebook
If you enjoyed this post, make sure you subscribe as an Reader!

0 comments:


Post a Comment

← Newer Post Older Post → Home
 

Recent Posts

Recent Comments

Follow Me

UseAds.com - Advertise your site at UseAds.com! Submit your site and get tons of traffic!
UseAds.com - Advertise your site at UseAds.com! Submit your site and get tons of traffic!