WordPress: Gravatar Plugin

March 18, 2005 by daynah  
Filed under Wordpress

I just installed the WordPress Gravatar Plugin. I like it. :)

What’s Gravatar? It’s a globally recognized avatar. Basically, it’s an 80×80 pixel avatar image that follows you from weblog to weblog appearing beside your name when you comment on gravatar enabled sites. Go here to signup for your free Gravatar!

Popularity: 19% [?]

Comments

View Comments to “WordPress: Gravatar Plugin”
  1. daynah says:

    Here is my gravatar. :) It’s a photo of my boyfriend and me.

    Go signup for one too. It’s fun! :D

  2. Rori says:

    I want to, but I am afraid I will get bored of my gravatar. I am a weinie head.

  3. daynah says:

    Can’t you always upload a new one?

  4. Ray says:

    So, I’ve signed up for a gravatar myself, but for the life of me I can’t work out where to stick the img tag in the comments template (php is a foreign language to me). I can’t help but notice you’ve got threaded comments, and a gravatar, so I figured you might be able to help me :)

  5. daynah says:

    Hey Ray, did you install the WordPress Gravatar Plugin?

    http://www.gravatar.com/implement.php#section_2_2

    After you install it (upload the file into your wp-content/plugins directory), you just put <img src=”<?php gravatar() ?>” alt=”" /> in your comments.php file.

  6. Ray says:

    Yeah, I’ve got the plugin installed, the problem I was having was /where/ to put it in the comments.php file :)

  7. ^aNi says:

    I can’t get it to work properly on my blog :(.

  8. daynah says:

    ahh, wherever you want it to show up. heh It’s in the comment loop.

  9. Mark says:

    Grrrrravatars don’t work on my blog.

  10. Tom says:

    testing my avatar :d

  11. Tom says:

    put it in the “foreach ($comments as $comment)” – loop, i’ve put it on line 32 … hope this can help …