Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Cross-browser refers to the ability for a website, web application, HTML construct or client-side script to support all the web browsers.

learn more… | top users | synonyms (1)

2
votes
4answers
451 views

Facebook Graph API Call no longer works (because of Facebook Cookies)

I have been using the facebook grap to pull photo albums from public "pages" and display the photos, but today it stopped working (and not just on my PC, it has been verified by others) I've been ...
0
votes
1answer
220 views

Facebook Like Box - how to make it show without logging in?

<%--Facebook Like Box--%> <div class="fb_iframe_widget"> <iframe ...
0
votes
0answers
98 views

Like box not working in some browsers

I am trying to embed the a Like Box in a website. It shows fine in IE9 and Firefox, but not in Chrome or Safari. And crucially not in Safari on iPad. I've tried different code versions but ...
0
votes
0answers
61 views

Facebook app form doesnt work in IE and Safari

Im creating a facebook application which contains a registration form. Well.. This is works perfectly in Chrome, FF, and Opera, but does not work in IE and Safari. When I click on the submit button in ...
1
vote
0answers
351 views

Facebook Like Button not showing in IE even though xmlns in html tag

My Facebook Like Button works in all browsers except in IE. I've checked stackoverflow and the presented solution was to put some xmlns in the html tag, like this: <html ...
0
votes
0answers
112 views

FB Application Browser Compatibility Issue

I had made an fb quiz application in php and added it using iframe. This is just like a normal quiz application. But user needs to like this app before continuing. Its working fine on Firefox, chrome ...
0
votes
0answers
220 views

Facebook Like Box Stream (iframe) - Browser Issues?

I've got a website with a Facebook like box (via iframe), but it has a problem with just certain browsers. For some reason, it doesn't display the stream, but it does display everything else (the ...
1
vote
3answers
3k views

Facebook like button does not display correctly in IE7

I am using a like button from different social media site like g+, facebook like, xing, and twitter. Facebook like button works find in all browsers except in IE7. It displays like this image below: ...
-2
votes
1answer
69 views

problems with links and submit buttons on a FB app in some browsers

I'm developing a FB application with php. It's working with most browsers. However there is a problem when I press a image link or even a button, what happens is that the entire page reloads and ...
0
votes
1answer
525 views

Facebook wall post using ajax post request inconsistent with Chrome and IE

I am using the posted code for posting content to a Facebook wall. FB.init({ appId: 'my app id', status: true, cookie: true, xfbml: true, oauth: true }) $('#share_button').click(function (e) { ...
0
votes
0answers
115 views

“Like-gate” throwing big error on certain browsers

I am getting complaints that my newly created "like-gate" is throwing errors on certain browsers. I cannot get it to fail on any of mine, but people are saying their versions of Safari and FF are ...
0
votes
0answers
363 views

Facebook Request Dialog Hangs in Chrome or Safari

Facebook Request dialog hangs in chrome and safari, but works in Firefox. It only works for some users in Firefox though. I'm calling FB.init at the beginning of my app. So here is the code that I'm ...
1
vote
2answers
112 views

app doesnt stay within facebook on firefox and chrome

I'm creating a facebook app and on Internet Explorer 9 it works fine. But on Firefox and Chrome when I goto the canvas page it redirects away from facebook and to my site. Think it's something to do ...
0
votes
2answers
591 views

faceook graph api is slow

i am doing this : <?php echo json_decode(file_get_contents("http://graph.facebook.com/?id=8083675473"))->likes; ?> Sometimes, it takes .2 seconds, sometimes it takes 30 seconds. The ...
0
votes
2answers
567 views

Force parent window of iFrame into Compatability mode without access?

Facebook is having allot of JavaScript issues at the moment in Internet Explorer (IE 9), however by clicking the IE 8 Compatibility Mode button, or by switching to IE 8 Compatibility via the ...
3
votes
1answer
2k views

FB is not defined on Firefox 4

FB is not defined in Firefox 4 but works on lower Firefox versions, Internet Explorer, Chrome, Safari. I've tried async loading and the following solutions mentioned here FB is not defined error in ...
6
votes
2answers
6k views

Facebook app works on all browsers but not IE8

Hi I am devloping a facebook app. Stragnly, the app work fine on most browsers (I tested it on FF, chrome and safari and it worked fine on all of them) however when I tested on IE8 I received this ...