Support » Plugin: WPSocialite » Facebook Like Button Bug.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Your cut off problem is CSS related, that sharing window is known as the “Facebook flyout” (Google it) and I had a similar problem.

    My solution was to remove an ‘overflow:hidden’ from my website’s main container div (the flyout was cutting off at the edge of the container). Alternatively I think you can try adding ‘overflow:visible !important’ to the div holding the FB button but I haven’t tested that.

    Either way, I believe it’s an overflow CSS problem 100% of the time!

    telwp is right. This is probably caused by a css reset that comes with something like this: iframe { max-width: 100% }
    Insert this into your css file and the problem gets solved: .wpsocialite iframe { max-width:none }
    Had the same problem so i thought i could share.

    Plugin Author Tom Morton

    (@tm3909)

    Kevin/TelWP,

    Thanks to both of you. I will be sure to include the CSS fix for the Facebook like box in the next release.

    Kevin,

    To answer your “via” question, I’m hopefully going to be pushing a release next week, but with my work schedule being overloaded I don’t want to make a promise that I cannot keep!

    .wpsocialite iframe { max-width:none } also worked for me. For my theme code, overflow:visible was needed in the container, but wasn’t the complete fix.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Facebook Like Button Bug.’ is closed to new replies.