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 7 is a web browser developed by Microsoft, released October 2006 for Windows XP and Windows Server 2003.
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" ...
3
votes
1answer
1k views
FB Like button collapsing in IE7
My FB Like button isn't showing up properly in IE7.
It seems to collapse and putting a width of 90px on it does nothing.
This is how it looks:
This is how it looks in modern browsers:
Like I ...
-1
votes
1answer
210 views
Problems with like and send buttons on ie7 and ipad
I'm French web developer, i have 2 bugs to fix for my website, i hope you can help...
I have like button, send button, and comment on my website.
The two problems are :
in IE7 the facebook like ans ...
11
votes
3answers
787 views
IE7 - setAutoGrow doesn't work
I have created a facebook application that I am using inside a tab's iFrame.
I am using the setAutoGrow function of the Javascript SDK to make the iFrame expand until the end of the content.
From my ...
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:
...
1
vote
0answers
523 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" ...
1
vote
2answers
2k views
How to fix distorted ie7 like button?
The issue can be observed here:
It doesn't work on emulated ie7 (ie9 -> developer tools).
I tried with many css settings, but probably not with all of them, as I believe there is some solution for ...
1
vote
0answers
235 views
Facebook comments plugin breaks Internet Explorer 7
I am using following code after body tag:
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
...
3
votes
1answer
406 views
Facebook channelUrl recursion issue in IE7
I'm asynchronously loading the FB JS SDK for a website that features some sharing functionality(sharing articles, videos, photos etc to a user's timeline). Everything works fine for the most part, but ...
0
votes
1answer
317 views
FB.init and FB.ui doesn't work in IE7 in Canvas application
Site I'm talking about is here:
https://www.facebook.com/kleenexau/app_295074103899059
If you run it in popular browsers - it works. If you run it in IE7 then it magically stops working. I was ...
1
vote
0answers
99 views
ie7 permission denied canvas_proxy.php
In IE7 I get this javascript error when using my facebook app wich is working on all other browsers...
Im using https.
Does anyone experiencing such problem?
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 ...
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,
...
0
votes
1answer
309 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.
...
1
vote
2answers
1k views
Eternal reloading page with Internet Explorer
I've got a problem with my FB apps with Internet Explorer 7.
I'm using this piece of code, provided by FB some time ago :
$auth_url = "http://www.facebook.com/dialog/oauth?client_id="
. ...
4
votes
1answer
753 views
Facebook channelUrl set but connect still shows blank window in IE7
I'm facing one odd Facebook connect issue, I've set up the FB.init method with correct params as mentioned in the FB developer docs - http://developers.facebook.com/docs/reference/javascript/FB.init/
...
3
votes
3answers
660 views
FB Like button issue in IE 7
I have a strange issue with FB Like button integration in IE 7. A picture is worth a thousand words: http://i56.tinypic.com/140ajv9.png.
As you can see, FB buttons overlap dropdown menu when it is ...
2
votes
3answers
848 views
Should be a simple IE7 css fix, but I can't figure it out
Check out http://campbellcustomcoatings.com/ in something other than IE7, then in IE7. You can see that in IE7, the facebook like button is more to the right and up. I'd like to push it down in IE7 as ...
3
votes
1answer
674 views
Facebook - Permissions Dialog on IE7
This works well in Chrome/Safari/Firefox etc. But I can't get it working in IE7. Any ideas?
I have a cross-domain channel set up, and that seems to be working elsewhere.
I bring up a permissions ...
0
votes
2answers
4k views
Facebook iFrame application — IE7 not allowing cookies
I know this topic has been covered extensively, but I am totally stuck and in need of some direction and new opinions. I have a Facebook iFrame application that works perfectly in IE6,8, Safari, ...
7
votes
1answer
7k views
Why FB.getLoginStatus doesn't work in IE7?
I am using FB.getLoginStatus for an application in Facebook. This works fine in all the browsers, including IE8. But it doesn't work for IE7. My code is:
FB.getLoginStatus(function(response) { ...
0
votes
1answer
91 views
Autocompletefb working fine in mozilla but not in IE7
Could you please suggest a debugging tool for browser issues?
