Để giúp chúng ta thấy tổng số nhận xét trên blog của tôi, bạn bè tôi có thể cài đặt đoạn Scrips.
Choiblog.tk chưa cài đặt, nhưng nếu các bạn quan tâm đến việc cài đặt nó thì hãy bắt tay vào thao tác này!
1. Script mã cho một số ý kiến:
<script style="text/javascript"></script>
<script style="text/javascript">
function numberOfComments(json) {document.write('Total Comments : <b>' + json.feed.openSearch$totalResults.$t +'</b><br>');}</script>
<script src="http://Nameblog.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script>
<script style="text/javascript">
function numberOfComments(json) {document.write('Total Comments : <b>' + json.feed.openSearch$totalResults.$t +'</b><br>');}</script>
<script src="http://Nameblog.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script>
2.Script mã cho một số bài viết
<script style="text/javascript">function showpostcount(json) {document.write('Total Posts : <b>' +parseInt(json.feed.openSearch$totalResults.$t,10) + '</b><br>');}</script><script src="http://Nameblog.blogspot.com/feeds/post/default?alt=json-in-script&callback=showpostcount"></script>
- Bạn chỉ việc thay thế những text đỏ trong đoạn mã bằng địa chỉ blog của bạn!
- Lưu nó ở đâu? Bạn có thể lưu nó ở vị trí HTML / Javascript.
Chúc tất cả vui vẻ! Và hãy cho tôi nhận xét để tôi có thể tăng thêm những bài viết khác cho các bạn !
http://miscah.blogspot.com/2009/09/memasang-total-komentar-dan-total-posts.html