This will involve a code change. I have a quick workaround for you.
In /libraries/sourcecoast/openGraphPlugin.php, around line 505, replace this line
$message = $this->getAutopostMessage($objectType, $articleId);
with
$message = htmlspecialchars_decode($this->getAutopostMessage($objectType, $articleId));
It's only been tested minimally, so please tell me if any new problems arise. I will add an issue to the tracker to add this in our next release.
-Melissa