<?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/"
		>
<channel>
	<title>Comments on: Display Gravatar &amp; Autofill Fields for Previous Commenter</title>
	<atom:link href="http://digwp.com/2009/12/gravatar-and-auto-fill/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2009/12/gravatar-and-auto-fill/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Tue, 15 May 2012 08:36:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tyler Abell</title>
		<link>http://digwp.com/2009/12/gravatar-and-auto-fill/#comment-3083</link>
		<dc:creator>Tyler Abell</dc:creator>
		<pubDate>Sun, 10 Jan 2010 19:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1063#comment-3083</guid>
		<description>I attempted to implement gravatars into my current theme &quot;WPTypo&quot; by you guys, but I could not get it to work. I took the above code and inserted it into my comments.php but it did not work... any suggestions?</description>
		<content:encoded><![CDATA[<p>I attempted to implement gravatars into my current theme &#8220;WPTypo&#8221; by you guys, but I could not get it to work. I took the above code and inserted it into my comments.php but it did not work&#8230; any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://digwp.com/2009/12/gravatar-and-auto-fill/#comment-2867</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 22 Dec 2009 02:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1063#comment-2867</guid>
		<description>great, 
it&#039;s only for same computer and browser?</description>
		<content:encoded><![CDATA[<p>great,<br />
it&#8217;s only for same computer and browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://digwp.com/2009/12/gravatar-and-auto-fill/#comment-2863</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Mon, 21 Dec 2009 19:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1063#comment-2863</guid>
		<description>Good call, thanks Jared! I didn&#039;t know there was a built-in WP function for this.</description>
		<content:encoded><![CDATA[<p>Good call, thanks Jared! I didn&#8217;t know there was a built-in WP function for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://digwp.com/2009/12/gravatar-and-auto-fill/#comment-2860</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Mon, 21 Dec 2009 07:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1063#comment-2860</guid>
		<description>This is great.</description>
		<content:encoded><![CDATA[<p>This is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ninja</title>
		<link>http://digwp.com/2009/12/gravatar-and-auto-fill/#comment-2857</link>
		<dc:creator>ninja</dc:creator>
		<pubDate>Sun, 20 Dec 2009 22:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1063#comment-2857</guid>
		<description>sweet</description>
		<content:encoded><![CDATA[<p>sweet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Ringold</title>
		<link>http://digwp.com/2009/12/gravatar-and-auto-fill/#comment-2856</link>
		<dc:creator>Jared Ringold</dc:creator>
		<pubDate>Sun, 20 Dec 2009 21:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1063#comment-2856</guid>
		<description>Nice tips. I think it would be better to use the following code to show the avatar:

&lt;code&gt;&lt;?php echo get_avatar(esc_attr($comment_author_email), 32); ?&gt;&lt;/code&gt;

Using this method will display the default avatar you have picked in WordPress if the email address doesn&#039;t have a gravatar associated with it, rather than displaying the generic G gravatar.</description>
		<content:encoded><![CDATA[<p>Nice tips. I think it would be better to use the following code to show the avatar:</p>
<p><code>&lt;?php echo get_avatar(esc_attr($comment_author_email), 32); ?&gt;</code></p>
<p>Using this method will display the default avatar you have picked in WordPress if the email address doesn&#8217;t have a gravatar associated with it, rather than displaying the generic G gravatar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TeMc</title>
		<link>http://digwp.com/2009/12/gravatar-and-auto-fill/#comment-2855</link>
		<dc:creator>TeMc</dc:creator>
		<pubDate>Sun, 20 Dec 2009 20:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1063#comment-2855</guid>
		<description>Nice one about the Gravatar. 

I knew the others, but not the gravatar (just didn&#039;t think of it).

And best of all is that if the cookie is empty, Gravatar simply shows the default avatar (http://www.gravatar.com/avatar/ with nothing appended shows the default avatar).

So no need for a fallback.

Thanks a lot :)
--
TeMc</description>
		<content:encoded><![CDATA[<p>Nice one about the Gravatar. </p>
<p>I knew the others, but not the gravatar (just didn&#8217;t think of it).</p>
<p>And best of all is that if the cookie is empty, Gravatar simply shows the default avatar (<a href="http://www.gravatar.com/avatar/" rel="nofollow">http://www.gravatar.com/avatar/</a> with nothing appended shows the default avatar).</p>
<p>So no need for a fallback.</p>
<p>Thanks a lot :)<br />
&#8211;<br />
TeMc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Summers</title>
		<link>http://digwp.com/2009/12/gravatar-and-auto-fill/#comment-2853</link>
		<dc:creator>Mike Summers</dc:creator>
		<pubDate>Sun, 20 Dec 2009 18:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1063#comment-2853</guid>
		<description>Great tip about pre-filling those fields!

Is the gravatar code still needed though? I thought gravatars were built into WP now?</description>
		<content:encoded><![CDATA[<p>Great tip about pre-filling those fields!</p>
<p>Is the gravatar code still needed though? I thought gravatars were built into WP now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Baptiste Jung</title>
		<link>http://digwp.com/2009/12/gravatar-and-auto-fill/#comment-2851</link>
		<dc:creator>Jean-Baptiste Jung</dc:creator>
		<pubDate>Sun, 20 Dec 2009 15:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1063#comment-2851</guid>
		<description>Nice one! I&#039;m redesigning Cats Who Code right now, and for sure I&#039;ll implement this trick. Thanks!</description>
		<content:encoded><![CDATA[<p>Nice one! I&#8217;m redesigning Cats Who Code right now, and for sure I&#8217;ll implement this trick. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

