Chọn Layout > Page Elements > Add a gadget > HTML /Java script
paste đoạn code sau vào :
<script style="text/javascript">
function numposts(json) { document.write('This blog has ' + json.feed.openSearch$totalResults.$t + ' posts'); }
function numcomments(json) { document.write(' and ' + json.feed.openSearch$totalResults.$t + ' Comments'); }
</script>
<script style="text/javascript">
function numposts(json) {
document.write('This blog has ' + json.feed.openSearch$totalResults.$t + ' posts');
}
function numcomments(json) {
document.write(' and ' + json.feed.openSearch$totalResults.$t + ' Comments');
}
</script>
<script src="http://www.atsuu.com/feeds/posts/default?alt=json-in-script&callback=numposts">
</script>
<script src="http://www.atsuu.com/feeds/comments/default?alt=json-in-script&callback=numcomments"></script>
Thay tên miền bằng blogspot của bạn
No comments: