将iframe添加到Facebook页面的奇怪错误

时间:2011-08-25 14:08:01

标签: facebook iframe

我尝试将iframe添加到我的一个客户页面中,并且遇到各种奇怪的错误:

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.

页面/标签为here

我正在尝试iframe http(s)://www.elevation-events.com/fb/。我在这里错过了什么吗?

1 个答案:

答案 0 :(得分:0)

这看起来是一个FBML类型仍处于活动状态的旧应用。您应该在Facebook开发人员设置中的某处看到设置,以将应用类型从FBML更改为iframe。

您看到的错误是使用FBML不允许使用像body这样的基本标签。