In This Topic We Discuss About Latest Information : How to add Blog Statistics Widget for Blogspot/Blogger
Preview :
Step by Step Process How to add Blog Statistics Widget for Blogspot/Blogger
Step 1 : Login to Blogger
Step 2 : Go to Layout >> Click Add Widget >> Select HTML/JavaScript
Step 3 : After that Copy the Below Code and Paste in Content Block
<script type="text/javascript">
function latestinformationnumberofposts(json) {document.write('Total Posts : ' + json.feed.openSearch$totalResults.$t + '<br/>');}
function latestinformationnumberofcomments(json) {document.write('Total Comments : ' + json.feed.openSearch$totalResults.$t );}
</script>
<script src="/feeds/posts/summary?alt=json-in-script&callback=latestinformationnumberofposts"></script>
<script src="/feeds/comments/summary?alt=json-in-script&callback=latestinformationnumberofcomments"></script>
<a href='http://www.forlatestinformation.com'><img style='border: 0px;padding:0;background:none;' src='http://img1.blogblog.com/img/blank.gif'/></a>
Step 4 : Save Widget
Thank You.
Happy Blogging.
Write Your Comments Below.
0 comments:
Post a Comment