Saturday, January 9, 2016
Add Total Posts Comments Widget in Blogger

Hello Guys! Hope you all are fine. Today I have come with another post for bloggers! You know there are many tips and tricks published for bloggers. You will find them in the blogging category. And several times I have also discussed about adding attractive widgets in blogs. Today Im gonna share another one with you- Total Posts & Comments Widget.
Adding this code is very easy. All you need is just to add an HTML/ JavaScript Gadget in your site. And before that you must decide where you will place this gadget. It maybe at the bottom, or maybe at the right pane (if any) of your site. Or if your site has any page views/ hit counter then you can place it just before that counter.
Okay lets start:
- Dont forget to sign in your blogger account. Then go to the blogger control panel I mean design or dashboard.
- Go to the Layout option from the left side.
- There you will find several Add a Gadget options. Select one that is suitable for you.
- Find and select HTML/ JavaScript Gadget. (Usually found at the 11th position)
- Now copy and paste the code below in the Content box.
- Hit the Save button and rearrange the widget by dragging through by mouse if necessary.
- Thats it! View your site to check.
<script>function mbhTotalCount(json) {document.write(parseInt(json.feed.openSearch$totalResults.$t,10));}</script><div style="font: 15px Georgia;">
Total Posts: <script src="http://munnamark.blogspot.com/feeds/posts/default?alt=json-in-script&callback=mbhTotalCount"></script></div>
<div style="font: 15px Georgia;">
Total Comments: <script src="http://munnamark.blogspot.com/feeds/comments/default?alt=json-in-script&callback=mbhTotalCount"></script></div>
Just replace my URL (red part) with yours.
And also look at the Demo below. This is exactly what you will get in your site after adding the above code in your template.
And also look at the Demo below. This is exactly what you will get in your site after adding the above code in your template.
Total Posts:
Total Comments:
Blogging Tips