Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #584827
    #585872

    Hi 1webster!

    Thank you for using Enfold.

    Please replace the code with this:

    //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)
    {
    	$xing = array('xing' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://www.xing-share.com/app/user?op=share;sc_p=xing-share;url=[title]&url=[permalink]", 'label' => __("Teile auf Xing",'avia_framework')));
        $args = array_merge($xing, $args);
    	return $args;
    }

    Best regards,
    Ismael

    #585937

    Thanks Isamael,

    I’ve made this meanwhile a litte bit different but this looks better ;)

    Kind regards

    #586598

    Hey!

    Great! Let us know if you need anything else. :)

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Xing in Social Share’ is closed to new replies.