Skip to content

Instantly share code, notes, and snippets.

@BJClark
Created April 16, 2009 04:46
Show Gist options
  • Save BJClark/96227 to your computer and use it in GitHub Desktop.
Save BJClark/96227 to your computer and use it in GitHub Desktop.
<div class="entry-author">
<address class="vcard">
<span class="fn">Pat Maddox</span>
<span class="org">the science department</span>
<span class="email">pat.maddox@scidept.com</span>
</address>
</div>
<script type="text/javascript" charset="utf-8">
$('div.entry-author').find("address").
hide().
end().
html("<img />").attr("src", 'http://www.gravatar.com/avatar/' + md5(email));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment