I'm implementing Facebook connect for a website. The facebook connect code is inside an iframe. Everything works well but when Facebook is supposed to show a popup dialog (for example FB.Connect.showFeedDialog or FB.Connect.streamPublish) The popup shows inside the iframe. Since its a small iframe window the popup is half hidden.
Any idea on how to solve it is very much appreciated. Note: the FB login and logout popups do show well.