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.

I tried to add an iframe to one of my clients' pages, and am getting all sorts of weird errors:

App Temporarily Unavailable
Parse errors:
FBML Error (line 28): illegal tag "body" under "fb:tab-position"
FBML Error (line 125): illegal tag "object" under "fb:tab-position"
FBML Error (line 126): illegal tag "param" under "fb:tab-position"
Runtime errors:
HTML error while rendering tag "link": There is a hard limit of 2 css link tags on profile tabs in order to remain under the IE 31 tag limit.
HTML error while rendering tag "link": There is a hard limit of 2 css link tags on profile tabs in order to remain under the IE 31 tag limit.

The page/tab is here.

I'm trying to iframe http(s)://www.elevation-events.com/fb/. Am I missing something here?

share|improve this question

1 Answer

This looks to be an old app with the FBML type still active. You should see a setting somewhere in the Facebook developer settings to change the app type from FBML to iframe.

The errors you're seeing are that some of the basic tags like body weren't allowed using FBML.

share|improve this answer
That's what I thought, but it's already been set to iFrame... any way to get someone over at facebook to have a look-see in the back-end if this is somehow not being set properly? – Steven Aug 25 '11 at 15:35

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.