Title: Switch icons
Last modified: September 1, 2016

---

# Switch icons

 *  Resolved [bcleave](https://wordpress.org/support/users/bcleave/)
 * (@bcleave)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/switch-icons/)
 * Hi,
 * I want to be able to switch the Google+ icon on the team page to show a link 
   icon (.fa-link in Font Awesome). Is there a way to do this in the plugin code?
 * Thanks!
 * [https://wordpress.org/plugins/tlp-team/](https://wordpress.org/plugins/tlp-team/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [RadiusTheme](https://wordpress.org/support/users/techlabpro1/)
 * (@techlabpro1)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/switch-icons/#post-7475450)
 * Hello,
 * Yes from code you can change this.
 * Go here tlp-team/lib/classes/TPLSupprot.php
 * Thanks
 *  Thread Starter [bcleave](https://wordpress.org/support/users/bcleave/)
 * (@bcleave)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/switch-icons/#post-7475504)
 * 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
 *  Plugin Author [RadiusTheme](https://wordpress.org/support/users/techlabpro1/)
 * (@techlabpro1)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/switch-icons/#post-7475507)
 * change
 * ‘google-plus’ => __(‘Google+’, TLP_TEAM_SLUG)
    to
 * ‘link’ => __(‘Link’, TLP_TEAM_SLUG)
 * Thanks
 *  Thread Starter [bcleave](https://wordpress.org/support/users/bcleave/)
 * (@bcleave)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/switch-icons/#post-7475513)
 * Thanks. I did that earlier but the g+ icon is still showing. Do I need to change
   something else too?
 *  Plugin Author [RadiusTheme](https://wordpress.org/support/users/techlabpro1/)
 * (@techlabpro1)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/switch-icons/#post-7475557)
 * Can you please send your site url?
 * Thanks
 *  Thread Starter [bcleave](https://wordpress.org/support/users/bcleave/)
 * (@bcleave)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/switch-icons/#post-7475558)
 * Sure its uk.gardencompass.com/the-experts
 * Thanks
 *  Plugin Author [RadiusTheme](https://wordpress.org/support/users/techlabpro1/)
 * (@techlabpro1)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/switch-icons/#post-7475569)
 * 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) ); }
 *  Thread Starter [bcleave](https://wordpress.org/support/users/bcleave/)
 * (@bcleave)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/switch-icons/#post-7475660)
 * Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Switch icons’ is closed to new replies.

 * ![](https://ps.w.org/tlp-team/assets/icon-128x128.gif?rev=2631261)
 * [Team - Team Members Showcase Plugin](https://wordpress.org/plugins/tlp-team/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tlp-team/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tlp-team/)
 * [Active Topics](https://wordpress.org/support/plugin/tlp-team/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tlp-team/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tlp-team/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [bcleave](https://wordpress.org/support/users/bcleave/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/switch-icons/#post-7475660)
 * Status: resolved