当前位置:网站首页>The perfect alternative to domestic Gravatar avatars Cravatar
The perfect alternative to domestic Gravatar avatars Cravatar
2022-08-10 22:00:00 【TOMD】
Domestic has been unable to load Gravatar, which seriously slows down the loading speed of Typecho/Wordpress, and some newbies may not know how to apply for an avatar.Cravatar avatar application address Enter the Cravatar avatar website and use your favorite avatarsRegister with your email address, log in and click "Create your avatar now".
Upload an avatar picture, leave a message on a website that supports avatars with your registered email address, and you will see your own exclusive Cravatar avatar
Cravatar
So how do you integrate Cravatar into your Typecho blog?
It's as simple as adding the following code to config.inc.php in the root directory of the site:
/*** Replaced Gravatar avatar with Cravatar avatar** Cravatar is the perfect alternative to Gravatar in China, you can update your avatar at https://cravatar.cn*/define('__TYPECHO_GRAVATAR_PREFIX__', 'https://cravatar.cn/avatar/');
Afterwards, the Cravatar avatar will replace Gravatar, and the loading speed of the avatar will be significantly improved, and the avatar will no longer be cached locally.
When the QQ mailbox used by the commenter does not apply for an avatar, Cravatar will automatically call the QQ avatar, which is very user-friendly.
边栏推荐
- DDL:CREATE 创建数据库——《mysql 从入门到内卷再到入土》
- labelme-屏蔽拖拽的事件
- 着力提升制造业核心竞争力,仪器仪表产业迎高质量发展
- 什么是Jmeter?Jmeter使用的原理步骤是什么?
- Exploration and practice of the "zero trust" protection and data security governance system of the ransomware virus of Meichuang Technology
- 基于Pix4Dmapper的空间三维模型重建应用——空间分析选址
- 如何保护 LDAP 目录服务中的用户安全?
- FPGA - 7系列 FPGA内部结构之Memory Resources -03- 内置纠错功能
- HighTec快捷键(Keys)设置位置
- ENVI最小距离、最大似然、支持向量机遥感影像分类
猜你喜欢
Shell编程之条件语句(二)
LeetCode-498-对角线遍历
石油化工行业商业供应链管理系统:标准化供应商管理,优化企业供应链采购流程
【Windows】你不能访问此共享文件夹,因为你组织的安全策略阻止未经身份验证的来宾访问,这些策略可帮助保护你的电脑
Likou 221 questions, the largest square
【实用软件】【VSCode】使用技巧大全(持续更新)
我的世界整合包 云服务器搭建方法(ECS)
使用SylixOS虚拟串口,实现系统串口自由
【nvm】【node多版本管理工具】使用说明和踩坑(exit status 1)
阿里巴巴、蚂蚁集团推出分布式数据库 OceanBase 4.0,单机部署性能超 MySQL
随机推荐
Uniapp编译后小程序的代码反编译一些思路
优化是一种习惯●出发点是'站在靠近临界'的地方
突破次元壁垒,让身边的玩偶手办在屏幕上动起来!
地理探测器Geodetector软件的下载、应用与结果解读
着力提升制造业核心竞争力,仪器仪表产业迎高质量发展
数字化转型:如何引导创新领导者
C. Social Distance
LeetCode-36-二叉搜索树与双向链表
阿里巴巴、蚂蚁集团推出分布式数据库 OceanBase 4.0,单机部署性能超 MySQL
C # Hex file transfer skills necessary article 】 【 bin file code implementation
一篇文章教你Pytest快速入门和基础讲解,一定要看
每次打开chrome会跳出What's new
【PCBA方案设计】蓝牙跳绳方案
Huawei router clock near the drainage experiment (using stream strategy)
扩展中国剩余定理
使用 Cloudreve 搭建私有云盘
CGO Preliminary Cognition and Basic Data Type Conversion
[Golang]从0到1写一个web服务(上)
Future与CompletableFuture
TCL:事务的特点,语法,测试例——《mysql 从入门到内卷再到入土》