Demo
Bước 1: vào Phần tử trang - > Thêm tiện ích ->Add a Gadget (Thêm tiện ích)
Bước 2: Thêm tiện ích HTML/Javascript
Bước 3: Copy và paste đoạn code sau vào phần nội dung
<script style="text/javascript">
function numberOfPosts(json) {
document.write('Total Posts: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
function numberOfComments(json) {
document.write('Total Comments: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
</script>
<ul><li><script src="http://m21love.blogspot.com/feeds/posts/default?alt=json-in-script&callback=numberOfPosts"></script></li>
<li><script src="http://m21love.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></li></ul>
function numberOfPosts(json) {
document.write('Total Posts: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
function numberOfComments(json) {
document.write('Total Comments: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
</script>
<ul><li><script src="http://m21love.blogspot.com/feeds/posts/default?alt=json-in-script&callback=numberOfPosts"></script></li>
<li><script src="http://m21love.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></li></ul>
Bạn chú ý thay địa chỉ màu vàng bằng tên blog của bạn
Cuối cùng, Lưu tiện ích - > Chọn vị trí hiển thị
* Please Don't Spam Here. All the Comments are Reviewed by Admin.