<?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>Weblog Tools Collection &#187; gravatar</title>
	<atom:link href="http://weblogtoolscollection.com/archives/tag/gravatar/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<lastBuildDate>Mon, 13 Feb 2012 13:00:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Add Hovercards to Your WordPress Blog</title>
		<link>http://weblogtoolscollection.com/archives/2010/10/10/add-hovercards-to-your-wordpress-blog/</link>
		<comments>http://weblogtoolscollection.com/archives/2010/10/10/add-hovercards-to-your-wordpress-blog/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 13:00:08 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress FAQs]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[hovercards]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=8795</guid>
		<description><![CDATA[Gravatar recently launched Hovercards, a new feature that servers as a nifty bridge between your Gravatar and your Gravatar Profile. Hovercards have already been enabled throughout WordPress.com and WordPress.org, and there is an official plugin in the works, but what if you can&#8217;t wait for the official plugin to add Hovercards to your WordPress blog? If your theme has a functions.php file, just add the following line within the file: wp_enqueue_script( 'gprofiles', 'http://s.gravatar.com/js/gprofiles.js', array( 'jquery' ), 'e', true ); If your theme doesn&#8217;t have a functions.php file, or you&#8217;d rather not mess with it, use a plain text editor to create a file called hovercards.php with the following content, then use an FTP or SFTP client to upload it to the /wp-content/plugins/ directory, and activate it via the Plugins section of the admin panel. &#60;?php /* Plugin Name: Hovercards */ wp_enqueue_script( 'gprofiles', 'http://s.gravatar.com/js/gprofiles.js', array( 'jquery' ), 'e', true ); ?&#62; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gravatar.com/">Gravatar</a> recently launched <a href="http://blog.gravatar.com/2010/10/06/gravatar-hovercards-on-wordpress-com/">Hovercards</a>, a new feature that servers as a nifty bridge between your Gravatar and your <a href="http://blog.gravatar.com/2010/06/02/public-profiles-for-everyone/">Gravatar Profile</a>.</p>
<p>Hovercards have already been enabled throughout <a href="http://wordpress.com/">WordPress.com</a> and <a href="http://wordpress.org/">WordPress.org</a>, and there is an official plugin in the works, but what if you can&#8217;t wait for the official plugin to add Hovercards to your WordPress blog?</p>
<p>If your theme has a functions.php file, just add the following line within the file:</p>
<p><code>wp_enqueue_script( 'gprofiles', 'http://s.gravatar.com/js/gprofiles.js', array( 'jquery' ), 'e', true );</code></p>
<p>If your theme doesn&#8217;t have a functions.php file, or you&#8217;d rather not mess with it, use a <a href="http://codex.wordpress.org/Glossary#Text_editor">plain text editor</a> to create a file called hovercards.php with the following content, then use an <a href="http://codex.wordpress.org/FTP_Clients">FTP or SFTP</a> client to upload it to the /wp-content/plugins/ directory, and activate it via the Plugins section of the admin panel.</p>
<p><code>&lt;<em></em>?php<br />
/*<br />
Plugin Name: Hovercards<br />
*/<br />
wp_enqueue_script( 'gprofiles', 'http://s.gravatar.com/js/gprofiles.js', array( 'jquery' ), 'e', true );<br />
?&gt;</code></p>
<p>Credit for the above code goes entirely to <a href="http://ottopress.com/2010/gravatar-hovercards/">Otto</a> and <a href="http://ottopress.com/2010/gravatar-hovercards/comment-page-1/#comment-5288">Alex</a>. It is not official and not supported, so you should probably switch over to Gravatar&#8217;s official plugin when it&#8217;s released, but at least this will hold you over until then.</p>
<p>What do you think of the new Hovercard feature?  Will you be adding it to your blog?</p>
<p><strong>Update:</strong> The code listed above, while leaner, enables Hovercards everywhere (including the admin panel), which may not be a desired outcome for some users.  If you find this to be a tad bit annoying, <a href="http://ottopress.com/2010/gravatar-hovercards/">Otto&#8217;s code</a> properly displays Hovercards on the blog side only.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2010/10/10/add-hovercards-to-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Why Is Gravatar Still Not Mainstream?</title>
		<link>http://weblogtoolscollection.com/archives/2009/08/17/why-is-gravatar-still-not-mainstream/</link>
		<comments>http://weblogtoolscollection.com/archives/2009/08/17/why-is-gravatar-still-not-mainstream/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 09:52:36 +0000</pubDate>
		<dc:creator>Jeff Chandler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[acquired]]></category>
		<category><![CDATA[automattic]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=6505</guid>
		<description><![CDATA[Remember Gravatar? That service Automattic acquired back on October 18th, 2007. It&#8217;s nearing two years since the acquisition and I don&#8217;t know about you but, I don&#8217;t feel as though Gravatar has gone mainstream. Just as a refresher course, the idea behind Gravatar is to host a globally-recognized avatar that is tied to an email address. This means that using your Gravatar is as simple as using the same email address to sign up to supported services/software that you used on Gravatar.com. Doing a bit of history, Gravatar has been around since at least 2004. At least that is as far back as the Web Archive has records of it which makes it all the more surprising that more services and software do not support it out of the box. For example, Twitter, Facebook, phpBB, all have their own way of handling avatars. No support what so ever for the [...]]]></description>
			<content:encoded><![CDATA[<p>Remember <a href="http://en.gravatar.com/">Gravatar</a>? That service Automattic acquired <a href="http://blog.gravatar.com/2007/10/18/automattic-gravatar/" target="_blank">back on October 18th</a>, 2007. It&#8217;s nearing two years since the acquisition and I don&#8217;t know about you but, I don&#8217;t feel as though Gravatar has gone mainstream. Just as a refresher course, the idea behind Gravatar is to host a globally-recognized avatar that is tied to an email address. This means that using your Gravatar is as simple as using the same email address to sign up to supported services/software that you used on Gravatar.com.</p>
<div id="attachment_6506" class="wp-caption aligncenter" style="width: 474px"><img src="http://weblogtoolscollection.com/wp-content/uploads/2009/08/earlydays.png" alt="Same Idea Exists Today From 2004" title="earlydays" width="464" height="170" class="size-full wp-image-6506" /><p class="wp-caption-text">Same Idea Exists Today From 2004</p></div>
<p>Doing a bit of history, Gravatar has been around since <strong>at least 2004</strong>. At least that is as far back as the <a href="http://web.archive.org/web/*/http://gravatar.com" target="_blank">Web Archive</a> has records of it which makes it all the more surprising that more services and software do not support it out of the box. For example, Twitter, Facebook, phpBB, all have their own way of handling avatars. No support what so ever for the Gravatar service, even though there are numerous examples of <a href="http://en.gravatar.com/site/implement" target="_blank">how to implement it</a>.</p>
<p>Could it be that we are really better off with each system managing avatars in their own way? Or is it the fact that most end users of various software and or services have not spoken loudly enough to have Gravatar support built in? My request is for software developers not to ditch their own avatar management solution, but to build Gravatar support in addition to. At least in this fashion, you could gauge how popular the use of Gravatar is to manage avatars on your software/service compared to your home grown solution opting to use one, the other, or both.</p>
<p>Gravatar is now hosted under the guide of Automattic, a company that has proven with WordPress.com that they know what they&#8217;re doing when it comes to scalability and server infrastructure. Users of bbPress, WordPress.com, and the self installed version of WordPress are spoiled to have Gravatar support built right into the software. To this day, I don&#8217;t think the Gravatar idea has come to fruition which is why I&#8217;m asking you to contact the developers of your favorite software or services which has its own version of avatar management and let them know you want Gravatar support to be built in. At the very least, a mod or plugin to add the functionality to the software should suffice. </p>
<p>If you participate in this event, be sure to let me know the response you receive in the comments below. Also feel free to link to plugins or mods that add Gravatar support to their respective pieces of software as it would be nice to have all of that information in one place.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2009/08/17/why-is-gravatar-still-not-mainstream/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>WP Plugin: MyAvatars, a Gravatar replacement</title>
		<link>http://weblogtoolscollection.com/archives/2006/12/15/wp-plugin-myavatars-a-gravatar-replacement/</link>
		<comments>http://weblogtoolscollection.com/archives/2006/12/15/wp-plugin-myavatars-a-gravatar-replacement/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 21:08:05 +0000</pubDate>
		<dc:creator>Mark Ghosh</dc:creator>
				<category><![CDATA[LinkyLoo]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[mybloglog]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2006/12/15/wp-plugin-myavatars-a-gravatar-replacement/</guid>
		<description><![CDATA[WP Plugin: MyAvatars, a Gravatar replacement You can now use MyAvatars, a plugin that shows MyBlogLogâ€™s avatars in your comments instead of Gravatarâ€™s ones even if youâ€™re not subscribed to MyBlogLog.com. Very cool! I did not see anything about image caching and the ability to use the MyBlogLog avatars on posts would be a cool addition, but this is much appreciated and much needed plugin. Thanks MyBlogLog Blog (that was a mouthful)]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.napolux.com/2006/12/14/myavatars-a-wordpress-plugin-for-mybloglog/">WP Plugin: MyAvatars, a Gravatar replacement</a> <em>You can now use MyAvatars, a plugin that shows MyBlogLogâ€™s avatars in your comments instead of Gravatarâ€™s ones even if youâ€™re not subscribed to MyBlogLog.com.</em> Very cool! I did not see anything about image caching and the ability to use the MyBlogLog avatars on posts would be a cool addition, but this is much appreciated and much needed plugin. Thanks <a href="http://mybloglogb.typepad.com/my_weblog/2006/12/myspace_and_wor.html">MyBlogLog Blog</a> (that was a mouthful)</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2006/12/15/wp-plugin-myavatars-a-gravatar-replacement/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gravatar Replacement?</title>
		<link>http://weblogtoolscollection.com/archives/2006/12/06/gravatar-replacement/</link>
		<comments>http://weblogtoolscollection.com/archives/2006/12/06/gravatar-replacement/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 20:22:55 +0000</pubDate>
		<dc:creator>Mark Ghosh</dc:creator>
				<category><![CDATA[Business of Blogging]]></category>
		<category><![CDATA[LinkyLoo]]></category>
		<category><![CDATA[davatar]]></category>
		<category><![CDATA[favatar]]></category>
		<category><![CDATA[gravatar]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2006/12/06/gravatar-replacement/</guid>
		<description><![CDATA[Gravatar Replacement? With Gravatar&#8217;s Outage and Suckage (apparently the word was used as a comment in testing), Should A New Avatar System Take Its Place? Some nice research into what is available and the possibilities.]]></description>
			<content:encoded><![CDATA[<p><a href="http://stellify.net/hacking-away/with-gravatars-outage-and-suckage-should-a-new-avatar-system-take-its-place/">Gravatar Replacement?</a> <em>With Gravatar&#8217;s Outage and Suckage (apparently the word was used as a comment in testing), Should A New Avatar System Take Its Place?</em> Some nice research into what is available and the possibilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2006/12/06/gravatar-replacement/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  weblogtoolscollection.com/archives/tag/gravatar/feed/ ) in 0.98712 seconds, on Feb 14th, 2012 at 8:00 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 14th, 2012 at 9:00 am UTC -->
