Bài này mình sẻ hướng dẫn bạn tạo nút share đơn giản cho blogger của mình. Bạn có thể thêm nút share vào bất cứ vị trí nào bạn muốn thông qua việt chèn HTML.
Xem demo: tại đây
Bước 1: Chèn CSS trước /b:skin
.share a{float:left;font-size:13px;line-height:30px;color:#fff;border-radius:15px;margin:4px 3px;padding:2px 20px;height:30px;}
.share a:hover{background-color:#222;color:#fff}
.share .facebook{background-color:#003471}
.share .twitter{background-color:#00BFF3}
.share .googleplus{background-color:#EA4D29}
.share .pinterest{background-color:#C6393D}
.share .linkedin{background-color:#0077B5}
Bước 2: Chèn HTML sau vào vị trí muốn hiển thị
<div class='share'>Lưu ý: những nơi chèn HTML thông dụng của Blogger
<a class='facebook' expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&title="+ data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><span>Facebook</span></a>
<a class='googleplus' expr:href='"https://plus.google.com/share?url=" + data:post.url + "&title=" + data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><span>Google+</span></a>
<a class='twitter' expr:href='"http://twitter.com/share?url=" + data:post.url + "&title=" + data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><span>Twitter</span></a>
<a class='pinterest' expr:href='"http://pinterest.com/pin/create/button/?url=" + data:post.url + "&media=" + data:post.firstImageUrl + "&description=" + data:post.snippet' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><span>Pinterest</span></a>
</div>
<div class='post-header-line-1'/>
<div class='post-footer'>
<data:post.body/>
Nhận xét
Đăng nhận xét