WordPress: Gravatar Plugin

March 18, 2005 by  
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!

Related Posts Plugin for WordPress, Blogger...
  • http://daynah.net daynah

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

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

  • http://daynah.net daynah

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

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

  • http://tuckle.net Rori

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

  • http://tuckle.net Rori

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

  • http://daynah.net daynah

    Can’t you always upload a new one?

  • http://daynah.net daynah

    Can’t you always upload a new one?

  • http://cyron.id.au Ray

    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 :)

  • http://cyron.id.au Ray

    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 :)

  • http://daynah.net daynah

    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.

  • http://daynah.net daynah

    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.

  • http://cyron.id.au Ray

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

  • http://cyron.id.au Ray

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

  • http://www.introverted.com.ar ^aNi

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

  • http://www.introverted.com.ar ^aNi

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

  • http://daynah.net daynah

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

  • http://daynah.net daynah

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

  • http://daynah.net daynah

    what’s wrong?

  • http://daynah.net daynah

    what’s wrong?

  • http://www.themarque.org Mark

    Grrrrravatars don’t work on my blog.

  • http://www.themarque.org Mark

    Grrrrravatars don’t work on my blog.

  • http://scavin.008.net scavin

    :)

  • http://scavin.008.net scavin

    :)

  • http://scavin.008.net scavin

    :)~~~

  • http://scavin.008.net scavin

    :)~~~

  • Tom

    testing my avatar :d

  • Tom

    testing my avatar :d

  • http://www.tombogman.be Tom

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

  • http://www.tombogman.be Tom

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