Read below about related content about will+show+your+gravatar+icon+web+design, You can contact us to improve our contents and site quality

How To Load Gravatar on the Fly

May 8th, 2010 By WP Tricks Posted in Tricks

Gravatar become very popular image recognition, it’s small image displayed almost on my WordPress Themes. After acquired by Automattic, Gravatar seamless integrated in WordPress.com. And for WordPress.org users, there are some ways to displayed on their site/blog. We can manually insert code into themes or using Gravatar Plugins.

Load Gravatar on the fly - Marie Digby

Load Gravatar on the fly - Marie Digby

I will show you how to Load Gravatar Icon/Images on the fly using Javascript on your WordPress Comment, This code original design by Stephen Mcintyre. Let’s get started, you need to added this code in your comment form on comments.php

<img id="gravatar" src="http://www.gravatar.com/avatar/?s=80&d=wavatar" width="80" height="80" alt="Gravatar" />

Image code below is the on the fly area on the Gravatar will be, and wavatar parameter is to displayed random wavatar, if there are no email available.
Read the rest of this entry »

Amazing Touch