I\'m developing a site around the \"responsive design\" concept, but the facebook social plugins are static width and \"break\" the layout when it\'s re-sized.
Using
I managed to make it work by using this code:
.fb-like, .fb-like span, .fb-like.fb_iframe_widget span iframe { width: 100% !important; }
because in my html file I have this:
Tip: You should change your css depending of the div class.