Cách tạo hộp thống kế số bài viết và comments cho blogspot
1. Đăng nhập vào blogger
Bài viết này mình hướng dẫn các bạn cách tạo một hộp thống kế trên widget tiện ích HTML, nhưng các bạn muốn đặt ở đâu cũng được nhé.
Đăng nhập vào phần quản trị Blogger > Bố cục > Bấm thêm tiện ích ở nơi mà bạn muốn tạo hộp thống kê, thêm tích ích HTML/javascript.
2. Thêm script vào tiện ích
Thêm tiện ích HTML/Javascript khi hộp thoại hiện ra bạn thêm đoạn code bên dưới vào bên trong nó
<script style="text/javascript">Thêm xong rồi bấm lưu tiện ích, quay trở lại nơi bạn đã thêm tiện ích kiểm tra thành quả nhé.
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="/feeds/posts/default?alt=json-in-script&callback=showpostcount"></script>
<p>
<script style="text/javascript"></script>
<script style="text/javascript">
function numberOfComments(json) {
document.write('<left>TỔNG SỐ COMMENT: <b>' + json.feed.openSearch$totalResults.$t +
'</b></center>');}</script>
<script src="/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></p>
Icon CommentsIcon Comments