All pastes #743979 Raw Copy code Copy link Edit

Gravatar Snippet for WordPress

public unlisted php v1 · immutable
#743979 ·published 2007-10-20 23:28 UTC
rendered paste body
<?php if ( !empty( $comment->comment_author_email ) ) {	$md5 = md5( $comment->comment_author_email );	$default = urlencode( 'http://use.perl.org/images/pix.gif' );	echo "<img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=$md5&amp;size=60&amp;default=$default' alt='' />";}?>