What is a good gravatar example email?
Asked Answered
V

4

7

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 [email protected] as the default but that seems wrong as it’s a React app. Does anybody know of a good default to use?

Vivisection answered 22/1, 2017 at 0:54 Comment(11)
You could, you know, make one.Chlamys
@Chlamys Well yes, but I’m wondering if there is a standard or something like thatVivisection
1) Gravatar is a commercial service, not a standard. 2) Because it is naive ... and you have already been given the only practical answer.Ravin
You guys don’t get it. I’ll edit my question to be more clearVivisection
@StephenC I mean a good default email that has a Gravatar associated with it. What would you use?Vivisection
I would invent an email address, and register a Gravatar for it. But people have already told you that.Ravin
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?Terrapin
@StephenC I edited my post to make it better. Could you undo your down vote? I can’t post a new question now :\Vivisection
@Hum4n01d: See what above? A still-off-topic question that was answered in the first comment?Chlamys
I didn't downvote your question.Ravin
@Chlamys What can I do to make the question better? (It’s my first question)Vivisection
K
13

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 [email protected], which you are free to use. The email md5 is 09abd59eb5653a7183ba812b8261f48b, so the avatar url is https://www.gravatar.com/avatar/09abd59eb5653a7183ba812b8261f48b

Fake avatar

Knot answered 2/1, 2019 at 10:21 Comment(1)
Coming back to this, this is exactly what I would do todayVivisection
R
2

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

Ravin answered 22/1, 2017 at 1:19 Comment(0)
V
1

A few years later, here is a gravatar email generator solving this exact problem!

https://vinicius73.github.io/gravatar-url-generator/

Vivisection answered 29/6, 2022 at 23:39 Comment(1)
This only shows default avatars for a few services, but not real avatars set on actual accounts (mock or not) on those services.Tribromoethanol

© 2022 - 2024 — McMap. All rights reserved.