从电子邮件地址显示用户Gravatar

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从电子邮件地址显示用户Gravatar相关的知识,希望对你有一定的参考价值。

  1. <?php
  2. $gravatar_link = 'http://www.gravatar.com/avatar/' . md5($comment_author_email) . '?s=32';
  3. echo '<img src="' . $gravatar_link . '" />';
  4. ?>
  5.  
  6. The variable "$comment_author_email" would be a string of a valid email address. If the email isn't in the Gravatar database, it will return a default graphic. "$comment_author_email" is the default WordPress variable that populates from a cookie for people who have previously commented (if the theme supports it).

以上是关于从电子邮件地址显示用户Gravatar的主要内容,如果未能解决你的问题,请参考以下文章

markdown Feathersjs挂钩根据用户的电子邮件地址获取Gravatar URL

Gravatar:有默认图片吗?

在我的电子邮件表单中显示用户 IP 地址 [重复]

如何使用户电子邮件地址具有唯一性

如何从电子邮件地址获取 Linkedin 的头像

从登录用户 Django 发送电子邮件