Installation of the plugin Disable Gutenberg seems to help https://wordpress.org/plugins/disable-gutenberg/
Jana
I fixed it in file helper-social-media.php with hard code url:
$replace['permalink'] = !isset($this->post_data['permalink']) ? 'http://www.kurzyuzuzy.cz'.get_permalink() : $this->post_data['permalink'];
Jana