Automatically shows a Gravatar box in the comment form. Based on the MooTools framework.
The main CSS classes are #gravbox and .gravatar_frame. Tweak them starting from the default rules:
gravbox {float:left; margin-right:6px; width:96px; height:96px; background:url(http://www.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=96.png); }
gravbox .avatar {margin:0; padding:0; }
gravbox .nogravatar {text-align:center; font-weight:bold; }
gravbox img {border:1px solid black; }
Possible problems:
Did you add the gravbox code to your comments form?
Are you logged in? Most themes don't display the email box when you're logged in. Log out and look at the page.
Type in an email address for something to actually happen. The div defaults to empty, until it has something to check.
Email addresses always contain the @ sign. Without an @, it won't bother checking.
Can you access gravatar.com normally? The request happens in your browser, not from the website.
Open your browser's error console. Any javascript errors in there? If so, they may have stopped execution of javascript on the page. Solve those errors. This may involve deactivating other plugins which are broken and causing errors on your page.
No, it's not. Go login to your gravatar account and check.
Requires: 2.8 or higher
Compatible up to: 3.2.1
Last Updated: 2011-9-22
Downloads: 1,157
Got something to say? Need help?