Revision history [back]
Tried a quick iframe in a js pop-up implementation - does not work for facebook.
Turns out there is an HTTP header that you can use to forbid displaying your site in iframes - which apparently facebook does - so apparently the only options are: pop up window and replace the view in the current window.
Would be nice to be able to detect when pop-ups are blocked and then go for the second option as a fallback.