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.

Windows Internet Explorer 8 is a web browser developed by Microsoft, released on 19 March 2009 for Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, and Windows 7.

learn more… | top users | synonyms (4)

0
votes
1answer
26 views

Flash +remove via AMFPHP +internet explorer 8 + live

For the life of me I cannot figure this one out. OK, here goes. I have a Facebook game on a live server which works great with Chrome, FF and internet explorer 9+10 but does not work on internet ...
-1
votes
1answer
135 views

IE8 facebook app “Navigation to the webpage was canceled”

On IE8, when I go to my facebook page I get the below warning. If I hit "No" everything works, but if I hit yes I get "Navigation to the webpage was canceled" (see 2nd SS). From what I understand the ...
0
votes
0answers
92 views

Internet explorer 8 iframe facebook affects rest of the template design during load

I've been having a problem on a website currently in development involving IE8 and social network widgets. Basically, before the IFrames (Facebook like and LinkedIn follow) have been loaded, they seem ...
0
votes
0answers
11 views

comments ie8 display transparency

I'm adding FB comments to a fancybox popup page and, in IE8, the background shows through the widget. The background is dark, masking the new comment text box. The comment box works, you just cannot ...
0
votes
1answer
118 views

fb invite friends not working in ie 8

i used the FB API invite friends to let users invite their friends to my app. all working fine in Chrome and FF but not in IE 8. when i click it, on the bottom of IE, will show "Error on page". the ...
-2
votes
1answer
195 views

Facebook Activity Feed not working in Internet Explorer 8 [closed]

I know there are a few questions that have similar titles but I have a different problem. My facebook activity feed is displaying but has no scrollbars in IE8. I have tried applying overflow:auto ...
0
votes
1answer
157 views

Can't remove White background behind facebook buttons

I am seeing a weird issue. I am seeing white background behind facebook share/link buttons at this website http://goo.gl/pR8S0 for IE8 only. In other browsers it seems fine. I can not determine where ...
0
votes
1answer
360 views

Facebook comments count IE8 innerHTML error

On Internet Explorer 8, on pages where there are comments count tags like <fb:comments-count href="<%= item_url(@item) %>"></fb:comments-count>, there will be error in Internet ...
-1
votes
1answer
203 views

Internet explorer throwing Object doesnt support property or method with JQuery

I'm assuming this is pretty obvious but I can't work it out for myself. I'm using the Facebook javascript API to allow a user to login into a page I made. The following javascript throws the error ...
1
vote
1answer
224 views

facebook api issue in ie8 [duplicate]

Possible Duplicate: fb:serverfbml won’t render on Opera and IE facebook funpage api working all browser but not working in IE8. I have tried the following attempts but not succeeded any ...
1
vote
0answers
236 views

Facebook “Likebox” plugin is not working properly on IE8

I am facing problem with Facebook "Likebox" plugin in IE8 browser. When a fresh page having Facebook data loads on IE8, It shows all business feeds but vertical scroll bar is missing. So the user is ...
1
vote
0answers
330 views

“Unknown runtime error” in IE

I'm using Facebook JS SDK and it's working perfectly in all browsers except Internet explorer 7/8 (of course). Console outputs the following error: Unknown runtime error: all.js, line 128 ...
1
vote
1answer
561 views

Facebook comments widget over HTTPS/SSL security warning in IE7 & IE8

I am attempting to add the Facebook comments widget to a page that is being served over SSL/HTTPS. The widget works fine, but when I attempt to load the page in IE7 or IE8, I get a "mixed content" ...
2
votes
0answers
526 views

Google Chrome Frame and Facebook Javascript SDK - Cannot login

On the example below i have an html page with the javascript code needed to login to facebook. On the i have the Google Chrome Frame meta tag that makes the page run with google chrome frame. If you ...
0
votes
0answers
368 views

Error #2032 Using Facebook AS3 SDK in IE8

I've been asked to upload a photo to Facebook through Flash (AS3), I'm using the Facebook SDK for AS3. and all works great untill testing in IE8 (actuall client, not IE9 in IE8 mode) I keep getting ...
0
votes
0answers
210 views

Facebook application appears blank in ie8

I've created a FB page tab. Everything works great, but there is an issue in ie8. My page appears blank. I've tried this solution (in Global.asax): HttpContext.Current.Response.AddHeader("p3p", ...
0
votes
1answer
261 views

CSS margin change on div:hover in IE8 and 9 not working correctly with facebook like box, jumps sporadically

We have a slide out CSS box that we use on our website, and when we inserted the facebook like box into the div container that slides, it acts very sporadic in IE8. The CSS code used is: ...
0
votes
0answers
72 views

Right bottom Corner in FB Canvas App - jQuery FadeIn IE8

I am developing an FB app and came across the usual difficulties if fading transparent elements in IE8, but that is not the problem here - already solved that. The FadeIn goes smoothly except for the ...
0
votes
2answers
2k views

Errors in IE 8 from connect.facebook.net/en_US/all.js caused by credits callback

Setup: Got a working facebook app and am correctly setup for facebook credits transactions (i.e. everything on the serverside is working fine). In Firefox and chrome transactions complete without ...
2
votes
4answers
2k views

FB Share button Javascript error in IE8

I am getting a javascript error for the FB Share button only in IE8. This started after the old Share button was disabled and subsequently re-enabled (see Facebook Share button: is it officially ...
1
vote
0answers
524 views

Facebook plugin ie8 and ie7 SEC7111: HTTPS security is compromised by https://www.facebook.com/plugins/comments.php

Does anyone get this error : SEC7111: HTTPS security is compromised by https://www.facebook.com/plugins/comments.php In IE8 and IE7 when implimenting Facebook comments plugin: <html lang="en" ...
0
votes
1answer
397 views

facebook App with PHP SDK cannot get User ID in IE 8

In my facebook App, I am submitting the form to the same page. After submitted, I will check the user is logged in by getUser(). If a user id can be got, POST data will be stored to database. The ...
0
votes
0answers
364 views

CSS drop down menu not working in iframe for ie8 and lower

Developing a Facebook tab for a fan page using a static iframe app by WooBox. Can't use JS because of Facebook's security settings. My CSS dropdown menu's aren't working within the iframe for ie8 and ...
1
vote
1answer
465 views

Facebook Icon is not clickable in Internet Explorer 8

I am unable to click the FaceBook Icon in Internet Explorer - 8 and 9. Here is my JsFiddle . It is working fine in IE(7) and FF. Mark Up <div style="z-index: 1000;" class="footershareBox"> ...
0
votes
1answer
997 views

Choosing between Facebook iframe scrollbar or page cut off halfway

I have an iframe tab in facebook. I used "overflow:hidden" in the body tag and this code at the bottom of my page: <div id="fb-root"></div> <script type="text/javascript"> ...
0
votes
1answer
77 views

I don't get session,when I use IE [closed]

I make Facebook api by PHP.I'd like to use session,but when I move next page of facebook,I eliminate session.I dont understand why it eliminates.It happens only IE.Firefox OK.
0
votes
1answer
284 views

Facebook Registration : does not work with IE8

I'm trying to setup Facebook registration. It works for Chrome/Safari/Firefox but it does not work with IE8. Here is the issue : go to ...
0
votes
1answer
980 views

FB.Canvas.setAutoGrow() throwing JavaScript error in IE7 and IE8

not sure if anyone is able to answer this, but I run about 45 facebook pages and I'm having trouble with just one of them. When trying to use FB.Canvas.setAutoGrow() The page resizing works ...
0
votes
2answers
1k views

FB.login Error in Internet Explorer

I am using connect-js (FB.login) to login users to share my page, in standard way. In all normal browsers (chrome, firefox, opera) it pops up a window with permissions request (everything is fine). ...
4
votes
1answer
5k views

Facebook JavaScript SDK FB.Canvas.setSize and setAutoGrow not working in IE7/8

Currently I'm testing a Facebook tab page. I am using the JavaScript SDK with the recommended async init method: window.fbAsyncInit = function() { FB.init({ appId : app_id, ...
3
votes
2answers
2k views

Facebook Page Tab Blank in Internet Explorer 8

I've developed a Facebook page tab that doubles up as a website style app: http://www.facebook.com/pages/ECSid/246158322109906?sk=app_249322331789747 When you visit this app on Chrome, Firefox or ...
3
votes
0answers
2k views

This content cannot be displayed in a frame - IE 8 - Facebook App [closed]

I have an iframe app but the links is throwing that error: "This content cannot be displayed in a frame". Only in IE 8. All the other browsers are fine. I read about the X-Frame-Options but I think I ...
2
votes
2answers
2k views

“FB is undefined” Error for IE8

I have created a request dialog on Facebook, and it works very good in Firefox and Chrome, but in IE8, it gives me the error: FB is undefined. Kindly find below the code I used. <html ...
0
votes
1answer
310 views

Graph Api Explorer Not Working in IE8 [closed]

I'm using the Graph API Explorer to help debug my app. All I'm doing is calling /me/, but this does not seem to be working in IE7 & 8. ...
0
votes
2answers
2k views

Making Facebook Like button iFrame background transparent over flash in IE8

Been trying to float FB Like button iFrame over flash content, used allowTransparency and works nicely in FF and Chrome, but in IE8 the iFrame still has a white background, I use swfobject to load the ...
0
votes
0answers
947 views

Facebook-Connect issue on IE - Permission Denied

I'ts been a long time now that i'm trying to fix this problem. I'm using facebook connect in my site, using jQuery and i'm getting error mssages in Internet Explorer 8 and 7 (IE9 is ok) saying ...
2
votes
3answers
3k views

IE8 only : Facebook Like Box Not Displaying

So i've got a problem like many others : Facebook Like Box is not diplaying in IE8 (IE7 OK). I found many posts about that, tried all solutions but did not succed... IE8 message : FB.FBXML Null or not ...
0
votes
1answer
341 views

Facebook like pop up appears and dissapears (and works after second click) [closed]

I'm having a problem in the latest Firefox(6) and Internet explorer 8. When i click the like button the "post with a comment" box appears and then disappears immediately. The funny thing is that when ...
0
votes
1answer
830 views

Publishing non English text via “http://www.facebook.com/dialog/feed” gives gibberish letters in IE8 only

Publishing non English text via "http://www.facebook.com/dialog/feed" gives gibberish letters In IE8. Works great in Firefox, Chrome,Safari...can anyone confirm ?
1
vote
1answer
608 views

PHP Session with GET having problem with IE8 and Facebook application

I am developing a facebook app. I was using Sessions with cookies and it was all working fine. Suddenly IE8 has some errors with cookies. It was blocking my site because it was in iframe. So I came to ...
2
votes
1answer
1k views

FB.init in IFrame cause to infinite loop at IE8 and after sometime to Flash error message

I am not using any Flash at my application. The code that cause the issue is the simplest one that you can find at the end. I configured my application to work in IFrame exactly as it mentioned at ...
13
votes
3answers
1k views

javascript is not working in ie8

I have used a fb script to increase a size of canvas. Here is the code.. <div id="fb-root"></div> <script type="text/javascript"> window.fbAsyncInit = function () { ...
0
votes
0answers
604 views

FBML like button & EOT font rendering in Internext Explorer

I have posted a previous question related to this, but the problem is still nagging and I have a number of new pieces of information, so I'm starting a new question to make things clearer. The basic ...
2
votes
2answers
1k views

Facebook permissions in IE Causing infinite facebook loop

I am trying to get permissions for a facebook app I am making, but every time I try to run the app in IE8 I cannot get the permissions box to show up. I have tested the app in firefox and it can open ...
1
vote
1answer
959 views

Code igniter on IE, in a facebook application and my refreshing woes

I've got a FB app (PHP/codeigniter).. works great.. woo. However, in IE, it refreshes and refreshes over and over. Chrome and the Fox are fine. I'll include my connection class below, but basically, ...
2
votes
2answers
3k views

Strange facebook iframe app problem only in IE (I am using IE8)

I am having same problem with facebook iframe based application in IE8, breaking layout is another thing but problem what I am having is show so small portion of app. It once shows the app and then ...
1
vote
0answers
633 views

Iframe facebook application redirecting problem on Internet Explorer

I have a so strange problem in my app. My app is iframe app performs Facebook authentication through OAuth in c#. It works fine on every browser except IE8, it sometimes works fine and sometimes does ...
2
votes
2answers
1k views

IE8 fbml like button and eot (font embedding)

I have issue with one of site that I developing. Situation is like this: I'm using @font-face generated at fontsquirrel.com, and in every browser, except for IE8 it works fine. In the beginning it ...
4
votes
1answer
432 views

Facebook page design is not working in IE8

We have designed a face book page.It is working fine in all browser including IE7 but it is not working in IE8.We checked then we got if we run our code outside the face book page it works in IE8 but ...
1
vote
2answers
823 views

Facebook Javascript SDK results in XSS block on IE8 during stream publish

We recently switched our facebook js code to use the new javascript SDK. Previously stream publish would share to the user's wall correctly in all browsers, but with the new js, any stream publish ...

1 2