Tagged: linkedin, social sharing
When sharing a post to LinkedIn, the following gets appended to the title of the post which is published –
?mini=true
Please advise.
Hi xyzb!
Thank you for visiting the support forum.
Please edit includes > helper-social-media.php, find this code on line 150:
'linkedin' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?mini=true&url=[permalink]&title=[title]")
Replace it with:
'linkedin' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?amp;url=[permalink]&title=[title]")
Regards,
Ismael
Fixed. Thanks!