<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Maverick Web Creations &#187; Avatar</title>
	<atom:link href="http://www.maverickwebcreations.com/tag/avatar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maverickwebcreations.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 05:37:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Display Gravatar Avatars on Your Web Site</title>
		<link>http://www.maverickwebcreations.com/2008/11/26/display-gravatar-avatars-on-your-web-site.html</link>
		<comments>http://www.maverickwebcreations.com/2008/11/26/display-gravatar-avatars-on-your-web-site.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 03:45:46 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[Avatar]]></category>
		<category><![CDATA[Gravatar]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=485</guid>
		<description><![CDATA[<p>In my tutorial on <a href="http://www.maverickwebcreations.com/2008/11/06/twitter-status-message-speech-bubble-wordpress.html">how to display twitter status messages in WordPress</a>, I used my own avatar picture beside the speech bubble. I have not found a way to retrieve my Twitter avatar from Twitter. Hopefully, I will figure out how to do it in the near future.</p>
<p>An &#8230; <a href="http://www.maverickwebcreations.com/2008/11/26/display-gravatar-avatars-on-your-web-site.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>In my tutorial on <a href="http://www.maverickwebcreations.com/2008/11/06/twitter-status-message-speech-bubble-wordpress.html">how to display twitter status messages in WordPress</a>, I used my own avatar picture beside the speech bubble. I have not found a way to retrieve my Twitter avatar from Twitter. Hopefully, I will figure out how to do it in the near future.</p>
<p>An alternative way to organize my avatars would be to use <a href="http://en.gravatar.com/site/implement/php">Gravatar</a>. <a href="http://en.gravatar.com/site/implement/php">Gravatar</a> allows you to display your avatar through a simple URL.</p>
<p><strong>The Normal Avatar Code</strong></p>
<pre class="brush: php; title: ; notranslate">
&lt;div id=&quot;twitter_photo&quot;&gt;&lt;img src=&quot;%3C?php%20echo%20bloginfo%28%27template_directory%27%29;%20?%3E/images/icon-twitter.jpg&quot; alt=&quot;&quot; width=&quot;73&quot; height=&quot;73&quot; /&gt;&lt;/div&gt;
</pre>
<p><strong>The Gravatar Avatar Code</strong></p>
<pre class="brush: php; title: ; notranslate">
&lt;div id=&quot;twitter_photo&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=%3C?php%20echo%20md5%28&quot; <span class="mh-email">your<a href='http://www.google.com/recaptcha/mailhide/d?k=01oje94l46h71sZRrukv2qrQ==&amp;c=Ow3OoqEVAWP_Y0BDD2G74Du9Iv3zcpcT2I-CKG9VLl0=' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01oje94l46h71sZRrukv2qrQ==&amp;c=Ow3OoqEVAWP_Y0BDD2G74Du9Iv3zcpcT2I-CKG9VLl0=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@email.com</span>=&quot;&quot; );=&quot;&quot; ?=&quot;&quot; /&gt;&quot; width=&quot;73&quot; height=&quot;73&quot; alt=&quot;&quot; /&amp;gt;&lt;/div&gt;
</pre>
<p>You should replace &#8220;<span class="mh-email">your<a href='http://www.google.com/recaptcha/mailhide/d?k=01oje94l46h71sZRrukv2qrQ==&amp;c=Ow3OoqEVAWP_Y0BDD2G74Du9Iv3zcpcT2I-CKG9VLl0=' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01oje94l46h71sZRrukv2qrQ==&amp;c=Ow3OoqEVAWP_Y0BDD2G74Du9Iv3zcpcT2I-CKG9VLl0=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@email.com</span>&#8221; with the email address of your Gravatar avatar email address. With Gravatar, I no longer need to upload and manually change the code whenever I update my avatar. Now, I only need to edit it from Gravatar and all my sites will display the updated avatar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2008/11/26/display-gravatar-avatars-on-your-web-site.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

