IFrame
From Facebook Developer Wiki
IFrames can be embedded in Facebook canvas pages via the Fb:iframe tag.
[edit] Common Issues
If your app is using iframes (not FBML) and you're getting nested iframes (i.e. main canvas iframe ends up containing the full facebook layout and another iframe with it) when clicking on a links then add target="_top" to your <a href> links
- Be careful when posting inside an iframe in IE7 as the default setting for cross domain navigation is disabled.
