I solved this problem setting dynamically the open graph tags of facebook.
If you don’t know how to do it this may give you a little help: http://www.hongkiat.com/blog/facebook-open-graph-wordpress/
Hi
I solve the problem editing the sociable.css that you can find inside the plugin folder at css folder.
Look inside the sociable.css for the code:
#Facebook_Counter iframe{
width:76px !important;
}
and comment like this:
#Facebook_Counter iframe{
/*width:76px !important;*/
}
Best regards,