Easy Gravatars Plugin

Stumble It!

Since so many people seemed to be interested, I went ahead and coded up my new Gravatars plugin: Easy Gravatars. It’s designed to be simple to use — just upload and activate. If you want it to be a little harder, you can visit the plugin’s options page to set the size and rating for the gravatars, and even set the location of a default image, and tweak the CSS a little bit.

Download: easygravatars.zip

I’m going to put it in the WordPress Plugin Repository when I get a chance. Once that’s done, I’ll update this post with the new location.


Update, 2007-11-16: The plugin is now in the repository, and you should now be able to see that version 1.1 is available: Easy Gravatars Plugin

Stumble It!

Other Posts of Interest

138 Comments

  1. David says:

    I just found your site, I need to get a gravatar – thanks for the plugin, off to d/l now

  2. d4v says:

    I am not getting random wavatars, just the same one no matter who is the author

  3. Goji business says:

    Really good plug in.But i wonder something about this plug in.If someone created easy gravatar from another site and commented in my site does gravatar seems?Or must he create one gravatar from my blog?

  4. Sohail says:

    I can not remove the border of avatar image how to do that?

  5. Sohail says:

    Hi there
    Great plug mate. I am just having one problem with it and that is “i can’t remove the border of avatar”. Please tell me how can i do that

  6. abbie says:

    Nice plugin!
    Thanks for giving it free.. :)

  7. rambochai says:

    i still dont know how to use it — after i have install still can’t appear —

    will try again —

  8. dikma says:

    why, this plugins no active in blog ..
    it not displayed pict

  9. dikma says:

    thanks

  10. Thai SEO says:

    Thanks for this plugin!!!

  11. Goran Web says:

    This is a cool plugin, thanks Doug.

  12. vladm says:

    ?? ??… ??? ??? ? ?????????: ? ??? ?????? ????????? ? ??????.:)

  13. [...] Easy Gravatars – Just a few hours after I got this setup, my friend Connor wrote how to show gravatars without a plugin. Very easy, I might switch to that instead to reduce a bit of strain on the server. [...]

  14. Dood says:

    test

  15. [...] Easy Gravatars Gravatars são avatars (ou, como são conhecidos em português, imagens de exibição) globalmente reconhecidos. Basta efectuar o registo em Gravatar.com e de cada vez que comentar um artigo com o endereço de e-mail com que se registou surgirá o seu gravatar. Graças a este plugin não é necessário efectuar alterações ao seu tema para que suporte esta divertida forma de comentar; tudo é feito automaticamente! Compatível com: 2.0.4 ou superior Página Oficial [...]

  16. klaas says:

    Ye i whas wondering wich plugin i need for this.Becuas it is a great thing.
    Going to download it now and will try it out.\/\/

  17. David says:

    I got it–I had two plugins competing for comment style. :-p

  18. Testing says:

    Just testing

  19. David says:

    Hi there–

    I’m 127% sure this is the stupidest question you’ll receive today, but…

    How can I force each comment to appear on a new line, rather than stacking up horizontally when an earlier comment isn’t long enough to scroll past the gravatar image? (In the screenshot at http://threetwelve.net/images/misc/egscreenshot.jpg, for instance, the text “David posted the following…” should line up with “Amie posted the following…” above it, rather than appearing to the right of Amie’s gravatar.)

    Thanks for whatever wisdom you can provide!

    : )
    David

  20. Leonaut.com says:

    Easy Gravatars Plugin…

    Add Gravatars to your comments without modifying any template files. Just activate, and you’re done!…

  21. kazounet says:

    Thank you for this nice plugin :)

  22. sara says:

    how do you make the gravatar icon not link to the person’s site?

  23. Dougal says:

    Shane: yes — just type ‘identicon’, ‘monsterid’, or ‘wavatar’ as the Default image url in the Easy Gravatars settings. I’ve been meaning to post about this, but just haven’t had time yet.

  24. Shane says:

    Thanks for the great plugin! Is there an easy way to use the Gravatar’s Identicons w/ this plugin? Thanks!

  25. Martijn says:

    Doesn’t seem to work

  26. krisel says:

    I been waiting for this plugin.. thank you so much..

  27. [...] Easy Gravatars Plugin (tags: avatars gravatars plugin wordpress wp-plugins gravatar) [...]

  28. Shane says:

    Awesome plugin! Going to be installing it very very soon. Thanks!

  29. [...] I have upgraded to Wordpress 2.5 and implemented the Easy Gravatar plugin from Dougal Campbell for commenters. If you want a cool photo next to your comment, register on [...]

  30. mark says:

    hi

    brilliant plugin, this is the only gravatar plugin that has actually worked for me. I have noticed a few people who have left comments are moaning that it does not allow them to do certain things like styling etc. I have made some ammendments to the plugin to allow this. I won’t be offering it as a download but for those who are interested you can email me and I will help you out (all of this with the plugin authors permission of course.)

    here are a few things I have done:

    I took out the image tags to better control styling within the templates
    i added a blank target so author urls will open in a new page (very handy for myself)
    i added a few more option to the drop down box on the admin page so you can link the image to other comment_author tags, this helps with styling and gives more control.

    I have yet to upload to my live site (will be shortly) so if anyone wants more info just drop me a line.

    Dougal:
    I hope these amendments are ok, and if you would like to drop me line please feel free.

    Mark…

  31. Easy Gravatars 1.2…

    Earlier today, I released Easy Gravatars version 1.2. The only change (besides confirming that works in WordPress 2.5, currently in beta, due out next week) is that when installed under WordPress 2.5 or newer, it will use the new core get_avatar() fu…

  32. Jorge says:

    Something happened to the plugin, I think today: when a Gravatar is not found, the default image is not read, a blank square from Gravatar is shown instead. Any idea why?

  33. [...] lots of people will ask, I checked my plugins, and most of them (HeadMeta, Text Filter Suite, and Easy Gravatars), work just fine. The one that doesn’t work is Theme Preview. When I can find time, I’ll try to [...]

  34. yorick says:

    Wonderful, Thanks :)

  35. Dougal says:

    …when I made the change in the EasyGravatar *Options* screen, as you said in comment #62, it worked! Can you tell me why? Also, is there a reason you specified vertical displacement in ems rather than px?

    Mico: Changing that value in the plugin code won’t matter, if the plugin is already installed and activated. At that point, the option is already saved in the database, and it will always look at that. So, when you change it via the Options page, you are setting the value that it really wants to use, see?

    As far as why I used em instead of px, it’s because there’s no way for me to know what px size you have chosen on your site. The em measure is always relative to whatever your preferred text size is, so a value like margin-top: -1em; should always (well, in most cases) move the image up by one text line. But if you want to set it in pixels instead of ems, go ahead, that’s why the options are there — so you can set it the way you want it.

  36. Mico says:

    I tried editing the easygravatars.php file (in the WP plug-in editor), as I thought you meant in your comment #25. No success for any values of margin-top, negative or positive. The image seemed glued at its upper left corner.

    However, when I made the change in the EasyGravatar *Options* screen, as you said in comment #62, it worked! Can you tell me why? Also, is there a reason you specified vertical displacement in ems rather than px?

    Thanks for your work and especially for your support by answering all these pleas for help. You’re a champ!

  37. Kev says:

    testing

  38. Zołak says:

    Very good one! Thank You!

I'm happy to use Increase Sociability.