Hi,
I came across the same issue. I fixed it modifying the code in inc/class-tweetability.php.
Add “url” to this line:
var config = ["via", "linkClass", "related"];
so that it becomes:
var config = ["via", "linkClass", "related", "url"];
Great plugin, BTW.