Tiện ích nhận xét mới này khá là ổn, mình test thử trên hầu hết các template đều mượt, thường thì người ta hay để tại footer. Vậy nên hôm nay rảnh mình sẽ hướng dẫn các bạn tạo tiện ích này một các nhanh nhất và đơn giản nhất
Demo OnlineCác bước tiến hành thực hiện:Cách 1: Các bạn vào
Trang quản trị của Blogger→Trang→Trang mới→Chuyển chế độ soạn thảo HTML→Dán đoạn code sau và lưu lại.
Cách 2: Nếu như bạn không muốn tạo wiget này ở 1 trang riêng, mà muốn nó hiện ở trang chủ thì thực hiện các thao tác sau: Các bạn vào
Trang quản trị của Blogger→Bố cục→Thêm tiện ích→HTML/Javascript→Dán đoạn code sau và lưu lại.
<div dir="ltr" style="text-align: left;" trbidi="on">
<div class="widget-content">
<style type="text/css">
ul.recent_comments{list-style:none;margin:0;padding:0;height:300px; overflow: auto;width:100%;}
.recent_comments li{background:none !important;margin:0 0 6px !important;padding:0 0 6px 0 !important;display:block;clear:both;overflow:hidden;list-style:none;}
.recent_comments li .avatarImage{padding:3px;background:#fff;box-shadow:0 1px 1px #fff;float:left;margin:0 6px 0 0;position:relative;overflow:hidden;}
.avatarRound{}
.recent_comments li img{padding:0px;position:relative;overflow:hidden;display:block;}
.recent_comments li span{margin-top:4px;color: #f8;display: block;font-size: 13px;font-style: italic;line-height: 1.4;}
</style>
<script type="text/javascript">
//<![CDATA[
// Recent Comments Settings
var
numComments = 20,//Số lượng nhận xét hiển thị
showAvatar = true,
avatarSize = 50,//Kích thước avatar người nhận xét
roundAvatar = true,
characters = 20,//Số ký tự của nhận xét
showMorelink = true,
moreLinktext = "Xem thêm »",
defaultAvatar = "Link ảnh mặc định của người nhận xét không có avatar",
hideCredits = false;
//]]>
</script>
<script src="http://file.tuoitreit.net/js/newcomment.js" type="text/javascript"></script>
<script src="http://www.tuoitreit.net/feeds/comments/default?alt=json&callback=recent_comments&max-results=100" type="text/javascript"></script>
</div>
</div>
Lưu ý: - Thay http://www.tuoitreit.net thành blog của bạn nhé!
- Ngoài ra bạn có thể tải file http://file.tuoitreit.net/js/newcomment.js về, sau đó up lên host riêng của mình để tránh ảnh hưởng nhé!
Có gì các bạn comment bên dưới mình sẽ giúp đỡ nhé!