I just made a demo after seeing a similar one in the Ember.js documentation that gets your gravatar based on your email. I’m currently using tomster@emberjs.com as the default but that seems wrong as it’s a React app. Does anybody know of a good default to use?
-
4You could, you know, make one. – David Jan 22 '17 at 00:56
-
1@David Well yes, but I’m wondering if there is a standard or something like that – Hum4n01d Jan 22 '17 at 00:57
-
11) Gravatar is a commercial service, not a standard. 2) Because it is naive ... and you have already been given the only practical answer. – Stephen C Jan 22 '17 at 00:58
-
You guys don’t get it. I’ll edit my question to be more clear – Hum4n01d Jan 22 '17 at 00:59
-
@StephenC I mean a good default email that has a Gravatar associated with it. What would you use? – Hum4n01d Jan 22 '17 at 01:06
-
3I would invent an email address, and register a Gravatar for it. But people have already told you that. – Stephen C Jan 22 '17 at 01:09
-
It might be more clear if you explain why you need to have a default? Just so that when you show your demo you have something to show or what? – Grisha Levit Jan 22 '17 at 01:15
-
@StephenC I edited my post to make it better. Could you undo your down vote? I can’t post a new question now :\ – Hum4n01d Jan 22 '17 at 22:59
-
@Hum4n01d: See what above? A still-off-topic question that was answered in the first comment? – David Jan 22 '17 at 23:04
-
I didn't downvote your question. – Stephen C Jan 23 '17 at 00:53
-
@David What can I do to make the question better? (It’s my first question) – Hum4n01d Jan 23 '17 at 22:43
4 Answers
Use a disposable email account and create a WordPress account with it and add an image (e.g. from uifaces.com).
That's what I did with jitewaboh@lagify.com, which you are free to use. The email md5 is 09abd59eb5653a7183ba812b8261f48b, so the avatar url is https://www.gravatar.com/avatar/09abd59eb5653a7183ba812b8261f48b

- 7,068
- 2
- 35
- 56
What is a good gravatar example email?
AFAIK, there isn't one.
The best idea is to invent a fictitious email address and register a Gravatar for it. Or "fake" it in your application, demo, whatever. Or use your own. Or if the above are all problematic, abandon the idea of an example Gravatar entirely.
If you use an existing identity with an associated Gravatar you are liable to get into trouble:
You might offend the real owner of the identity. (Watch out for lawyer letters!)
The real owner might decide to break their gravatar.
The real owner might decide to embarrass >>you<< by placing an offensive image as their Gravatar.
The identity / email might be surrendered or hacked and the new owner might do one of the above.
And there isn't a "standard or something" that applies to Gravatars

- 698,415
- 94
- 811
- 1,216
A few years later, here is a gravatar email generator solving this exact problem!

- 1,312
- 3
- 15
- 30
You can use test1@example.com, test2@example.com & test3@example.com
E.g., https://gravatar.com/avatar/aa99b351245441b8ca95d54a52d2998c for test1
(see https://stackoverflow.com/a/45536965/1623178 for url crafting)

- 145
- 1
- 7