Wednesday, November 3, 2010

Chèn Facebook like button vào blog (blogspot)

Để đặt Facebook like button (như hình bên) vào các bài viết trên blog (blogspot), ta thực hiện như sau:

Bước 1: Blogspot Dashboard - Design - Edit HTML - Chọn check box "Expand Widget Templates".

Bước 2: Tìm  <data:post.body/>
Hoặc <div class='post-footer'> sau đó chèn đoạn code sau: <div>
<!-- Facebook Like Button BEGIN -->
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
<!-- Facebook Like Button Button END -->
</div>

Có thể thay đổi button_count bằng standard (trong đoạn code nói trên)

1 comment:

Post a Comment