secure.gravatar.com Open in urlscan Pro
2a04:fa87:fffe::c000:4902  Public Scan

Submitted URL: http://secure.gravatar.com/
Effective URL: https://secure.gravatar.com/
Submission: On September 24 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

POST #

<form class="a8c-cookie-banner a8c-cookie-banner-v2" method="post" action="#" novalidate="novalidate">
  <div class="a8c-cookie-banner__simple-options">
    <p class="a8c-cookie-banner__simple-text-description">As an open source company, we take your privacy seriously and want to be as transparent as possible. So: We use cookies to collect some personal data from you (like your browsing data, IP
      addresses, and other unique identifiers). Some of these cookies we absolutely need in order to make things work, and others you can choose in order to optimize your experience while using our site and services.</p>
    <div class="a8c-cookie-banner__button-container"><a class="a8c-cookie-banner__customize-button" href="#">Customize</a><a class="a8c-cookie-banner__accept-all-button" href="#">Accept All</a></div>
  </div>
  <div class="a8c-cookie-banner__options-selection">
    <p class="a8c-cookie-banner__options-lead-text">Your privacy is critically important to us. We and our partners use, store, and process your personal data to optimize: our <strong>website</strong> such as by improving security or conducting
      analytics, <strong>marketing activities</strong> to help deliver relevant marketing or content, and your <strong>user experience</strong> such as by remembering your account name, language settings, or cart information, where applicable. You
      can customize your cookie settings below. Learn more in our <a href="https://automattic.com/privacy/" target="_blank">Privacy Policy</a> and <a href="https://automattic.com/cookies/" target="_blank">Cookie Policy</a>.</p>
    <div class="a8c-cookie-banner__bucket-container">
      <div class="a8c-cookie-banner__checkbox-container">
        <input type="checkbox" class="a8c-cookie-banner__option-essential-bucket" checked="" disabled="">
      </div>
      <div class="a8c-cookie-banner__option-description">
        <strong> Required </strong>
        <p> These cookies are essential for our websites and services to perform basic functions and are necessary for us to operate certain features. These include those required to allow registered users to authenticate and perform account-related
          functions, store preferences set by users such as account name, language, and location, and ensure our services are operating properly. </p>
      </div>
    </div>
    <div class="a8c-cookie-banner__bucket-container">
      <div class="a8c-cookie-banner__checkbox-container">
        <input type="checkbox" class="a8c-cookie-banner__option-analytics-bucket" checked="">
      </div>
      <div class="a8c-cookie-banner__option-description">
        <strong> Analytics </strong>
        <p> These cookies allow us to optimize performance by collecting information on how users interact with our websites, including which pages are visited most, as well as other analytical data. We use these details to improve how our websites
          function and to understand how users interact with them. You can opt-out by logging into your account and changing your privacy settings at <a target="_blank" href="https://wordpress.com/me/privacy">https://wordpress.com/me/privacy</a>.
        </p>
      </div>
    </div>
    <div class="a8c-cookie-banner__bucket-container">
      <div class="a8c-cookie-banner__checkbox-container">
        <input type="checkbox" class="a8c-cookie-banner__option-advertising-bucket">
      </div>
      <div class="a8c-cookie-banner__option-description">
        <strong> Advertising </strong>
        <p> These cookies are set by us and our advertising partners to provide you with relevant content and to understand that content’s effectiveness. They may be used to collect information about your online activities over time and across
          different websites to predict your preferences and to display more relevant advertisements to you. These cookies also allow a profile to be built about you and your interests, and enable personalized ads to be shown to you based on your
          profile. </p>
      </div>
    </div><a class="a8c-cookie-banner__accept-selection-button" href="#">Accept Selection</a>
  </div>
</form>

Text Content

 * 
 * * Developers
   * Support
   * Blog

 * Log in
 * Get Started Now


YOUR FREE PROFILE FOR THE WEB

Transform your email address into your digital passport – one avatar, one bio,
social connections, and verified links.

Get Started Now


Gravatar is used by

WordPress
GitHub
Slack
OpenAI
Atlassian
Figma
Mailchimp
Stack Overflow
Coinbase


UPDATE ONCE, SYNC EVERYWHERE

When you update your avatar or profile, your changes appear instantly across
thousands of platforms. Save time and maintain a consistent online presence
effortlessly.




YOUR PROFILE, YOUR WAY

Share your social media profiles, portfolio, website, and other relevant links
easily. Your Gravatar profile works like a digital business card — simple,
elegant, and uniquely you. Perfect for your link-in-bio.

Claim Your Free Profile



MANAGE MULTIPLE IDENTITIES

Gravatar links your identity to an email address, not your name. Seamlessly
manage your work, personal, and anonymous profiles.




PRIVACY FIRST DESIGN

You're in control. Make your profile private or choose what you share and when.
With Gravatar, your data is yours and yours alone.



PROFILES-AS-A-SERVICE


FOR DEVELOPERS

Customize user experiences and bootstrap your community with verified user
profiles, including avatars, social links, and more. Integrating Gravatar is
effortless with our REST API, SDKs, and easy-to-follow tutorials.

Learn More About Our APIs
example.js example.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14

const sha256 = require( 'js-sha256' );

function getGravatarURL( email ) {
  // Trim leading and trailing whitespace from
  // an email address and force all characters
  // to lower case
  const address = String( email ).trim().toLowerCase();

  // Create a SHA256 hash of the final string
  const hash = sha256( address );

  // Grab the actual image URL
  return `https://www.gravatar.com/avatar/${ hash }`;
}

1
2
3
4
5
6
7
8
9
10
11
12

function get_gravatar_url( $email ) {
  // Trim leading and trailing whitespace from
  // an email address and force all characters
  // to lower case
  $address = strtolower( trim( $email ) );

  // Create an SHA256 hash of the final string
  $hash = hash( 'sha256', $address );

  // Grab the actual image URL
  return 'https://www.gravatar.com/avatar/' . $hash;
}

Latest News & Guides
Meet the ‘Gravatar Enhanced’ Plugin for WordPress Sep 11, 2024
Step-by-Step Guide to Designing Effective User Onboarding Experiences Sep 06,
2024
10 Proven Strategies for Engaging Users: App Onboarding 101 Sep 03, 2024
Level Up Your Profile: 3 Cool New Features for Your Link-in-Bio Aug 28, 2024
Gravatar API Tutorial for App Developers Aug 26, 2024
Visit Our Blog


YOU ASKED, WE ANSWERED

Is Gravatar really free?


Yes, Gravatar profiles are completely free for individual users. We're committed
to providing a valuable and open service for the web.

Can I use a custom domain?


Absolutely! You can personalize your Gravatar profile with your own domain. You
can register a domain on our sister service, WordPress.com, and map it to your
Gravatar profile.

How does Gravatar compare with other link-in-bio services?


Gravatar is an open alternative to profile page services like LinkTree.
Integrated across millions of websites, Gravatar avatars and profiles ensure a
consistent presence online. You have full control with no data lock-in and can
use your own custom domain. Update your profile once, and it updates everywhere.

Can I have multiple Gravatars?


Yes! You can create different Gravatars and profiles for various aspects of your
life — work, personal, hobbies, or anonymous profiles. Just create additional
accounts using a different email address.

Who owns Gravatar?


Gravatar is a service by Automattic, the company behind WordPress.com, Tumblr,
Pocket Casts, Day One, Beeper, WooCommerce, and other popular web services. We
are passionate about open-source and making the web a more accessible place.


CLAIM YOUR FREE GRAVATAR PROFILE TODAY!

Get Started Now

Languages


DEVELOPERS

 * Changelog
 * Developer Dashboard
 * Developer Docs
 * Feature Requests

GitHub


SUPPORT

 * Blog
 * Docs
 * Contact
 * Report Abuse


COMPANY

 * About
 * Press
 * Terms of Service
 * Privacy Policy
 * Privacy Notice for CA
 * Do Not Sell or Share My Personal Information

Powered by Create a Site
An venture Work With Us

As an open source company, we take your privacy seriously and want to be as
transparent as possible. So: We use cookies to collect some personal data from
you (like your browsing data, IP addresses, and other unique identifiers). Some
of these cookies we absolutely need in order to make things work, and others you
can choose in order to optimize your experience while using our site and
services.

CustomizeAccept All

Your privacy is critically important to us. We and our partners use, store, and
process your personal data to optimize: our website such as by improving
security or conducting analytics, marketing activities to help deliver relevant
marketing or content, and your user experience such as by remembering your
account name, language settings, or cart information, where applicable. You can
customize your cookie settings below. Learn more in our Privacy Policy and
Cookie Policy.

Required

These cookies are essential for our websites and services to perform basic
functions and are necessary for us to operate certain features. These include
those required to allow registered users to authenticate and perform
account-related functions, store preferences set by users such as account name,
language, and location, and ensure our services are operating properly.

Analytics

These cookies allow us to optimize performance by collecting information on how
users interact with our websites, including which pages are visited most, as
well as other analytical data. We use these details to improve how our websites
function and to understand how users interact with them. You can opt-out by
logging into your account and changing your privacy settings at
https://wordpress.com/me/privacy.

Advertising

These cookies are set by us and our advertising partners to provide you with
relevant content and to understand that content’s effectiveness. They may be
used to collect information about your online activities over time and across
different websites to predict your preferences and to display more relevant
advertisements to you. These cookies also allow a profile to be built about you
and your interests, and enable personalized ads to be shown to you based on your
profile.

Accept Selection