Title: Facebook Like Button Bug.
Last modified: August 21, 2016

---

# Facebook Like Button Bug.

 *  [teotindo](https://wordpress.org/support/users/teotindo/)
 * (@teotindo)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/facebook-like-button-bug/)
 * Hi, I wanted to alert you that I found a bug with the Facebook like button. When
   I press the button to open the sharing window, too bad it is cut off and unusable.
   Do you think to solve this problem? Here’s a screenshot:
    [http://imageshack.us/photo/my-images/38/nwf6.png/](http://imageshack.us/photo/my-images/38/nwf6.png/)
 * PS: When you think you release the update that adds the “Via” button to Twitter?
   I get on well with your plugin. Thank for your work!
 * [http://wordpress.org/extend/plugins/wpsocialite/](http://wordpress.org/extend/plugins/wpsocialite/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [telwp](https://wordpress.org/support/users/telwp/)
 * (@telwp)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/facebook-like-button-bug/#post-3852949)
 * 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!
 *  [kevin](https://wordpress.org/support/users/k-win/)
 * (@k-win)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/facebook-like-button-bug/#post-3852961)
 * 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](https://wordpress.org/support/users/tm3909/)
 * (@tm3909)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/facebook-like-button-bug/#post-3852964)
 * 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!
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/facebook-like-button-bug/#post-3852965)
 * `.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.

 * ![](https://s.w.org/plugins/geopattern-icon/wpsocialite_f8f8f8.svg)
 * [WPSocialite](https://wordpress.org/plugins/wpsocialite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpsocialite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpsocialite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpsocialite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpsocialite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpsocialite/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/facebook-like-button-bug/#post-3852965)
 * Status: not resolved