CE Gravatar

Developer

Causing Effect - Aaron Waldon

3rd Party (Free)

2 downloads (last 90 days)

Creative Commons Attribution No Derivatives

EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

This plugin facilitates the use of Gravatar images in your ExpressionEngine templates. It provides an easy interface to all of the options currently available for Gravatar images. You can even run a conditional statement to check if a Gravatar image exists for an email address.

Single Tag

The single tag syntax does not have a closing tag. This will just return the Gravatar URL. It can be used like this:

<img src="{exp:ce_gravatar:single email="software@causingeffect.com"}" alt="" />

Tag Pair

The tag pair syntax has a closing tag. This allows you to pass in tag data (the data between the opening and closing tags) to customize your HTML output.

{exp:ce_gravatar:pair email="software@causingeffect.com" default="404"}
  {if gravatar}
    {!-- a Gravatar image exists for the provided email address --}
    <img src="{gravatar}" alt="" />
  {if:else}
    {!-- no Gravatar, so let's create our own default image --}
    {exp:ce_img:single src="/images/example/cow_square.jpg" max="80"}
  {/if}
{/exp:ce_gravatar:pair}

More

Check out the Parameters and Variables documentation pages for more options.

Download CE Gravatar

EE Support Downloads Add-On Version Release Date
Not Specified Download 1.0 Nov 22, 2011
Not Specified Download 0.4 Nov 22, 2011

CE Gravatar Links

This entry was created January 12, 2011, 12:58 pm.
This entry was last updated February 27, 2013, 5:35 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

3 Reviews:

VosSavant 03.14.12

VosSavant
Rating - {addon_rating_average}

I had this up and working in less than two minutes. Perfect.

A really great use of this is to fall back to the EE profile photo/avatar if no Gravatar is found.

sm9 06.09.11

sm9
Rating - {addon_rating_average}

This works a treat! It’s easy to use and has plenty of options. It’s now my addon of choice for adding Gravatars to EE.

ejaeDesign 06.06.11

ejaeDesign
Rating - {addon_rating_average}

No fuss, no mess way of pulling Gravatars on your standard entry loop or even via Solspace User module. Ex-CE-llent!