Gravatar
Uses Gravatar's global recognized avatar system to output the correct gravatar image URL based on the commenters email address.
This is an updated version of Tom Werner's original plugin and includes changes to the generated URL structure required to interact with the Gravatar service along with adding support for Movable Type 4.x.

Dave Abrahams
May 12, 2009 7:56 PM | Reply
Neat, but how do I use it? I'm not sure where/how to place these tags. Can you offer any hints? An example would go a long way!
Scott Boms
May 12, 2009 8:22 PM | Reply
You can use the MTGravatar template tag anywhere within a MTComment context. For example, you can do the following which allows full customization over how the output is rendered as HTML.
The plugin provides a few optional parameters which you can use as per the Gravatar API:
g(default if excluded),pg, r, x80(default), but any size from 1 to 512px can be usedThe simplest way you can implement the template tag is this: