Search code examples
facebookfacebook-social-pluginsfacebook-likebox

Why does the Like-Box social plugin ignore data-width attribute lower than 292?


I have on my website google like box for our facebook page. I use this setting

<div class="fb-like-box" data-href="http://www.facebook.com/pages/valka_cz/120204797463" 
data-width="250" data-height="350" data-show-faces="true" 
data-stream="false" data-header="false">

it was working ok for months, but today, the FB box is much wider, flowing over to rest of the page. Chrome says the width of the box is 292, it ignores the 250 width setting from the data-width attribute. I tried to regenerate the code from Facebook, got the same, so there is nothing changed in the syntax.

When I turn the faces off, the width of the box is ok, 250. But I want the faces there ... :)

Any ideas what might be wrong ?


Solution

  • Yep, it was a big surprise this morning but... The minimal width for Facebook Likebox now is 292px... http://developers.facebook.com/docs/reference/plugins/like-box/ It's always a pleasure...