Joining you guys here in having the same connection error since today. I hope this is being resolved soon. Thanks.
Dear all,
meanwhile I found a workaround for my issue by adjusting the code in shariff/shariff.php line 1023 as following:
$share_title = rawurlencode( wp_strip_all_tags( html_entity_decode( get_the_title() . ‘ | ‘ . get_bloginfo(), ENT_COMPAT, ‘UTF-8’ ) ) );
I’ve adjusted the share title and added a separator + blog name to it.
There may be better ways to do this but at least it’s working for me now.
Also what would be nice to have but don’t know where to code this is the ability to have the separator as a variable in the shariff options and also to have a checkbox for short (default) or long format (incl. the blog name).
If that adjustment is also interesting for others maybe it finds its way into the official code of the next release?
Cheers
Homey