Search code examples
facebookfbml

Facebook / FBML - Can I create an Iframe, using FBML, in a Tab on a Profile Page?


I want to create an Iframe within a Tab on a facebook profile. Are there any tag restrictions inside of a Tab or on a Profile Page?

Example profile/tag setup: http://www.facebook.com/#!/AvonProductsInc?v=app_10442206389&ref=ts


Solution

  • Unfortunately, there are restrictions on what FMBL you can include on a profile page. One of these restrictions is no iframes on profile pages.

    http://developers.facebook.com/docs/reference/fbml/iframe

    [fb:iframe] inserts an tag into an application canvas page; you cannot use the tag on the profile page (that is, application tabs and profile boxes)