Bước 1 : Đăng nhập Blogger - Bố Cục - Thêm Tiện Ích - Thông kê blog.
Bước 2 : dán đoạn css bên dưới, dưới thẻ <style> hoặc dưới thẻ ]]></b:skin>
<style type='text/css'>
/* Blogger Thống Kê */
.Stats img {display:none!important;background-image:none;}
.Stats .counter-wrapper {width:92%;text-align:right;margin:10px;line-height:35px;color:#333;font-weight:700;font-size:16px;margin-left: 0;}
.Stats .counter-wrapper:after {content:"Tổng Số Lượt Xem";float:left;text-align:left;font-size:13px;font-weight:700;color:#333;}
.counts {display:inline-block;width:92%;font-size:13px;line-height:35px;color:#333;font-weight:700;}
.counts .count {display:inline-block;font-size:16px;height:30px;
vertical-align:top;direction:ltr;float:right;color:#333;font-weight:700!important;}
.counts:hover .titles:before {color:#333!important;border-radius:2px;border-color:rgba(255,255,255,0.1);}
.counter-wrapper.text-counter-wrapper:before, .counts:before {display:inline-block;font-size:13px;font-family:FontAwesome;font-style:normal;font-weight:normal;margin:0 10px 0 10px;float:left;width:10px;text-align:center;}
.counter-wrapper.text-counter-wrapper:before, .counts:before {
display:block;background-color:#fff;color:#333;width:35px;height:35px;font-size:18px;line-height:35px;border-radius:2px;margin:0px 8px 0 0;}
.counter-wrapper.text-counter-wrapper:before {content:"\f06e";}
.counts.post2:before {content:"\f044";}
.counts.comment:before {content:"\f0e6";}
#Stats1_content {width:auto;height:auto;background-color:#fff;}
</style>
- Chỉnh sửa màu tùy ý:
- Màu số: color:#c3c3c3; (đoạn này là màu của dòng 1 - tổng lượt xem)
- Màu số: color:#f3f3f3;(đoàn này là màu của 2 dòng còn lại cmt và bài viết)
- Màu Icon: ;color:#000000; (đoạn code này là màu
- Màu khung icon: color:#fff;
<b:if cond='data:title'><h2 class='iconthongke'><i aria-hidden='true' class='fa fa-bar-chart'/> <data:title/></h2></b:if> <div class='widget-content'> <!-- Content is going to be visible when data will be fetched from server. --> <div expr:id='data:widget.instanceId + "_content"' style='display: none;'> <!-- Counter and image will be injected later via AJAX call. --> <b:if cond='data:showSparkline'> <img alt='Sparkline' expr:id='data:widget.instanceId + "_sparkline"' height='30' src='' title='Sparkline' width='75'/>Lưu lại và xem kết quả
</b:if> <b:if cond='data:showGraphicalCounter'> <span class='counter-wrapper graph-counter-wrapper' expr:id='data:widget.instanceId + "_totalCount"'/> <b:else/> <span class='counter-wrapper text-counter-wrapper' expr:id='data:widget.instanceId + "_totalCount"'/> </b:if><script type='text/javascript'>function postCount(json){document.write("<span class='counts post2'> Tổng số bài viết ");var count = json.feed.openSearch$totalResults.$t;document.write("<span class='count'>" + count + "</span>");document.write("</span>")}function numberOfComments(json){document.write("<span class='counts comment'> Tổng bình luận ");var count = json.feed.openSearch$totalResults.$t;document.write("<span class='count'>" + count + "</span>");document.write("</span>")}</script><script src='/feeds/posts/default?alt=json-in-script&amp;max-results=0&amp;callback=postCount' type='text/javascript'/><script src='/feeds/comments/default?alt=json-in-script&amp;max-results=0&amp;callback=numberOfComments'/>
</div> </div>
LỜI KẾT
chỉ đơn giản vài thao tác chèn code là bạn có một Widget Thống Kê đẹp tuyệt vời rồi.Chúc các bạn thành công!
nếu thấy hay thì share cho mình nha (cảm ơn)