Yerlişim-Gadget ekle-Html/javascrip-Kaydet yaparak sayfamızda istediğimiz bir yere yapıştırıyoruz..
Kod içerinde işaretli olan yere kendi sitenizin linkini yazıyorsunuz..
<script style="text/javascript">
function numberOfPosts(json) {
document.write('Toplam Yazılar: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
function numberOfComments(json) {
document.write('Toplam Yorumlar: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
</script>
<ul><li><script src="BURAYA SİTENİZİN LİNKİNİ YAZIN/feeds/posts/default?alt=json-in-script&callback=numberOfPosts"></script></li>
<li><script src="BURAYA SİTENİZİN LİNKİNİ YAZIN/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></li></ul>
Hiç yorum yok:
Yorum Gönder