<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: How to Display Author&#8217;s Twitter and Facebook on the Profile Page</title>
	<atom:link href="http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: stephane.falzon</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/comment-page-1/#comment-123289</link>
		<dc:creator>stephane.falzon</dc:creator>
		<pubDate>Sun, 18 Sep 2011 23:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1156#comment-123289</guid>
		<description>I try but it did not work and now it&#039;s good. I do not understand why, but thx.</description>
		<content:encoded><![CDATA[<p>I try but it did not work and now it&#8217;s good. I do not understand why, but thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpbeginner</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/comment-page-1/#comment-123261</link>
		<dc:creator>wpbeginner</dc:creator>
		<pubDate>Fri, 16 Sep 2011 18:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1156#comment-123261</guid>
		<description>@stephane.falzon  You can just add another line that says:$contactmethods[&#039;skype&#039;] = &#039;Skype&#039;;</description>
		<content:encoded><![CDATA[<p>@stephane.falzon  You can just add another line that says:$contactmethods['skype'] = &#8216;Skype&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephane.falzon</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/comment-page-1/#comment-123258</link>
		<dc:creator>stephane.falzon</dc:creator>
		<pubDate>Fri, 16 Sep 2011 17:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1156#comment-123258</guid>
		<description>Hi, first of all really thanx for your help!

Secondly, I try to add more field like &#039;skype ID&#039; but I can&#039;t add another.

I had to change one of the two field.

How I can do?

Thx</description>
		<content:encoded><![CDATA[<p>Hi, first of all really thanx for your help!</p>
<p>Secondly, I try to add more field like &#8216;skype ID&#8217; but I can&#8217;t add another.</p>
<p>I had to change one of the two field.</p>
<p>How I can do?</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erwin.pouli</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/comment-page-1/#comment-122135</link>
		<dc:creator>erwin.pouli</dc:creator>
		<pubDate>Fri, 15 Jul 2011 10:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1156#comment-122135</guid>
		<description>I add custom user field with this code:&lt;br/&gt;&lt;br/&gt;function my_custom_userfields( $contactmethods ) {   &lt;br/&gt;&lt;br/&gt;$contactmethods[&#039;keyword_usr&#039;] = &#039;Keyword&#039;;  &lt;br/&gt;&lt;br/&gt;return $contactmethods;&lt;br/&gt;&lt;br/&gt;}&lt;br/&gt;&lt;br/&gt;add_filter(&#039;user_contactmethods&#039;,&#039;my_custom_userfields&#039;,10,1);&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;BUT it save the record with stripped html tag!  how can i remove a strip tag filter?&lt;br/&gt;&lt;br/&gt;i want save record allow html code.&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;For description profile i finded this code:&lt;br/&gt;&lt;br/&gt;remove_filter(&#039;pre_user_description&#039;, &#039;wp_filter_kses&#039;);&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;but for a new custom user field as &#039;Keyword&#039;, how can i solved?&lt;br/&gt;&lt;br/&gt;thx and congrat for your blog!&lt;br/&gt;&lt;br/&gt;Trau</description>
		<content:encoded><![CDATA[<p>I add custom user field with this code:</p>
<p>function my_custom_userfields( $contactmethods ) {   </p>
<p>$contactmethods['keyword_usr'] = &#8216;Keyword&#8217;;  </p>
<p>return $contactmethods;</p>
<p>}</p>
<p>add_filter(&#8216;user_contactmethods&#8217;,'my_custom_userfields&#8217;,10,1);</p>
<p>BUT it save the record with stripped html tag!  how can i remove a strip tag filter?</p>
<p>i want save record allow html code.</p>
<p>For description profile i finded this code:</p>
<p>remove_filter(&#8216;pre_user_description&#8217;, &#8216;wp_filter_kses&#8217;);</p>
<p>but for a new custom user field as &#8216;Keyword&#8217;, how can i solved?</p>
<p>thx and congrat for your blog!</p>
<p>Trau</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thegooch</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/comment-page-1/#comment-121514</link>
		<dc:creator>thegooch</dc:creator>
		<pubDate>Mon, 27 Jun 2011 14:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1156#comment-121514</guid>
		<description>What is the plugin&#039;s name? I&#039;d like to use it</description>
		<content:encoded><![CDATA[<p>What is the plugin&#8217;s name? I&#8217;d like to use it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/comment-page-1/#comment-114134</link>
		<dc:creator>Shannon</dc:creator>
		<pubDate>Thu, 19 May 2011 00:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1156#comment-114134</guid>
		<description>seems it filtered out the code:

echo the_author_meta(&#039;twitter&#039;);

remember, this code needs to be enclosed in:



just remove the spaces between .

I don&#039;t know how to post the code properly...</description>
		<content:encoded><![CDATA[<p>seems it filtered out the code:</p>
<p>echo the_author_meta(&#8216;twitter&#8217;);</p>
<p>remember, this code needs to be enclosed in:</p>
<p>just remove the spaces between .</p>
<p>I don&#8217;t know how to post the code properly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/comment-page-1/#comment-114132</link>
		<dc:creator>Shannon</dc:creator>
		<pubDate>Thu, 19 May 2011 00:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1156#comment-114132</guid>
		<description>Here is the code I used to properly retrieve and post the authors Twitter account:



I was having difficulty with the other method used in the post...ie, nothing was returned...the bit of code I included above did the trick.

NOTE: I simply list the twitter account as &quot;@WHATEVERYOURTWITTERNAMEIS&quot; in the user/author setup page in WP...and then I incorporated the Twitter @anywhere hovercard to get an awesome effect.  I use it in all of my Author Bio boxes for each post.</description>
		<content:encoded><![CDATA[<p>Here is the code I used to properly retrieve and post the authors Twitter account:</p>
<p>I was having difficulty with the other method used in the post&#8230;ie, nothing was returned&#8230;the bit of code I included above did the trick.</p>
<p>NOTE: I simply list the twitter account as &#8220;@WHATEVERYOURTWITTERNAMEIS&#8221; in the user/author setup page in WP&#8230;and then I incorporated the Twitter @anywhere hovercard to get an awesome effect.  I use it in all of my Author Bio boxes for each post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/comment-page-1/#comment-98177</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Fri, 15 Apr 2011 20:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1156#comment-98177</guid>
		<description>If / Then statement are basics of PHP. This tutorial was added for developers. We would recommend looking at the PHP Tutorials site.</description>
		<content:encoded><![CDATA[<p>If / Then statement are basics of PHP. This tutorial was added for developers. We would recommend looking at the PHP Tutorials site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/comment-page-1/#comment-98088</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Fri, 15 Apr 2011 18:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1156#comment-98088</guid>
		<description>Could you elaborate on how to write the if then statement for this?</description>
		<content:encoded><![CDATA[<p>Could you elaborate on how to write the if then statement for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-display-authors-twitter-and-facebook-on-the-profile-page/comment-page-1/#comment-77296</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Thu, 10 Feb 2011 14:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1156#comment-77296</guid>
		<description>where in the theme function page should i place this code??</description>
		<content:encoded><![CDATA[<p>where in the theme function page should i place this code??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-10 01:25:48 -->
