Hello,
This is how i fixed it, for now.. i had the same issue and am waiting for a plugin update.
On wp-content/plugins/easy-social-share-buttons/includes/class-easy-social-share-buttons.php
I commented out line 393 (see below)
if ($image_url) {
//$facebook_share_url .= ‘&picture=’ . rawurlencode( $image_url );
}