tmort / Socialite

Other
1.68k stars 163 forks source link

Facebook button size issue when set to box_count layout #19

Closed webade closed 12 years ago

webade commented 12 years ago

There seems to be an odd layout issue when setting Facebook button to box_count layout. The buttons gets rendered with a 300px x 150px container. Is this a known problem?

dbushell commented 12 years ago

Thanks Adrian, yep this is a known issue I'm currently working to solve. To fix for now set a bit of CSS on the containing element with size/width overflow:hidden.

dbushell commented 12 years ago

Socialite v2 uses XFBML.parse after the initial script has loaded (instead of falling back to an iframe). Should avoid this issue!