Tagged: whatsapp
Hello!
Thanks for adding WhatsApp to the social share icons. The text on hover “Share on WhatsApp” is not translated like the other social media share icons. It should be translated to “Del med WhatsApp” for Norwegian language, is that something you are in the process of adding?
Hey guttogjente,
Please try adding this at the very end of your themes/child theme’s functions.php file:
// Change social icon tooltip text
function custom_excerpt(){
?>
<script>
jQuery(window).load(function(){
jQuery('li.av-social-link-whatsapp').each(function() {
jQuery(".inner_tooltip").text("New Text Here");
});
});
</script>
<?php
}
add_action('wp_head', 'custom_excerpt');
// End function
For more information about adding custom script please check this link.
Best regards,
Vinay
I added this, but now the translation is wrong again. The correct translation of “Share on WhatsApp” in Norwegian is “Del med WhatsApp”. Could you log in and have a look at it, please?
Hi,
This should be fixed in here – https://kriesi.at/support/topic/yelp-link-shows-up-at-blog/ :)
Best regards,
Yigit