Notification texts go here Contact Us Buy Now!

Blogger Toplam Yazı ve Yorum Sayısı Eklentisi

Blogger Toplam Yazı ve Yorum Sayısı Eklentisi
Blog Yazarı

Bloglar için kodlanmış ve bloglardaki toplam yazı ve yorum sayısını ziyaretçilere bildirmek amacıyla oluşturulmuş eklentiyi sizlerle paylaşmak isterim.

Bu basit görünümlü ancak geliştirilmeye açık eklentiyi nasıl kuracağımızı görelim.

Şimdi kurulum işlemine geçelim ;

Öncelikle "Kontrol Paneli>Gadget Ekle>Html/Javascript" ekle diyoruz ve aşağıda ki kodları ekliyoruz.

 <script style="text/javascript">
function numberOfPosts(json) {
document.write('Toplam Yazı: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
function numberOfComments(json) {
document.write('Toplam Yorum: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
</script>
<font color="black"><script src="blogadınız.blogspot.com/feeds/posts/default?alt=json-in-script&callback=numberOfPosts"></script>
<script src="blogadınız.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></font>

Kodların içerisinde bulunan http bölümüne kendi url adınızı yazıyorsunuz.Ve kaydedip bloğumuzu kontrol ediyoruz.

Bütün işlemler bu kadar kolay gelsin.

Yorum Gönder

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.