Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible to display any given page from a 3rd party website on a Facebook page tab? (Using iframe / fbml)

Thanks.

share|improve this question

3 Answers

up vote 1 down vote accepted

You can now use iFrames to load content from 'certain' websites/pages, given that they support POST requests.

This tutorial on FB Documentation has more information.

http://developers.facebook.com/docs/appsonfacebook/pagetabs

share|improve this answer

No, Just FBML pages are allowed for tab page, also not all FBML tags(exp. iframe and fb:iframe are disabled).

share|improve this answer
Thanks Ehsan - very useful! – lokust Apr 13 '10 at 14:28
Is this still the case? AFAICS, FBML is now deprecated, and IFRAMEs are the preferred way to do tabs. – rjmunro Oct 24 '11 at 12:47

Try this one

http://apps.facebook.com/iframe-apps/?ref=ts

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.