Does this happen in a brand new, default style?
Announcement
Collapse
No announcement yet.
Facebook Connect problem with IE9
Collapse
X
-
-
The changes Facebook made end 2012 – beginning 2013 make Facebook Connect in vBulletin incompatible. The Publish to Facebook feature in vBulletin posting no longer works in all browsers. It worked for me up until the first week of January 2013.
Facebook has some problems now (as always) I post directly on my Profile page; sometimes, the messages are delayed; other times they seem to be deleted, then they reappear mysteriously!
I checked my Facebook development area, the settings, and the Facebook settings in my vBulletin AdminCP. Everything is as should be.
There was another Facebook incompatibility problem in vBulletin – it was fixed in version 4.0.7. Maybe another fix is needed.
Ion Saliu
Forums: Lottery, Lotto, Gambling, Software, Systems
Comment
-
Originally posted by terrymason View PostHas anyone been able to fix this? It doesn't even work on vbulletin.com
How I see this site in IE
[ATTACH=CONFIG]64067[/ATTACH]
and in Chrome
[ATTACH=CONFIG]64068[/ATTACH]Former vBulletin user
Comment
-
Originally posted by Amaury25 View PostAre you running the latest version of Internet Explorer? The latest version is Internet Explorer 10.
Comment
-
It doesn't work on Internet Explorer 9 OR 10 so upgrading to 10 makes no difference.
Comment
-
Originally posted by olijo View Postfixed the problem by doing this : Edit/clientscript/vbulletin_facebook.jsCode:if(is_ie)
Code:is_ie && YAHOO.env.ua.ie < 10
Thank you.
Comment
-
I admit I didn't really know what I was doing but I tried changing the code toCode:is_ie && YAHOO.env.ua.ie < 8
In version 4.2.1 the codeCode:IS_IE
Comment
-
There is a mention for:
Code:;var A=((YAHOO.env.ua.ie>0)
I dare not mess with it on a production site but confirm that this problem has existed ever since Facebook adopted some major changes months ago.
Maybe get the code from the original 4.2.0 vbulletin_facebook.js and bring it back with your conditional? Obviously this would not be supported, but it may resolve it, at least somewhat.
-
Related Topics
Collapse
-
by Anton Rahmanwhen setting up Facebook Connect for vbulletin, is it advisable to hit the submit for review button ?
we have seen some contradicting advises for that matter , any confirmed experts advice...-
Channel: Support Issues & Questions
Tue 19 Jun '18, 9:27am -
Comment