1

I am working on FB send and like button integration. But facing some problem as my buttons are set at the bottom of the page.

So when clicking of send button the flyout pop up opens beyond the visible area of the page.

Do anyone can help me in this issue.

user694198
  • 11
  • 1
  • 1
  • 3
  • possible duplicate of [Facebook Like Widget on Fan page, Comment area out of visible area](http://stackoverflow.com/questions/5808240/facebook-like-widget-on-fan-page-comment-area-out-of-visible-area) – bkaid Jun 19 '11 at 05:59

3 Answers3

1

see Facebook Like Widget on Fan page, Comment area out of visible area

Community
  • 1
  • 1
Rufinus
  • 29,200
  • 6
  • 68
  • 84
0

You can hide the flyover by using overflow:hidden in your container.

James Westgate
  • 11,306
  • 8
  • 61
  • 68
0

This Facebook Send Button Flyout will also help. It explains in more detail how to accomplish this. However it would be nice if this were an attribute that could be added to the send button.

Community
  • 1
  • 1
Tim Cutting
  • 297
  • 1
  • 6
  • 14