I\'m implementing the Facebook Like Button, but I\'m running into some trouble with the width. I\'m using the JavaScript SDK implementation, not the direct iframe.
A
I added this to my CSS:
div.fb-like.fb_iframe_widget > span { width: 100% !important; } div.fb-like.fb_iframe_widget{ width: 100%; }