Colorful模板修复:Gravatar作为评论列表头像不显示问题
最近发现网站评论时,只使用昵称评论时,获取Gravatar
头像内容失败,想必是接口失效了。
当评论时一般输入qq号时会优先直接调用qq头像作为评论者头像,也就用不到调用接口Gravatar作为评论头像了,只有当评论者只输入昵称进行评论时,才会进行调用这个接口Gravatar头像作为评论者头像。
找到模板文件module.php,找到头像接口地址:
源地址:https://0.gravatar.com
替换为:https://sdn.geekzu.org
这样就可以,获取到Gravatar全球头像,作为评论者头像了。可参考 极客族 :https://cdn.geekzu.org/cached.html
另 提供Gravatar头像镜像服务
的还有:
-
https://gravatar.wp-china-yes.net/avatar/
-
https://dn-qiniu-avatar.qbox.me/avatar/
-
https://gravatar.helingqi.com/wavatar/
-
https://cravatar.cn/avatar/{hash}?s=&d=mm&r=g (推荐)
-
https://cdn.v2ex.com/gravatar/
-
https://gravatar.loli.net/avatar/ (推荐)
-
https://gravatar.helingqi.com/avatar/
-
https://gravatar.q6q.cc/avatar/{hash}?s=64&d=mm&r=g
-
https://gravatar.pho.ink/avatar/
-
https://zui.moe/avatar/
-
https://weavatar.com/avatar/{hash}?s=40&d=monsterid&r=g (推荐)
-
https://gravatar.cat.net
Gravatar头像调用头像方法:
只需 HTTP 请求,举例: https://cravatar.cn/avatar/{hash}?s=256&d=identicon
hash
:生成一个随机数填充s
:尺寸,像素为单位d
:风格,目前可选 identicon、monsterid、wavatar、retro、robohash 等
目前非自定义头像
头像有以下7种默认值
可选:
参数值 | 表现形式 | 备注 |
---|---|---|
空字符串'' | Gravatar官方图形 | |
mp/mm | 神秘人(一个灰白头像) | |
identicon | 抽象几何图形 | |
monsterid | 小怪物 | |
wavatar | 用不同面孔和背景组合生成的头像 | |
retro | 八位像素复古头像 | |
robohash | 一种具有不同颜色、面部等的机器人 | |
hide | 不显示头像 |
注意:$d 数据中的内容只能是小写,不然会被视为其它的非空格符;另外,$d 的数据中也不能出现空格符,否则该函数将不能正常调用。
发表吐槽
你肿么看?
既然没有吐槽,那就赶紧抢沙发吧!