Hello,
Yes from code you can change this.
Go here tlp-team/lib/classes/TPLSupprot.php
Thanks
Thanks. What exactly do I need to change to to get the link icon to show? Sorry, I’m a bit of a beginner!
Thanks
change
‘google-plus’ => __(‘Google+’, TLP_TEAM_SLUG)
to
‘link’ => __(‘Link’, TLP_TEAM_SLUG)
Thanks
Thanks. I did that earlier but the g+ icon is still showing. Do I need to change something else too?
Can you please send your site url?
Thanks
Sure its uk.gardencompass.com/the-experts
Thanks
Replace the full function I tested it work
Go here tlp-team/lib/classes/TPLSupprot.php
function socialLink(){
return array(
‘facebook’ => __(‘Facebook’, TLP_TEAM_SLUG),
‘twitter’ => __(‘Twitter’, TLP_TEAM_SLUG),
‘linkedin’ => __(‘LinkedIn’, TLP_TEAM_SLUG),
‘youtube’ => __(‘Youtube’, TLP_TEAM_SLUG),
‘vimeo’ => __(‘Vimeo’, TLP_TEAM_SLUG),
‘link’ => __(‘Link’, TLP_TEAM_SLUG)
);
}