Possible Duplicate:
How do avatars work?

What is Gravatar? How to set an image to my profile? I keep trying, but can't set an image to my profile. How to do that? How to work on it?

link|improve this question
feedback

migrated from stackoverflow.com Apr 27 '10 at 13:24

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by fretje, Jon Seigel, perbert, Welbog 2 - Welbog in time, Brad Gilbert Apr 27 '10 at 16:24

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 6 down vote accepted

Stack Overflow (and its sisters) uses the Gravatar service to locate and display user avatars. This means that you do not have to (and cannot) upload an avatar directly to Stack Overflow, but instead you upload it at gravatar.com, making it available to any Gravat enabled website.

Upload your avatar here: Signup to get your own gravatar


If you believe you have already registered with Gravatar for you e-mail address, but no icon shows up on Stack Overfow, try the following troubleshooting steps:

  1. Go back to the Gravatar signup form.
  2. Enter the e-mail you have registered in the form and hit the button.
  3. If you have successfully registered in the past, you should see a red box with this text:

    The email address user@example.org already belongs to an account in our system.
    The current gravatar associated with it is:

  4. If the red box does not show up, continue with your registration. If the box shows up, does it display a miniature of your correct avatar (like mine above)?

  5. Right click the miniature and choose "copy image location" - paste in a text editor. Do the same on your (defunct) avatar at Stack Overflow. Are the two URLs identical?

  6. If no: you have probably used different e-mail addresses on Gravatar and Stack Overflow.

link|improve this answer
how created the account with the id what i have registered with stackoverflow. but its doesnt work. is anything to set on the stackoverflow site specicfically. – Praveen Chandrasekaran Apr 27 '10 at 13:27
3  
@Praveen - Stack Overflow uses an MD5 hash of the e-mail address they have for you when requesting a gravatar - did you use the same address for gravatar as Stack Overflow? If so, then just wait a while, sometimes it takes a while for caches to clear. – Dominic Rodger Apr 27 '10 at 13:35
@Praveen: What Dominic said, and I have added a short trouble shooting guide to my answer. – Jørn Schou-Rode Apr 27 '10 at 13:39
thanx a lot you all guys. – Praveen Chandrasekaran Apr 27 '10 at 14:00
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged