About Gravatar
Globally recognized avatars
Information
Released
May 24, 2010
Supported Database
MySQL
License
Public domain
Supported Versions
2.0 - Current
Downloads
3,082
Instructions
Snippet: Gravatar
Version: 1 Since: May 22th, 2010 Author: lossendae <[email protected]> License: Public domain
Globally recognized avatars
Usage: To load Gravatars with a snippet call use:
[[!Gravatar? &email=youremail
&size=yoursize
&rating=yourrating
&default=defaultavatar
]]
The options are:
email: the email adress of the user. size: the size of the returned image (between 0 & 512). rating: the rating of the image. Most of the time users only have the default one. default: The defaut avatar - can be an url or one the following choices: identicon, monsterid or wavatar.
Gravatar is output filter ready for email and size parameters.
For example, with Quip you can do it like that:
[[!Gravatar? &email=[[+email]]
]]
or with a specified size:
[[!Gravatar? &email=[[+email]]
&size=40
]]
or by using output filter directly on the placeholder:
[[+email:Gravatar]]
or with a specified size:
[[+email:Gravatar=40
]]