Check on:
https://developers.facebook.com/tools/debug
And paste your blog url article link. The go tag: go:description comes back empty.
When putting something in the header like:
<meta property="og:description" content="<?php echo strip_tags(get_the_excerpt($post->ID)); ?>" />
Then it work's. Maybe you can update this in the plugin :)