Hello There,
I successfully added in the past a whatsapp share button as suggested in this forum with the following function in functin.php
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
function avia_add_social_share_link_arguments($args) {
$args['whatsapp'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "whatsapp://send?[title]&url=[permalink]", 'label' => __("Condividi su Whatsapp",'avia_framework'));
return $args;}
After the last WP update to 5.2. suddenly the whatsapp links stopped working. The outout is empty.
Is this caused by wordpress or Enfold needs an update too? Do you have any idea how to solve this?
Thanks
Hey Arcatech,
I can still see the Whatsapp icon on your site on my end, are you sure that it’s not a local problem?
Best regards,
Rikard
No if you look inside a post I have removed it there is only linkedin Fb and Twitter
Hi,
Not sure – can u please expalin us what is not working please?
Cause have ou removed the code but could you re-add it so we can see what is wrong?
Best regards,
Basilis
Sure I have reactivated the sharebutton so you can see it yourself
HiArcatech,
Please have a look at this thread:
Best regards,
Victoria
Thanks, that’s worked
Hi Arcatech,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria