Space Impact

How To Display Total Number of Posts and Comment On Blog

Masukkan kode berikut ke dalam Add a Gadget:
<center><b><script style="text/javascript">function showpostcount(json) {document.write('Total Posts : '+ parseInt(json.feed.openSearch$totalResults.$t,10) + ' ');}</script><script src="http://NAMA BLOG KAMU.blogspot.com/feeds/posts/default?alt=json-in-script&callback=showpostcount"></script><script style="text/javascript">function numberOfComments(json) {document.write('Total Comments : '+ json.feed.openSearch$totalResults.$t + '');}</script><script src="http://NAMA BLOG KAMU.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></b></center>
NB: ganti http://NAMA BLOG KAMU.blogspot.com dengan nama blog kalian.

No comments:

Post a Comment