Just trying to crate a simple comment form on a blog. I want to load the user\'s gravatar (using jQuery) when he/she writes this in the email box.
How can I do that?
check out my fiddle providing the function
get_gravatar_image_url (email, size, default_image, allowed_rating, force_default)
Only providing the email is mandatory - the rest uses default values.
Be sure to also include the de-facto-standard MD5-generator JS file from Joseph Myers with