我在頁面上有一個工作的Facebook fbml應用程序選項卡。它工作完美,但今天當我檢查它產生了一個錯誤。Facebook應用程序選項卡頁面上不工作
Errors while loading page from application
Parse errors:
FBML Error (line 18): illegal tag "body" under "fb:tab-position"
FBML Error (line 26): illegal tag "noscript" under "fb:tab-position"
FBML Error (line 44): illegal tag "noscript" 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.
Cannot allow external script
我的設置是:
畫布頁面URL:http://apps.facebook.com/myfeedback/
帆布回調URL:http://mydomain/myfile/
標籤名稱:反饋
標籤網址:http://apps.facebook.com/myfeedback/
這是一個沒有任何主體標籤的fbml應用程序
我無法找出相同的原因。請幫助我。謝謝
感謝您的回覆,但我的文件中沒有body標籤 – 2010-05-31 08:08:05
@Pankaj:我在您的問題FBML錯誤(第18行)中看到此錯誤:「fb:tab-position」下的非法標籤「body」你可以在代碼中找到它,檢入任何包含的文件,也可以檢入頁面源代碼。 – Sarfraz 2010-05-31 08:14:43
我已檢查到處沒有車身標籤。 – 2010-05-31 08:33:06