Can the facebook like BOX be edited?

Discussion in 'Programming' started by fadetoblack22, Sep 20, 2013.

  1. #1
    I want to remove the everything except the LIKE button and the number of people.
     
    fadetoblack22, Sep 20, 2013 IP
  2. nts

    nts Active Member

    Messages:
    220
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Like buttons, as opposed to a like box might be what you want: https://developers.facebook.com/docs/reference/plugins/like/
     
    nts, Sep 24, 2013 IP
  3. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #3
    It's definitely a like box I want as it is to join a fb fan page rather than share a page on my profile.
     
    fadetoblack22, Sep 24, 2013 IP
  4. monkeye

    monkeye Active Member

    Messages:
    307
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    68
    #4
    You can "join a page" as you put it, with both like button and like box.
    developers.facebook.com/docs/reference/plugins/like
    developers.facebook.com/docs/reference/plugins/like-box
     
    monkeye, Sep 29, 2013 IP
  5. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #5
    It says on the like button page: "The Like button is a simple plugin that lets people quickly share content on Facebook."

    Sharing the page is what happened when I tried it. How can I get it to join a fan page?
     
    fadetoblack22, Sep 29, 2013 IP
  6. monkeye

    monkeye Active Member

    Messages:
    307
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    68
    #6
    You are right that is what it says.
    However on my website I have it implemented and by clicking it the only thing that happens is that you "join" a page which is what you are asking for.
    Nothing else happens.
    Here is my code, give it a go (you obviously have to replace Free-hosting/589868291032310 with your page ID).

    <iframe frameBorder="0" src="https://facebook.com/plugins/like.php?href=https://facebook.com/pages/Free-hosting/589868291032310&layout=button_count&show_faces=false&width=90&action=like&colorscheme=light" class="like"></iframe>
    Code (markup):
    class "like" is just
    .like {width:120px;height:20px}

    Hope this helps!
     
    Last edited: Sep 29, 2013
    monkeye, Sep 29, 2013 IP
  7. monkeye

    monkeye Active Member

    Messages:
    307
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    68
    #7
    Hi Fade,

    So did you try my snippet?
     
    monkeye, Oct 3, 2013 IP
  8. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #8
    I just tried it! You are quite right, it does work :) Thanks!
     
    fadetoblack22, Oct 3, 2013 IP
  9. monkeye

    monkeye Active Member

    Messages:
    307
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    68
    #9
    Great!

    Glad I could help.
     
    monkeye, Oct 3, 2013 IP