Now How to add this widget to you Blog. Follow the instructions.
Go to dashboard of your blogger > Layout > Add a Gadget > HTML/JAVASCRIPT
Add the below codes to it-
<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://anshuldudeja.blogspot.com/feeds/posts/default?alt=json-in-script&callback=numberOfPosts"></script></li>
<li><script src="http://anshuldudeja.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></li></ul>
<noscript><a href="http://anshuldudeja.blogspot.com" target="_blank">Blogger Hacks</a></noscript>
Now Just change the code in red to your blog url or your domain name to display of your total no of posts and comments.
And now save it. Its Done enjoy using this.
No comments:
Post a Comment