IT Solution And Service Provider

blogger tips

By on Aug 23, 2011 in blogger tips | 0 comments

Today I share a tips for your blog site. By this gadget you can show total post and comment for your site visitors. Add a new gadget and Copy-paste this code. <script style="text/javascript"> function numberOfPosts(json) { document.write('Posts: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>'); } function numberOfComments(json) {...

Read More