I quickly hacked into the code to disable this, by editing file tawkto.php, starting in line 260 :
public function print_embed_code() {
if ( current_user_can('administrator') ) {
return false;
}
[...]
}
Hopefully offical developpers will add this as an option at some point.
-
This reply was modified 5 years, 5 months ago by Stan Ozier.