I've followed the documentation to add Facebook feed dialog to my site. My one issue is that the dialog is not opening as a popup, even though I am setting the display parameter to "popup".
<a class="facebook_icon" href="http://www.facebook.com/dialog/feed?app_id=264179898666332&display=popup&redirect_uri=http://mysite.com/&message=I use Mysite!"></a>
I realize that, to display it as an iframe, I need to get user permission to obtain an access key. I just want to show the dialog as a separate window for the time being.
Any clue why this isn't working? Is the general consensus that I should just use the iframe now for UX's sake?