Some help with App/FBML

isthisme

Newbie
Joined
May 2, 2010
Messages
11
Reaction score
0
This is just for those who know what I am talking about! Ive done everything with the app, set up etc but keep getting the error below

Code:
[B]Errors whilst loading page from application[/B]

[B]Parse errors:[/B]

FBML Error (line 5): illegal tag "body" under "fb:tab-position"
Any help?
 
There is no <body> tag is this code..
 
normally an html will have the following elements

<html>
<header></header>
<body>xxx</body>
</html>

so get rid of everything except for xxx
 
Yeh but there is no <body> tags..Ive no idea what to do! This is an application in facebook which links to a website, then iFraming! Have you worked with this before?
 
dude if you need help post the whole code so we can actually tell you something by reading it!
if you just post the error message we will be able to do nothing
 
dude if you need help post the whole code so we can actually tell you something by reading it!
if you just post the error message we will be able to do nothing

lol I bought the code, so I cant really give it out here or it'll get spammed to pieces! If some1 knows how to fix it Ill share it..don't bother if you are just wanting the code!
 
You have to have full control of the canvas page, facebook will not allow <body> tag in the fbml.
 
lol I bought the code, so I cant really give it out here or it'll get spammed to pieces! If some1 knows how to fix it Ill share it..don't bother if you are just wanting the code!

lol well this is a funny predicament your in. You don't want to post the whole code because it will be spammed to pieces, so no one can help you.

And those of us who already know about this code and what it does can help you, buy why would we? You will just be another person "spamming it to pieces".

You should be talking to the person who sold you this, but I'm pretty sure the code is fine..
The website is a blogger site..
 
lol well this is a funny predicament your in. You don't want to post the whole code because it will be spammed to pieces, so no one can help you.

And those of us who already know about this code and what it does can help you, buy why would we? You will just be another person "spamming it to pieces".

You should be talking to the person who sold you this, but I'm pretty sure the code is fine..

Are you always this helpful?
 
Back
Top