Tabs Iframe/Canvas on Facebook pages
I wanna add a tab on my Facebook page. This shows an error :
FBML Error (line 14): illegal tag "body" under "fb:tab-position"
Erreurs d'exécution :
URLExceptionInvalid scheme for url (javascript:history.back())
Nevertheless, Static FBML works开发者_运维百科 great !
What can I do, please ?
Thanks
Update :
I don't understand your expression body-tag
less.
FBML Error (line 14): illegal tag "body" under "fb:tab-position"
FBML Error (line 116): illegal tag "noscript" under "fb:tab-position"
FBML Error (line 136): illegal tag "noscript" under "fb:tab-position"
I deleted all <body>
<head>
<html>
tag. There are only div
tag
FBML only supports a subset of HTML tags, the body
tag is not supported. For a list of supported tags, see:
http://wiki.developers.facebook.com/index.php/FBML
So you should not use body
tag in facebook fbml apps/pages.
What actually solved my problems today was a radio in App - Advanced (tab): Page Tab iframe: turn it to enabled.
Facebook tries to parse FBML by default as today (May 2012)
精彩评论