Bloggerde sayfa içinde Toplam yazı ve Toplam yorum sayısını göstermek istermisiniz ?
Eklentinin çalışma mantığı çok basit , blogunuza ekliyorsunuz , siz yazı yazdıkça yada blogunuza yorum geldikçe kendisi güncellenir...
NOT : Yorum ve yazı eklentisini blogunuza ekledikten sonra , kod içindeki , eklentileri.blogspot.com yazan yere kendi blog adresinizi yazınız..
NOT 2 : eklentileri.blogspot.com adresi kod içinde iki kez geçmektedir , her ikisinize düzenleyiniz..
<script type="text/javascript">
function w2bnumberofposts(json) {document.write('Toplam Yazı : ' + json.feed.openSearch$totalResults.$t + '<br/>');}
function w2bnumberofcomments(json) {document.write('Toplam Yorum : ' + json.feed.openSearch$totalResults.$t );}
</script>
<script src="http://eklentileri.blogspot.com/feeds/posts/summary?alt=json-in-script&callback=w2bnumberofposts"></script>
<script src="http://eklentileri.blogspot.com/feeds/comments/summary?alt=json-in-script&callback=w2bnumberofcomments"></script>
Hiç yorum yok :
Yorum Gönder