• Categories
    • Tutorials
    • Beginners Guide
    • WordPress News
    • WordPress Security
    • Best WordPress Plugins
    • WordPress Themes
    • Product Reviews
    • WP Tips & Tricks
  • Guides
    • Start a Blog
    • Make a Website
    • WordPress Hosting
  • WordPress Hosting
    • A2 Hosting
    • HostGator
    • Bluehost
    • Cloudways
  • Managed Hosting
    • WPEngine
    • Rocket.net
    • WPX
    • Kinsta
  • Coupons
    • WPEngine
    • Flywheel
    • Cloudways
    • A2 Hosting
    • WPX Hosting
Beginners Guide

What Is Gravatar? Complete Guide for WordPress Users (and Everyone Else)

Last Updated on: August 25, 2021 Colin Newcomer Leave a Comment

What Is Gravatar? Complete Guide for WordPress Users (and Everyone Else)

What is Gravatar and why should you care about it?

In a nutshell, it’s a service that helps you display avatars on the Internet. If you’re a user, it helps you create a profile picture that automatically follows you around to other sites. And if you’re a WordPress webmaster, it helps you automatically display profile pictures for your users and commenters.

In this post, we’re going to cover everything that you need to know about Gravatar, with a special focus on WordPress because we’re a WordPress blog. With that being said, anyone can benefit from this article – we won’t get to the WordPress stuff until the end!

Here’s everything that we’re going to cover:

  • What Gravatar is, explained in more detail
  • How to set up your own Gravatar
  • Some tips for working with Gravatar on WordPress, like disabling it or caching the images locally

Let’s get started!

What Is Gravatar?

Gravatar helps you create a unique user avatar that you can easily use at a ton of different websites across the Internet. Or, if you have a website, Gravatar helps you easily display unique avatars for all of your users.

Gravatar is a portmanteau of the phrase globally recognized avatar. The idea is that a person can upload an avatar in one spot (the Gravatar website) and then have that avatar automatically recognized by other websites.

The basic process works like this:

  1. You create a Gravatar account using your email address. You can add multiple email addresses if needed.
  2. You upload your desired avatar picture to Gravatar.
  3. When you use your email address on a website that uses Gravatar, that website will automatically use the avatar image that you set up with Gravatar.

Gravatar comes from a company called Automattic, which is the same company behind WordPress.com and is owned by one of the co-founders of the open-source WordPress software (which is different from WordPress.com). 

Because of this, Gravatar is built into WordPress, though many other sites and services use it.

Gravatar Examples

To drive home the point, let’s look at some Gravatar examples.

One of the most common examples is WordPress. All WordPress sites use the Gravatar service by default.

Let’s say you leave a comment on a WordPress blog (like this one) using the same email address that you registered with at Gravatar. Well, that WordPress site will show your Gravatar image next to your comment – here’s an example from our comments section:

Gravatar examples on WordPress

There are a lot of other Gravatar examples beyond WordPress, though. For example, Slack uses Gravatar to generate profile pictures by default. So does Stackoverflow and tons of other websites and services.

So, whether you knew it or not, you’ve probably used a site that supports Gravatar.

How to Create a Gravatar

Creating your own Gravatar image is easy and 100% free. Here’s how to do it…

First, go to the Gravatar website and click the Create your Gravatar button:

Create a Gravatar account

You’ll then be prompted to either:

  1. Create a new free WordPress.com account (if you don’t have one already).
  2. Log into your existing free WordPress.com account.

WordPress.com is a service from the same parent company as Gravatar. Gravatar uses WordPress.com as its sign-on solution and creating a WordPress.com account is 100% free:

Create a WordPress.com account

If you just created your WordPress.com account, you might see another prompt on the Gravatar website telling you to sign in. Go ahead and click that button if you see it. Or, you might already be connected, in which case you can jump to the next step:

Sign in with WordPress.com

Now, you’ll see your email address, along with a prompt to add a new Gravatar image:

Add a new Gravatar image

When you click that, you’ll be prompted to upload an image from your preferred source. Or, you can take a new picture with your webcam:

Choose image source

Once you select your image, you’ll have an option to crop it if needed. Or, you can just leave it as the original. Once you’re happy with how it looks, click Crop Image:

Crop your Gravatar

Then, you’ll need to set a rating. This helps website/service owners make sure they don’t accidentally have explicit pictures on their sites.

If it’s just a normal “run of the mill” avatar, choose the suitable for display on all websites option and click Set Rating:

Choose a rating

And that’s it! You’re all done. If you want, you can repeat the process to add more avatars.

Gravatar also lets you set up some profile information in the My Profile tab. However, you shouldn’t feel compelled to fill any of this out as most people will just see your avatar picture:

How to add profile details

How to Use Your Gravatar

The nice thing about Gravatar is that you don’t need to do anything special to use it. All you need to do is use the email address associated with your Gravatar account.

As long as:

  • You use that email.
  • The website/service supports Gravatar.

Then your avatar image should show up automatically.

If you want to associate multiple email addresses with your avatars, you can add new email addresses from your Gravatar dashboard:

How to add a new Gravatar email address

You’ll need to click the link in the activation email that Gravatar sends your new email address to make it live.

Gravatar Profile Search – Search for Gravatar by Email

If you want to look up your own Gravatar image (or someone else’s image), there’s a Gravatar profile search feature that lets you look up someone’s profile picture by entering their email address.

To use this feature:

  • Click here to go to the search form.
  • Enter the email address that you want to search.
  • Click Check.

You’ll then see the different profile picture options:

Gravatar profile search

WordPress Gravatar Guide: Improve Gravatar Usage On Your Site

Now, let’s start moving into the WordPress-specific Gravatar tips for WordPress webmasters.

While Gravatar makes it really easy to have real profile pictures on WordPress, there are two potential issues:

  1. User experience
  2. Performance

In terms of user experience, the issue is that visitors can’t change their profile pictures from your WordPress site – they have to do it from the Gravatar website. This isn’t a big deal in your comments section. But if you allow user registration (say for a membership site or online course), it’s not great to make your users go to another site to change their pictures.

In terms of performance, there are two potential issues:

  • Your visitor’s browsers need to query a third-party server to load those images. That is, they require third-party HTTP requests.
  • You can’t control browser caching behavior because the images aren’t on your server.

So – let’s go over some ways to fix those issues using free plugins.

How to Cache Gravatar Images on WordPress

One option to improve Gravatar performance is to cache the Gravatar images on your local server. Essentially, this means that your site will pull in the image from Gravatar and save it on your server. That way, the file will load from your own server, which gives you more control over performance (though it also means you’ll need to use your own server bandwidth to load the images).

Some performance plugins include this as a feature, but you can also find standalone WordPress Gravatar cache plugins. Here are some options:

  • FV Gravatar Cache
  • Harry’s Gravatar Cache
  • Optimum Gravatar Cache

Personally, I like the Harry’s Gravatar Cache plugin as it gives you a lot of options for controlling behavior, like changing the size of images if you go to Settings → Harry’s Gravatar Cache Settings:

Harry's Gravatar Cache

How to Disable Gravatar on WordPress

If you really want to improve performance, you can completely disable Gravatar. Of course, this means that your site won’t have any profile pictures in the comments section or for registered users (though I’ll share a way to fix this in the next section).

First, if you’re only concerned about your comments section, WordPress includes a native feature to hide avatars – you can access it by going to Settings → Discussion:

Hide avatars on WordPress

If you want to completely disable Gravatar on WordPress, including for registered users, you can use the free Disable User Gravatar plugin, which will completely stop your site from connecting to the Gravatar service at all.

The plugin starts working as soon as you activate it. If you go to Settings → Discussion, you’ll get a new option to show a custom default avatar image (if you leave the Show Avatars setting enabled):

Disable WordPress Gravatar

How to Allow WordPress User Profile Pictures Without Gravatar

What if you disable Gravatar on your WordPress site but you still want to have user profile pictures? Here again, you can find plugins that help. Specifically, plugins that let users choose their own avatars by uploading custom images.

Here are some popular options:

  • Simple Local Avatars – lets users upload an avatar directly to your site. Also supports Gravatar as an option or it will let you disable Gravatar.
  • Avatar Manager – lets users choose between using Gravatar or their own custom image.
  • WP User Avatars – lets registered users choose their own avatars.
  • Basic User Avatars – includes an option to let users manage their avatars from the front-end of your site.

What Is Gravatar? Now You Know

To recap, Gravatar makes it easy to set up user avatar pictures:

  • If you’re a user, you can create your own Gravatar account and upload a custom avatar. That avatar will automatically be used whenever you register at a website that supports Gravatar using the email address associated with your Gravatar account.
  • If you’re a website owner, you can use Gravatar on your site to display avatars from users.

If you created your website with WordPress, WordPress will use Gravatar images for comments and user profiles by default. However, you can find lots of Gravatar WordPress plugins to adjust this with different tactics like:

  • Locally caching Gravatar images.
  • Disabling Gravatar.
  • Letting users upload their own profile pictures.

Do you still have any questions about what Gravatar is or how to use it? Let us know in the comments!

+ Share
Disclosure

Colin Newcomer

Colin Newcomer is a WordPress writer for WPKube. He uses WordPress more often than any sane person should.

Related Posts

Back to all articles
  • Woocommerce vs Shopify

    WooCommerce vs Shopify Comparison: How to Choose in 2023 (Honest Ideas)

  • 10 Best WordPress Hosting Options for 2023 (Pros & Cons)

  • Managed WordPress Hosting Options 2016

    8 Best Managed WordPress Hosting Providers for 2023 Compared

Coupons

View more deals
  • WP Activity Log Coupon
    20% OFF

    WP Activity Log Coupon

    Website security encompasses a whole host of elements, tasks, and
    Get This Deal
  • Recipe Card Blocks Coupon
    15% OFF

    Recipe Card Blocks Coupon

    Running a cooking or food website can be fun (and tasty) – but
    Get This Deal
  • WP 2FA Coupon
    20% OFF

    WP 2FA Coupon

    Security should be at the forefront of all site owner’s min
    Get This Deal

Leave a Reply Cancel reply

Full Disclosure This post may contain affiliate links, meaning that if you click on one of the links and purchase an item, we may receive a commission (at no additional cost to you). All opinions are our own and we do not accept payments for positive reviews.

Our Newsletter

Get awesome content delivered straight to your inbox.

Thank you!

You have successfully joined our subscriber list.

.

THE BEST OF WPKUBE

Some of the best content we have published so far.

BEGINNER GUIDES & REVIEWS

110 Best WordPress Hosting Options for 2023 (Pros & Cons)
28 Best Managed WordPress Hosting Providers for 2023 Compared
38 Best Cheap WordPress Hosting Providers in 2023 (From $1.99)
46 Best WordPress LMS Plugins – Detailed Comparison & Review for 2023
55 Best WooCommerce Hosting Providers Compared in 2023 (All Budgets)
6Top 9 Landing Page Plugins for WordPress (2023)
79 Best List Building Plugins for WordPress In 2023
8How to Fix the 500 Internal Server Error on Your WordPress Website
9Thrive Themes Review: A Look At The Full Membership
10Beaver Builder Review: Is it The Best Page Builder Plugin for WordPress (2023)?
11OptimizePress Review: Create Landing Pages with Ease
12How to Make a Website: Complete Beginner’s Guide
13Top 22 Best Free Stock Photo Resources For Your Site
1417 of the Best Google Fonts for 2023 (And How to Use Them in WordPress)
15How to Start a Blog in 2022 (Step by Step Guide)
16How To Fix ‘503 Service Unavailable’ WordPress Error
1711 Best Contact Form Plugins for WordPress in 2023
18How to Add a Custom Logo to Your WordPress Site
19How to Fix Error Establishing a Database Connection in WordPress

WPEngine: 50% OFF Deal

Save 50% on one of the best managed hosting providers.

Get this Deal

Flywheel(our review)

Featured In Forbes Huffpost Entrepreneur SEJ

About WPKube

WPKube is an online WordPress resource which focuses on WordPress tutorials, How-to’s, guides, plugins, news, and more. We aim to provide the most comprehensive beginner’s guides to anything about WordPress — from installing plugins, themes, automated installs and setups, to creating and setting up pages for your website.

We have over 500+ tutorials, guides, product reviews, tips, and tricks about WordPress. Founded by Devesh Sharma, the main goal of this site is to provide useful information on anything and everything WordPress.

Twitter Facebook

Useful Links

  • Behind the Scenes
  • Beginner Guides
  • WordPress Hosting
  • WooCommerce Themes
  • MeridianThemes
  • Exclusive WordPress Deals
View All Guides »

Reviews

  • WPEngine 33% OFF
  • Thrive Leads
  • Flywheel 33% OFF
  • Divi Theme 20% OFF
  • Thrive Architect
  • Elegant Themes
Reviews »

Deals

  • InMotion Hosting
  • LifterLMS Coupon
  • LiquidWeb Coupon
  • WPEngine Coupon
  • A2 Hosting
  • FloThemes
More Deals »
© Copyright 2023 WPKube ® All Rights Reserved.
  • Contact
  • Site Terms
  • Disclosure
  • Privacy Policy