Pages

Wednesday, June 23, 2010

Facebook Like Button Below every Post

Posted by gajahwhite | Wednesday, June 23, 2010 | Category: , |

Facebook has come up with a new set of Social plugins which enable you to provide engaging social experiences to your users with just a line of HTML. The Facebook Like Button is One of them. You can see a demo of the like button on this page. The Facebook like button will allow your readers to quickly share your posts with their Facebook Friends. You can also get to know how many people liked your Blog Post . You can see a sample at the end of this post.

1. Login to your Blogger Account and go to Design > Edit HTML and click on the check box which says “Expand Widget Templates

2. Look for <data:post.body/> and immediately after that place the following code.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&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;'/>
</b:if>

This code will show the Like Button on Post pages only. If you want to display it everywhere, then remove the two lines of code in red.

3. Save the template and you should see the Like Button Below each of your posts.

Optional Customisations

a) Now try changing action=like to action=recommend in the code and you will see something like.

b) Try changing colorscheme=light to colorscheme=dark or colorscheme=evil

c) You can change the font by editing the font=arial parameter. You can change it to any of

  • font=lucida+grande
  • font=segoe+ui
  • font=tahoma
  • font=trebuchet+ms
  • font=verdana

If you have any comments, ideas, or questions, you may post it >HERE<

Currently have 5 comments:

  1. boleh x kalau tuka show_faces=false kpd true?

  2. rasanya x dak effect kot..
    gajah dah try.. sbb ni plugin dari facebook :)

  3. I also customized the following parts: show_faces=true (in order to show images of who likes the post, according with profile images privacy settings, of course), but to do so I had also to modify the height of the div block: height:70px;

  4. Try IT HERE http://helpblog4u.blogspot.com/2011/10/facebook-like-button-below-every-post.html ;)


Leave a Reply

Feel free to comment, no bad words pls.. tak baek ^_^