Closed sampyxis closed 13 years ago
The next time you see this, open Firebug, and then look at the
tag inside the iFrame. I want to know if that tag is:body
or
body id="facebook"
Make sure you're looking at the body tag from our server (within the iFrame) and not Facebook's body tag.
Sorry, rewrote that comment and escaped the code.
Ok - I don't have firebug on IE (is that even available? If so, I'll download it today) - but when I look at the source I only see "body"
Oh forgot - Firebug is FF only ;)
OK so the good news is you're not seeing body id="facebook". Which manes the error is simply that I have missed a link somewhere.
Basically what I do is route all iFrame traffic to /facebook/... if that path is not included, then it goes to the web templates (which include the login button).
Nice Ok - confirmed again that I do not see the ID=facebook
I found the page. I think it's the signup page, which then routes you to a non "facebook" page.
I think this is fixed. Let me know if you see the login button again.
I think it's now pointing to local:
An error occurred with localhosttest-sk. Please try again later.
Ack - forgot to change settings when I deployed. Fixing now.
I think this specific issue is fixed -
The logout button shows on all pages in IE