How do I add a "like" tab below each of my blog postings?

Discussion in 'WordPress' started by cali boy, Mar 11, 2011.

  1. #1
    cali boy, Mar 11, 2011 IP
  2. Digital_shubhi

    Digital_shubhi Illustrious Member

    Messages:
    11,524
    Likes Received:
    760
    Best Answers:
    12
    Trophy Points:
    405
    #2
    If you mean facebook like button then you can do so by installing plugin in your blog.
     
    Digital_shubhi, Mar 11, 2011 IP
  3. cali boy

    cali boy Member

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #3
    do you know the correct plug in?
     
    cali boy, Mar 11, 2011 IP
  4. giorgioarmani

    giorgioarmani Well-Known Member

    Messages:
    2,634
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    160
    #4
    giorgioarmani, Mar 11, 2011 IP
  5. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #5
    Hereyou go.

    wordpress.org/extend/plugins/fblikebutton/

    DON.
     
    deluxdon, Mar 12, 2011 IP
  6. skykid

    skykid Greenhorn

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    Or you may do that by editing your theme adding :

    <!--Start Facebook-->
    <div style="float: right; margin-left: 5px;">
    <iframe width="85" height="31" src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=button_count&amp;show_faces=false&amp;width=65&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:65px; height:31px"></iframe>
    </div>
    <!--End Facebook--></div>

    to the appropriate place in single.php
     
    skykid, Mar 13, 2011 IP