Questions tagged [gravatar]

Gravatar (globally recognizable avatar) is a globally accessible avatar storage service, used, in particular, by StackOverflow.

Gravatar is a service, that stores unique user identifier pictures - "avatars". Stored avatar can be accessed through URL containing MD5 hash of user's e-mail. If supplied MD5 was not rcognized, service generates an unique image pattern for it.

This tag is appropriate for marking questions concerning Gravatar usage and structure (e.g. embedding Gravatar images into guestbook engine, etc)

See also:

234 questions
1
vote
1 answer

Gravatar Image not displaying correctly on ASP.net website

I have a website developed by using asp.net , c# In there I made my own comment system. If user want to post a comment He has to enter comment, Name and email. When I load the comments I am using this code to load the gravator. using…
Prageeth Liyanage
  • 1,612
  • 2
  • 19
  • 41
1
vote
1 answer

Gravatar images are not fetched in Ultimate Member plugin

Under users tab (Ultimate Member -> Settings -> Users) "Use Gravatars" is enabled, still it shows empty/default gravatar than user's gravatar avatar/image. Is it an issue or Is there any way to allow Ultimate Member plugin to use gravatar…
Vishwas R
  • 3,340
  • 1
  • 16
  • 37
1
vote
1 answer

Remove gravatar from avatar link Wordpress

I am using function to change the default avatar, but it returns photo with a link from gravatar. What problem with Wordpress when they have to attach this link from that website? I want change totally it to my website…
Hai Tien
  • 2,929
  • 7
  • 36
  • 55
1
vote
1 answer

Meteor Gravatar appears on user page but not within the list of rooms

Each user has a gravatar or a profile image if uploaded. A list of rooms is shown (each has 2 parties). It shows the opposite party gravatar/uploaded image and his or her username. Problem: The Gravatars do not appear but the uploaded images (if…
Thinkerer
  • 1,606
  • 6
  • 23
  • 43
1
vote
1 answer

Adding custom user options to wordpress

I am trying to add a custom field to the wordpress user profile page. For instance if I wanted to add a field where the user could put in their Linkedin, or Twitter user name, then use that value whenever the user posts a comment, or if the user is…
1
vote
1 answer

Gravatar returns wrong file extension

I'm trying to get JPG images from Gravatar by adding .jpg at the end of the hash, like this: https://www.gravatar.com/avatar/00000000000000000000000000000000.jpg?d=wavatar&f=y However, if I save it to the disk like this: file_put_contents($path,…
random425
  • 679
  • 1
  • 9
  • 20
1
vote
1 answer

Umbraco UComment in IIS7 Application (Not Default Web Site)

I recently installed Umbraco 4.5.2 into an IIS application, not as the default web site. The main Umbraco CMS seems to work as expected, I can add and remove content, and all kinds of other wonderful things. However, when I'm trying to use the…
Jason Lowenthal
  • 790
  • 1
  • 5
  • 16
1
vote
2 answers

How to set Gravatar as background image in Wordpress?

I am working on a custom WordPress theme and as per design requirements, I have to set the Author Gravatar in the background of a image. I have tried using get_avatar_url() with wp_get_attachment_image_src as below, but could not achieve: PHP…
theKing
  • 714
  • 3
  • 14
  • 36
1
vote
2 answers

RFC for retrieving avatar image from email address

AFAIK there is no RFC or other standard to retrieve an avatar (image/icon) from an email address. I think this would be a great feature. One possible solution: Get avatar via DNS user enters his email address. The domain belonging to this email…
guettli
  • 25,042
  • 81
  • 346
  • 663
1
vote
3 answers

How to show avatar only if it exists?

Is there any function in Wordpress that allows to hide the gravatar if id doesn't exists? I have many authors that doesn't have a gravatar and all are displayed like this: http://prntscr.com/98zsji I would like to hide the default image. I…
emiliano1991
  • 83
  • 1
  • 2
  • 10
1
vote
2 answers

Saving Gravatar images to the database

I want to use Gravatar but I don't want to publish users MD5 hashes of their e-mail addresses. And there is more potential problems. So I decided to download them and store them in my database. But I have a problem with such a simple task as my…
icl7126
  • 5,740
  • 4
  • 53
  • 51
1
vote
0 answers

Why is my gravatar size inconsistent?

The size parameter on this gravatar is not being applied consistently. If I specify s=20, the size is ignored and the default 80x80 gravatar is used. https://secure.gravatar.com/avatar/56e0b26efe774115fc4ab45d64302167?s=20 If I provide s=21, then…
Dave Isaacs
  • 4,499
  • 6
  • 31
  • 44
1
vote
2 answers

How to insert Gravatar image into my email

How can I insert my gravatar image in an email that I want to send out with Ruby on Rails? According to Gravatar I need to insert the following code into my Ruby on Rails app: image_src = "http://www.gravatar.com/avatar/#{hash}" Hash is essentially…
Mauricio
  • 127
  • 1
  • 9
1
vote
3 answers

How to load a page with gravatar and jquery?

I am using gravatar to load avatars for each user that posts a story on a page. I also am using jquery to round the corners of some span elements on the page. Unfortunately, it looks like grabbing the avatars from gravatar occurs before the jquery…
Joe
  • 409
  • 2
  • 9
  • 19
1
vote
2 answers

how to tell if a url is for default blue image gravatar

Is there a way to tell if a url is for default blue gravatar image? Here are two urls for the default Gravatar…
xyz
  • 2,253
  • 10
  • 46
  • 68