PDA

View Full Version : Facebook widget problem


ohadpartuck
04-19-2012, 05:15 AM
hi,
My facebook widget has gone crazy and it is displayed wrongly.
you can view this in the main page here http://www.s-maof.com/Forum/
and the bottom of the forum here http://www.s-maof.com/Forum/forum.php

what is going on??

Kraxell
04-19-2012, 05:34 AM
Hey,

i have axactly the same problem and dont find a fix. Think its a problem from facebook. Hope they fix it soon.

ohadpartuck
04-19-2012, 07:12 AM
the thing is that when I try to debug it with "Inspect Element" the widget aligns properly

Kraxell
04-19-2012, 11:16 AM
I have mak a fix:

Open template additional.css

Add at the end

.fb-like-box.fb_iframe_widget {
text-align: left !important;
}

Save.

ohadpartuck
04-19-2012, 12:09 PM
thanks, but I managed just by replacing the code to a new iframe.
thanks anyway.

Kraxell
04-19-2012, 05:23 PM
iframes are bad for searchengines, be careful with that.