I do not know that plugin but as far as that on github is the actual version You just would have to add the nested class for Your button:
qa-share-button qa-share-button-'.$key.'
in Your case add to the css file:
.qa-share-button .qa-share-button-facebook {width:100px;}
or the width You need.
This should do the trick..