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 May 02 via api from DE — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="searchProfile">
  <ul class="g-button-group">
    <li><input class="g-homepage-search-input" type="email" id="searchInput" placeholder="Enter email address..." required=""></li>
    <li><button class="g-button g-button--is-outline g-has-chevron g-homepage-search-button" type="submit">View profile</button></li>
  </ul>
</form>

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
 * Sign up

More than 200 million users and growing


ONE PROFILE FOR EVERYTHING, EVERYWHERE.

Your email address becomes your passport to the digital world, empowering you
with complete control over your personal data.

 * 
 * View profile

Gravatar profiles are free for everyone — forever.



Is this you? Claim your free Gravatar profile now.



Gravatar is used by

WordPress
GitHub
Slack
OpenAI
Atlassian
Humane
Mailchimp
Stack Overflow
Coinbase


SET ONCE, SEEN EVERYWHERE.

Create and manage your profile from a single place, telling the web who you are
and where people can find you. Skip filling out profile pages forever.


IT STARTS WITH AN EMAIL.

Each Gravatar profile is connected to an email address. When you use this email
around the web, your entire profile comes with you.


TRUSTED BY BIG PLATFORMS.

Millions of websites like WordPress, Slack, and OpenAI use your Gravatar profile
automatically, saving you time and improving your experience.


PUBLIC, OPEN, AND RESPONSIBLE.

Take control over the data that you share with the tools you use. You decide
what is in your profile and how public or private it is.

With Gravatar, your data is yours and yours only.

Read our Privacy Policy


FOR DEVELOPERS & APP MAKERS


UNLOCK PERSONALIZED USER EXPERIENCES.

Gravatar helps developers create personal signup flows and tailored user
journeys — in a privacy forward way. Gravatar can be integrated with your app in
mere minutes.

Use the developer API
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;
}


WE ARE BUILDING THE OPEN WEB.

Gravatar, a service by Automattic, has powered avatars and profiles since 2004.
We are passionate about open-source and making the web a more accessible place.
We are the driving force behind WordPress.com, Tumblr, Woo, Jetpack, Day One,
Pocket Casts, and more.

Claim your free profile
Languages
 * Developer Resources
 * Privacy Policy
 * Do Not Sell or Share My Personal Information
 * Support
 * Blog

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