Using the Facebook-share HTML5 code, this gives us the following code:
<div class="fb-share-button" data-href="https://developers.facebook.com/docs/plugins/" data-type="button_count"></div>
Is there a way to change the image I like?
I also tried the link option, but there is still no way to add a custom image:
<div class="fb-share-button" data-href="https://developers.facebook.com/docs/plugins/" data-type="link"></div>
source
share