Nút chia sẻ là thành phần không thể thiếu trên mỗi blog. Hôm nay, mình giới thiệu mẫu nút chia sẻ khác, ngoài nút chia sẻ trên Facebook, Google plus và Twitter còn có kết hợp nút Share This, giúp chia sẻ trên nhiều mạng xã hội hơn. Các bạn có thể xem DEMO ở đây.
#Thêm Scrip
1. Đăng nhập Blogger2. > Mẫu > Chỉnh sửa HTML
3. > Tìm thẻ </head>
4. > Dán code dưới vào trên thẻ vừa tìm được
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> <script type="text/javascript">stLight.options({publisher: "074821ed-063e-4ae5-bad9-3e26ecf249f3"}); </script>
#Thêm HTML
1. > Tìm thẻ <div class='post-header'> , thường thì chúng ta cần đoạn thứ 2.
2. > Dán code dưới vào trên thẻ vừa tìm được
<span class='st_facebook_hcount' displayText='Facebook'/> <span class='st_googleplus_hcount' displayText='Google +'/> <span class='st_twitter_hcount' displayText='Tweet'/> <span class='st_sharethis_hcount' displayText='ShareThis'/>
This comment has been removed by a blog administrator.
ReplyDelete