Facebook like button bug

by Knocks
4 replies
I want the Facebook like button on my site to function without popping up a dialog. I just want it to add a like to the site and not bug the user with questions about sharing etc as well as keep the layout of my site clean.

I added overflow:hidden in the button code, but it doesn't work. The dialog still pops up every time "like" is pressed. Is that a bug?
#bug #button #facebook
  • Profile picture of the author K Meier
    You are confusing the share button with the like button.

    Here you go, this is to official like button creator https://developers.facebook.com/docs.../plugins/like/

    no pop ups with that.
    {{ DiscussionBoard.errors[6240625].message }}
  • Profile picture of the author Knocks
    The share button has been deprecated, and the new like button includes both like and share functions. So yes, there is a pop up.
    {{ DiscussionBoard.errors[6241116].message }}
  • Profile picture of the author SteveJohnson
    Why is it a "bug" if it doesn't act like you want it to act?

    The "layout of your site" isn't affected when the box pops up.

    The best solution, if you're really worried about it? Don't use the FB like button.
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[6241278].message }}
    • Profile picture of the author Knocks
      Yes, the layout is affected. The dialog pops over a border and is cut off. Hence the existence of the overflow: hidden function, which doesn't seem to work
      {{ DiscussionBoard.errors[6241605].message }}

Trending Topics