S ekarang saya akan menambahkan tips lagi sebagai pelengkap aja nih tentang cara menampilkan fitur untuk menghitung jumlah posting dan komentar di blog dengan sebuah widget. Widget tentang Total Posts and Comments Count Widget say temukan di blog.jtbworld.com dengan sedikit tambahan.
Kodenya seperti dibawah ini :
<script style=""> function showpostcount(json) {
document.write(parseInt(json.feed.openSearch$totalResults.$t,10));
}</script><b><script
src="http://dhuwuh.blogspot.com/feeds/posts/summary?max-results=0&alt=json-in-script&callback=showpostcount"></script>
= Posts on this blog<br>
<script
src="http://dhuwuh.blogspot.com/feeds/comments/summary?max-results=0&alt=json-in-script&callback=showpostcount"></script>
= Comments on this blog
Tidak ada komentar:
Posting Komentar