4

Does anyone know how to obtain a Gravatar API key? I've seen countless examples and tutorials for Gravatar that mention simply using your key, but I haven't been able to find out how to get one. As far as I can tell, there doesn't seem to be a way to do so on their site directly. Is this something they still offer/use?

Any help would be appreciated.

hippietrail
  • 15,848
  • 18
  • 99
  • 158
rynojvr
  • 567
  • 2
  • 5
  • 17

2 Answers2

1

To obtain your profile image you just need to md5 your email address and make a request like this <img src="http://www.gravatar.com/avatar/md5(email)" />

likeitlikeit
  • 5,563
  • 5
  • 42
  • 56
0

I'm sure you've moved on since you posted this nearly 10 years ago.. But after several hours in the same rabbit hole, I think I finally found a what we were looking for

https://apikey.wordpress.com/

stackoverfloweth
  • 6,669
  • 5
  • 38
  • 69