Facebook iframe page tab w/ iframe renders on Chrome, but not on Safari or Firefox - facebook

The iframe loads properly on the page tab in chrome on my computer (I'm admin of the page), but when I try to view from another FB account on same computer via Safari or Firefox, no luck.
Also, the iframe doesn't load for others.

I had the same problem. The iframe was not loading in Safari but it was loading in Firefox. And it was also loading correctly in Safari on another computer.
After about 3 hours of searching, trying and investigating, I finally found the solution.
It seemed to be a (simple) caching problem.
What I did is I cleared all website data of Safari.
Then it worked.

Related

Safari and iphone block redirect from iframe

I'm currently experiencing an issue with links in an iframe. This links have multiple redirects (ads links).
The iframe is usually placed in a domain that is different from mine. When a user with an iphone (using safari) lands on this page and clicks one of the link I provide, it's redirected to a blank page.
This does not happen with chrome or firefox, but only with safari and only with iphones. With chrome and firefox the user is redirected to the correct page.
Moreover, and this is really weird, if on safari I press the link and do one of the following options, "Open" or "Open in a new tab", the redirect works perfectly.
There is some policy in safari that blocks the redirects? both sites are under ssl?
This is how I render links:
Thank you very much!

Facebook form app inside iframe loses cookies for Safari browsers in Windows platform

I have a facebook app built using iframe. It works ok on most modern browsers except Safari on Windows platform. On Safari windows platform, the cookies seem to get lost as a user move from initial form page to 2nd page with questions.
Here is the live link
http://on.fb.me/1hCfgOX
Can someone help me on how to fix this?
Ok, i found a fix for it which works perfectly. Checkout the following links:
Safari 3rd party cookie iframe trick no longer working?
Facebook Iframe App with multiple pages in Safari Session Variables not persisting
And
http://lightyearsoftware.com/2009/11/on-the-pain-of-developing-for-facebook/
I hope this will fix your issue also, as it fixed mine. If you got any problem, let me know.
Thank you
besides header, you might also need to add w3c/p3p.xml and w3c/policy.p3p files to your website. See here for more details and sample files: Session null in IFrame in ASP.net MVC only in safari browser

Facebook like button not created in iframe in firefox

I have a Facebook like button on a website, it links to their Facebook page.
http://www.facebook.com/plugins/like.php?api_key=158676140902498&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D18%23cb%3Df3c3ba27b53005a%26origin%3Dhttp%253A%252F%252F07bce2b0664e8df0ed388a0c7647cf80.sites.gozesty.com%252Ff4c48dfa4eebd4%26domain%3D07bce2b0664e8df0ed388a0c7647cf80.sites.gozesty.com%26relation%3Dparent.parent&href=http%3A%2F%2Fwww.facebook.com%2FMissionBrewery&node_type=link&width=450&layout=box_count&colorscheme=light&show_faces=false&send=false&extended_social_context=false
If you copy and paste that into Chrome it works perfectly.
In Firefox and Safari no item shows up.
I tried making the like button in Firefox and realize when the link is a facebook link the item doesn't show. Anyone know why this would be and a possible solution?
Works fine on my safari (6.0.2)

Facebook Tab App Doesn't work in IE

I created a Facebook "Tab App" that appears to be working in Chrome, Safari and FireFox but doesn't seem to load at all in IE8 (and older).
Here is the link to the tab on Facebook:
https://www.facebook.com/lapalomaacademy/app_190322544333196
I also uploaded the code to a page outside of Facebook, and IE8 seems to load that page fine (you can also view the source code on this page):
http://lpatucson.org/facebook/nonfans.html
Any ideas what the issue could be?

Facebook Comments Box mobile version not resizing

I am integrating a like button and a comment box (mobile) inside a web view in iOS (Using Facebook social plugins). I got it to work a few days ago but today, for some strange reason, it won't work correctly. When the user has not logged in, it looks almost fine:
But once I am logged in, and the UIWebView detects the Facebook cookie, it won't load correctly. The loading icon is misplaced, and it won't stop, no errors appear, no web is being loaded (checked with UIWebView delegate methods), the Comment button won't be loaded and the frame won't change its height to see more comments...
If I load this URL externally from Safari, iOS Safari will load the webpage correctly!
If I force loading the normal version (not the mobile one) the comments are loaded correctly!
What am I missing?
Ok, solved...
It seems you have to force the login in https://m.facebook.com/login.php for some weird reason..... (not https://www.facebook.com)
They may have added this restriction now :\