Frage

I had a fb:likebox that had proper width since last year. However recently suddenly the width of the box went wrong, it became much wider than it was before.

In the HTML source I still see the width="185" setting being there, but it has no effect.

The site can be seen here: http://tinyurl.com/m932dlq

Do you have any idea what might have changed? Did Facebook change something? I haven't found any other similar complaints.

War es hilfreich?

Lösung

Facebook has broken it, but you can revert it by a bit of CSS:

.fb-like-box span, .fb-like-box iframe {
    width: 185px !important;
}

Andere Tipps

Facebook changed the fan box. The minimum width is now 292px. Here's the link for FB Developers

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top