views:

465

answers:

1

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

+1  A: 

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)

Tom Wright

related questions