Viewing 1 replies (of 1 total)
  • Plugin Author Lorna Timbah

    (@webgrrrl)

    At line 181 of topcommentators_widget.php:
    $writeList .= '<img class="tcwGravatar" src="https://www.gravatar.com/avatar.php?gravatar_id='.$image.'&size='.$avatarSize.'&default='.$defavatar.'" alt ="'.$k->comment_author.'" title="'.$k->comment_author.'" /> ';

    Change it to:
    $writeList .= '<img class="tcwGravatar" src="https://www.gravatar.com/avatar/'.$image.'?size='.$avatarSize.'&default='.$defavatar.'" alt ="'.$k->comment_author.'" title="'.$k->comment_author.'" /> ';

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Top Commentators Widget] Gravatar images redirecting?’ is closed to new replies.