Type Here to Get Search Results !

Hiển thị tổng số bài viết và comments

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>

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ị

Đăng nhận xét

0 Nhận xét
Spam, Comment bao gồm link quảng cáo và thiếu văn hóa sẽ bị xóa bởi người kiểm duyệt.
* Please Don't Spam Here. All the Comments are Reviewed by Admin.