Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1099238

    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

    #1099519

    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

    #1099578

    No if you look inside a post I have removed it there is only linkedin Fb and Twitter

    #1100201

    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

    #1100470

    Sure I have reactivated the sharebutton so you can see it yourself

    #1100938

    HiArcatech,

    Please have a look at this thread:

    Best regards,
    Victoria

    #1102153

    Thanks, that’s worked

    #1102243

    Hi Arcatech,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.