WordPress: Gravatar Plugin
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% [?]


@







Here is my gravatar. :) It’s a photo of my boyfriend and me.
Go signup for one too. It’s fun! :D
I want to, but I am afraid I will get bored of my gravatar. I am a weinie head.
Can’t you always upload a new one?
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 :)
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.
Yeah, I’ve got the plugin installed, the problem I was having was /where/ to put it in the comments.php file :)
I can’t get it to work properly on my blog :(.
ahh, wherever you want it to show up. heh It’s in the comment loop.
what’s wrong?
Grrrrravatars don’t work on my blog.
:)
:)~~~
testing my avatar :d
put it in the “foreach ($comments as $comment)” – loop, i’ve put it on line 32 … hope this can help …