<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Add social network - General Discussions				            </title>
            <link>https://wpforo.com/community/general-discussions/add-social-network/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 10 Mar 2026 13:15:43 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Add social network</title>
                        <link>https://wpforo.com/community/general-discussions/add-social-network/paged/2/#post-26672</link>
                        <pubDate>Sun, 05 May 2019 18:23:27 +0000</pubDate>
                        <description><![CDATA[Hi Robert, I tried to do what you described and it worked for one icon (I changed Skype to Instagram succesfully).HOWEVER: I&#039;m trying to do the same thing for the Google+ icon to convert it ...]]></description>
                        <content:encoded><![CDATA[<p>Hi Robert, I tried to do what you described and it worked for one icon (I changed <strong>Skype to Instagram</strong> succesfully).</p><p><strong>HOWEVER:</strong> I'm trying to do the same thing for the <strong>Google+</strong> icon to convert it <strong>to Youtube</strong> icon, but it when I write the code twice in the functions.php , it doesn't work for the second icon change. I still see the Google+ icon there. What I did is: <strong>I wrote the code you provided two times</strong> <strong>in the functions.php</strong>, by changing the approriate places as you described, but it doesn't change the second icon. Can't I use this code twice in the functions.php for changing more than one icons?</p><p>Here is what I wrote: (What am I doing wrong?) </p><p>-------------------------------------------------------------</p><p>function wpforo_change_social_field_icon( $fields ){</p><p> //Field name</p><p> $field = '<span style="color: #ff0000"><strong>skype</strong></span>';</p><p> //Font-Awesome icon class  http://fontawesome.io/icons/</p><p> $icon = '<strong><span style="color: #ff0000">fab fa-instagram</span></strong>';</p><p> if( !empty($fields) &amp;&amp; isset($fields)) $fields = $icon;</p><p> return $fields;</p><p>}</p><p>add_filter( 'wpforo_member_after_init_fields', 'wpforo_change_social_field_icon' );</p><p> </p><p>function wpforo_change_social_field_icon( $fields ){</p><p>//Field name</p><p> $field = '<strong><span style="color: #ff0000">gtalk</span></strong>';</p><p> //Font-Awesome icon class  http://fontawesome.io/icons/</p><p> $icon = '<span style="color: #ff0000"><strong>fab fa-youtube-square</strong></span>';</p><p> if( !empty($fields) &amp;&amp; isset($fields)) $fields = $icon;</p><p> return $fields;</p><p>}</p><p>add_filter( 'wpforo_member_after_init_fields', 'wpforo_change_social_field_icon' );</p><p> --------------------------------------------------------</p><p> </p><p>When I write like this, functions.php gives error when saving, saying:</p><p>"<em>Cannot redeclare wpforo_change_social_field_icon() (previously declared in wp-content/themes/Avada/functions.php:12)</em>"</p><p>How can I change both of the icons? </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>uckun</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/add-social-network/paged/2/#post-26672</guid>
                    </item>
				                    <item>
                        <title>RE: Add social network</title>
                        <link>https://wpforo.com/community/general-discussions/add-social-network/paged/2/#post-23760</link>
                        <pubDate>Thu, 21 Feb 2019 18:36:42 +0000</pubDate>
                        <description><![CDATA[Hi there - I posted a similar question in the thread atfound this thread and am wondering if the steps shown here will add the additional social media icons I&#039;m looking for in the area benea...]]></description>
                        <content:encoded><![CDATA[<p>Hi there - </p><p>I posted a similar question in the thread at https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-display-member-social-icons-under-member-name-in-forums/</p><p>I found this thread and am wondering if the steps shown here will add the additional social media icons I'm looking for in the area beneath a member avatar in posts. </p><p>I understand the directions here. I created a child of our Wordpress theme, and put the code above in the function.php file. I also have the MemberFields Addon, so went into that AddOn to change the fields (AIM to Instagram and MSN to Pinterest), but unfortunately, this didn't work. The icons in the member profile page didn't change either (even though I changed the Font Awesome icon in the code posted above). </p><p>Currently, only Facebook and Twitter show as icons under a member avatar within a post. I thought maybe the steps above would allow me to add the other two icons in this space - but I guess not. </p><p>Does anyone have other ideas on how this can be accomplished? </p><p>I am not a developer - just know enough to get around inside the editor files and can follow direction. ;-) </p><p>Thanks for any tips on this!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>thedrawingboard</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/add-social-network/paged/2/#post-23760</guid>
                    </item>
				                    <item>
                        <title>RE: Add social network</title>
                        <link>https://wpforo.com/community/general-discussions/add-social-network/paged/2/#post-20803</link>
                        <pubDate>Tue, 06 Nov 2018 13:34:37 +0000</pubDate>
                        <description><![CDATA[Hi annabwashereThe code provided in this post just changes appropriate icons of these fields. The phrases you can change from Dashboard &gt; Forums &gt; Phrases admin page. Please check out ...]]></description>
                        <content:encoded><![CDATA[<p>Hi annabwashere</p><p>The code provided in <a href="https://wpforo.com/community/general-discussions/add-social-network/#post-12815" target="true">this post</a> just changes appropriate icons of these fields. The phrases you can change from Dashboard &gt; Forums &gt; Phrases admin page. </p><p>Please check out the <a href="https://gvectors.com/product/wpforo-user-custom-fields/" target="true">wpForo – User Custom Fields</a> paid addon, that allows to manage default profile fields and add new custom profile fields.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/add-social-network/paged/2/#post-20803</guid>
                    </item>
				                    <item>
                        <title>RE: Add social network</title>
                        <link>https://wpforo.com/community/general-discussions/add-social-network/#post-20794</link>
                        <pubDate>Tue, 06 Nov 2018 11:30:04 +0000</pubDate>
                        <description><![CDATA[Do we do this for every social network we need to change?For example, I am changing AIM for Instagram, ICQ for Flickr and MSN for YouTube.I have done it for Instagram already, but when filli...]]></description>
                        <content:encoded><![CDATA[<p>Do we do this for every social network we need to change?</p><p>For example, I am changing AIM for Instagram, ICQ for Flickr and MSN for YouTube.</p><p>I have done it for Instagram already, but when filling out the field, it doesn't ask for a URL so the result isn't a link (like the Twitter field).</p><p>And how do we remove the other fields we don't need?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>annabwashere</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/add-social-network/#post-20794</guid>
                    </item>
				                    <item>
                        <title>RE: Add social network</title>
                        <link>https://wpforo.com/community/general-discussions/add-social-network/#post-12935</link>
                        <pubDate>Mon, 18 Dec 2017 20:11:11 +0000</pubDate>
                        <description><![CDATA[The functions.php file is not the same for all themes, the content code is different, but all extra codes people insert in functions.php file. Just click on line #4, copy the code and paste ...]]></description>
                        <content:encoded><![CDATA[<p>The functions.php file is not the same for all themes, the content code is different, but all extra codes people insert in functions.php file. Just click on line #4, copy the code and paste there. Then save it and check. If you doubt, just send admin login details to supportgvectors.com email address, we'll do that for you.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/add-social-network/#post-12935</guid>
                    </item>
				                    <item>
                        <title>RE: Add social network</title>
                        <link>https://wpforo.com/community/general-discussions/add-social-network/#post-12928</link>
                        <pubDate>Mon, 18 Dec 2017 19:21:39 +0000</pubDate>
                        <description><![CDATA[I did not understand.Where should I insert the code?Installed topic News Magazine 
nm.jpg]]></description>
                        <content:encoded><![CDATA[<p>I did not understand.<br />Where should I insert the code?<br />Installed topic News Magazine (http://themedemo.web-dorado.com/theme-newsmagazine/)<br /><br /></p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1513624899-nm.jpg" target="_blank"><i class="fa fa-paperclip"></i>nm.jpg</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>zetmouse</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/add-social-network/#post-12928</guid>
                    </item>
				                    <item>
                        <title>RE: Add social network</title>
                        <link>https://wpforo.com/community/general-discussions/add-social-network/#post-12815</link>
                        <pubDate>Tue, 12 Dec 2017 22:44:01 +0000</pubDate>
                        <description><![CDATA[For example you change AOL IM to Vkantacte.$field = &#039;aim&#039;;For example you change ICQ to Vkantacte.$field = &#039;icq&#039;;You should add a small code in wpForo Field hook. Navigate to Dashboard &gt; ...]]></description>
                        <content:encoded><![CDATA[<p>For example you change AOL IM to Vkantacte.</p><p><span style="color: #ff0000">$field = 'aim';</span></p><p>For example you change ICQ to Vkantacte.</p><p><span style="color: #ff0000">$field = 'icq';</span></p><p>You should add a small code in wpForo Field hook. Navigate to Dashboard &gt; Appearance &gt; Editor and put this code in functions.php file of your active child theme's functions.php file. If it doesn't have child theme put it in current theme functions.php file.</p><p>I'd also recommend use <a href="https://wordpress.org/plugins/wp-editor/" target="true">WP Editor</a> plugin instead of WordPress native editor. The native editor sometimes doesn't save changes. Just install <a href="https://wordpress.org/plugins/wp-editor/" target="true">WP Editor</a> then navigate to the same page and put this code as described above.</p><pre>function wpforo_change_social_field_icon( $fields ){<br /> //Field name<br /> <span style="color: #ff0000">$field = 'aim';</span><br /> //Font-Awesome icon class http://fontawesome.io/icons/<br /> $icon = 'fa-vk';<br /> if( !empty($fields) &amp;&amp; isset($fields)) $fields = $icon;<br /> return $fields;<br />}<br />add_filter( 'wpforo_member_after_init_fields', 'wpforo_change_social_field_icon' );</pre><p> </p><p>https://wpforo.com/wp-content/uploads/2017/12/2017-12-13_0238.png</p><p> </p><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/add-social-network/#post-12815</guid>
                    </item>
				                    <item>
                        <title>RE: Add social network</title>
                        <link>https://wpforo.com/community/general-discussions/add-social-network/#post-12812</link>
                        <pubDate>Tue, 12 Dec 2017 22:09:38 +0000</pubDate>
                        <description><![CDATA[And how to replace the icon?]]></description>
                        <content:encoded><![CDATA[<p>And how to replace the icon?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>zetmouse</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/add-social-network/#post-12812</guid>
                    </item>
				                    <item>
                        <title>RE: Add social network</title>
                        <link>https://wpforo.com/community/general-discussions/add-social-network/#post-12810</link>
                        <pubDate>Tue, 12 Dec 2017 21:22:01 +0000</pubDate>
                        <description><![CDATA[I think the easiest way to change one of Social Network to VKONTAKTE, for example in phrase system search for ICQ or AOL IM and change the phrase to Vkontakte. This will be displayed as Vkon...]]></description>
                        <content:encoded><![CDATA[<p>I think the easiest way to change one of Social Network to VKONTAKTE, for example in phrase system search for ICQ or AOL IM and change the phrase to Vkontakte. This will be displayed as Vkontakte field on forum front.<br /><br /></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/add-social-network/#post-12810</guid>
                    </item>
				                    <item>
                        <title>Add social network</title>
                        <link>https://wpforo.com/community/general-discussions/add-social-network/#post-12807</link>
                        <pubDate>Tue, 12 Dec 2017 20:49:38 +0000</pubDate>
                        <description><![CDATA[I&#039;m from Russia.We have a Russian social network VKONTAKTE (vk.com)Can I add this to a member profile?]]></description>
                        <content:encoded><![CDATA[<p>I'm from Russia.<br />We have a Russian social network VKONTAKTE (vk.com)<br />Can I add this to a member profile?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>zetmouse</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/add-social-network/#post-12807</guid>
                    </item>
							        </channel>
        </rss>
		