Hi,
if I want to use custom word for my share button "text only" in addtoany settings. Is there any way to get localization for this word/text?
I mean, by default you have share/save option (text), but it won't be translatable.
Maybe there is some way to add text to this link (?):
<?php if( function_exists('ADDTOANY_SHARE_SAVE_KIT') ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>
thanks!