1. Hiển thị tổng số bài viết của blog
<script style="text/javascript">
function showpostcount(json) {
document.write('<left>Tổng số bài viết: <b>' + parseInt(json.feed.openSearch$totalResults.$t,10)
+ '</b></center>');}</script>
<script src="http://www.dxoan.com/feeds/posts/default?alt=json-in-script&callback=showpostcount"></script>
2. Hiển thị tổng số bình luận của blog
<script style="text/javascript">
function numberOfComments(json) {
document.write('<left>Tổng số bình luận: <b>' + json.feed.openSearch$totalResults.$t +
'</b></center>');}</script>
<script src="http://www.dxoan.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script>
3. Hiển thị tổng số trang tĩnh (Page) của blog
<script style="text/javascript">
function numberOfPages(json) {
document.write('<left>Tổng số trang tĩnh: <b>' + json.feed.openSearch$totalResults.$t +
'</b></center>');}</script>
<script src="http://www.dxoan.com/feeds/pages/default?alt=json-in-script&callback=numberOfPages"></script>
4. Hiển thị tổng số bài viết của một nhãn (Label) bất kì
<script style="text/javascript"> function numberOfLabelPosts(json) { document.write('<left>Tổng số bài viết của nhãn: <b>' + json.feed.openSearch$totalResults.$t + '</b></center>');}</script> <script src="http://www.dxoan.com/feeds/posts/default/-/Thủ Thuật Blogger?alt=json-in-script&callback=numberOfLabelPosts"></script>
Để code hoạt động, các bạn có thể chèn vào một vị trí nào đó trong template hoặc truy cập Thử mã JavaScript để xem kết quả.
Thay http://www.dxoan.com bằng địa chỉ blog bạn muốn hiển thị
Thay Thủ Thuật Blogger bằng nhãn bạn muốn hiển thị
Thay Thủ Thuật Blogger bằng nhãn bạn muốn hiển thị
Tags
Thủ Thuật Blogger
Ngoài lề xíu, bạn ơi cho mình hỏi Font chữ "Đếm số lượng trong blogger" trong tấm ảnh là font gì vậy bạn. Tks bạn
ReplyDeleteUVF Mussica Swash nhé
DeleteCám ơn bạn nhiều nhé :D
DeleteVà đếm số comment bằng facebook cho blogspot :D
ReplyDeletehttps://www.huydc.net/2019/05/hien-thi-so-nhan-xet-bang-facebook-cho.html