Làm cách nào để thêm nút facebook like cho bài đăng phổ biến
Bước 1: Thêm đoạn code sau trước thẻ đóng </body><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>Lưu ý: Nếu trong template bạn đã file js này rồi thì bỏ qua bước này
Bước 2: Trong template bạn tìm <a expr:href='data:post.href'><data:post.title/></a> và thêm đoạn mã bên dưới vào sau tất cả code tìm được (có 4 đoạn)
<fb:like expr:href='data:post.href' layout="button_count" action="like" show_faces="false" share="false"></fb:like>