<?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>mFabrik - mobile sites, apps, HTML5 and CMS software development &#187; avatar</title>
	<atom:link href="http://blog.mfabrik.com/category/avatar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Wed, 03 Aug 2011 09:47:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Gravatars = Globally recognized avatars</title>
		<link>http://blog.mfabrik.com/2007/07/20/gravatars-globally-recognized-avatars/</link>
		<comments>http://blog.mfabrik.com/2007/07/20/gravatars-globally-recognized-avatars/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 10:32:00 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[avatar]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[Red innovation]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.redinnovation.com/2007/07/20/gravatars-globally-recognized-avatars/</guid>
		<description><![CDATA[When travelling in Blogosphere you will be recognized, besides by your nick, by your avatar. Avatar is &#8220;user icon&#8221;, an user chosen image shown next to his/her comments. This little cheerful image brings a whole new dimension of feeling into otherwise so dull textual messages. In the past, it has been a problem to register [...]]]></description>
			<content:encoded><![CDATA[<p>When travelling in <a href="http://en.wikipedia.org/wiki/Blogosphere">Blogosphere</a> you will be recognized, besides by your nick, by your <a href="http://en.wikipedia.org/wiki/Avatar_%28icon%29">avatar</a>. Avatar is &#8220;user icon&#8221;, an user chosen image shown next to his/her comments. This little cheerful image brings a whole new dimension of feeling into otherwise so dull textual messages.</p>
<p>In the past, it has been a problem to register and upload your image to every site you visit. Not anymore. <a href="http://site.gravatar.com">Gravatar</a> is a service where one can register <strong>g</strong>lobally <strong>r</strong>ecognized <strong>avatar </strong>for himself/herself. An image is associated to an email address and every time you post somewhere with this email services, your avatar image is automatically fetched from gravatar.com. Simple and cool. The Gravatar images have even age limits!</p>
<p>Of course, this requires Gravatar  support from the service you are posting into. But since the service is free and has received good community feedback, we can expect seeing more Gravatars in the future. To help the progress of the world, I added Gravatar support for blog.redinnovation.com. You are welcome to comment our blog with your Gravatar image to see whether this service works.</p>
<p>Also, I found a little bug from ZenPax&#8217;s <a href="http://zenpax.com/gravatars2/">Gravatar2 plug-in for WordPress</a>. WordPress 2.2 rich text editor was sanitizing XML mark-up used in blog posts. Gravatar2 plug-in used misformed syntax in its &#8220;place your Gravatar to post&#8221; code. Gravatar2 was cleaned away. Here is required changes you need to do to make the plug-in work with WordPress 2.2.</p>
<p>In function gravatars_in_post() change line (1055) beginning with <code>preg_match_all</code> to</p>
<pre>preg_match_all("/&lt;gravatar&gt;([^&lt;]+)&lt;/gravatar&gt;/", $content, $matches);</pre>
<p>Now you can place Gravatar images to the blog post. In the WordPress rich-text editor, toggle <em>Code view</em> and use following tag:</p>
<pre>&lt;gravatar&gt;youremailaddress@internet.com&lt;/gravatar&gt;</pre>
<p>Voilá!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2007/07/20/gravatars-globally-recognized-avatars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

