Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1115598

    Hi,

    I could not find solution for adding custom share link. I need to add messenger icon and FB url with send argument. I found on forum this one
    /*
    * Add items on the social share section
    */

    add_filter(‘avia_social_share_link_arguments’, ‘avia_add_social_share_link_arguments’, 10, 1);
    function avia_add_social_share_link_arguments($args)
    {
    $args[‘Messenger’] = array(“encode”=>true, “encode_urls”=>false, “pattern” => “https://www.facebook.com/dialog/send?app_id=2110525345925438&link=%5Bpermalink%5D&redirect_uri=%5Bpermalink%5D”);
    return $args;
    }

    But this is not exactly what i am looking for

    How can i add custom share link with custom URL adress and also custom icon image?

    Jakub

    #1115892

    Hey Jakub,

    Please have a look at our docs here:

    Best regards,
    Victoria

    #1116070

    Hi Victorie,

    thanks for sharing link it was helpful

    Jakub

    #1116120

    Hi,
    Glad Victoria could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1116229

    Hi Mike,

    yes, close it :-)

    Have a great day

    Jakub

    #1116356

    Hi Jakub,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add custom share link to post page (resp. product detail page)’ is closed to new replies.