Not showing for me either, but might be related to an undefined jQuery object.
This is the offending line according to IE and Safari... jQuery.event.trigger('fb:init');
JQuery (aggregated via core performance) appears to be loaded right after the facebook javascript chunk. Could that be the issue?
Comments
Comment #1
doublejosh commentedHere's the issue...
I get this error on any page where I've chosen NOT to have the FB Link button AND using IE7.
Same offending line from this block of code (using PHP tags for highlighting)...
Could it be a JQuery version issue? I'm on 1.2.6
Comment #2
doublejosh commentedProblem in Chrome as well.
Comment #3
ferdi commentedDo you still have this issue ?
thanks!
Comment #4
dropbydrop commentedI also have this problem in IE8-9
Comment #5
ferdi commentedIt should be fixed in beta9
Comment #6
wisniewski commentedOn IE7 Facebook like box doesn't show, beta9 only fixes problem with coma in JS.
Comment #7
NETechnics commentedSame problem as #6. Like box block not showing for IE7 and IE8 using beta9. Showing for all other browsers including Chrome, Safari and FF.
Comment #8
NETechnics commentedFixed this by including this declaration in page.tpl.php
xmlns:fb="http://www.facebook.com/2008/fbml">
Like box now shows up in all browsers using beta9.
Comment #9
NETechnics commentedapologies, forgot to add the code tags:
Here is the fix: