banner
李大仁博客

李大仁博客

天地虽大,但有一念向善,心存良知,虽凡夫俗子,皆可为圣贤。

WP-ReplaceGravatarMirror

About WP-ReplaceGravatarMirror#

WP-ReplaceGravatarMirror can helps your wordpress blog replace its default gravatar provider(gravatar.com) to a third-part gravatar mirror(duoshuo.com) which can be load faster in somewhere.

Project in GitHub.

关于 WP-ReplaceGravatarMirror#

WP-ReplaceGravatarMirror 通过将国内已屏蔽的 gravatar.com 的头像服务器替换到国内可以访问和使用的 duoshuo.com 上实现在中国大陆访问 Wordpress 博客时 gravatar 头像可以使用的功能。

托管在 GitHub 的项目地址.

Installation#

  1. Download the latest version of WP-ReplaceGravatarMirror plugin package and decompress it.

  2. Upload wp-replace-gravatar-mirror folder to the /wp-content/plugins/ directory.

  3. Activate the plugin through the 'Plugins' menu in WordPress

安装#

  1. 下载最新版本的 WP-ReplaceGravatarMirror 插件安装包,并在下载完成后解压。

  2. 将解压文件中的_wp-replace-gravatar-mirror_目录上传到_/wp-content/plugins/_目录下

  3. 在 WordPress 后台激活并启用 WP-ReplaceGravatarMirror 插件

History, Change Logs#

v1.0, 2015-07-14 The first stable version released.

v1.1, 2015-09-01 supports both http:// add https://.

License#

WP-ReplaceGravatarMirror is released under the GPL 2.0.

Source Code#

Version 1.1

/**
* Plugin Name: WP-ReplaceGravatarMirror
* Plugin URI: https://github.com/limccn/WP-ReplaceGravatarMirror
* Description: This plugin can helps your wordpress blog replace its default gravatar provider(gravatar.com) to a third-part gravatar mirror(duoshuo.com) which can be load faster in somewhere.
* Author: limc
* Author URI: http://www.lidaren.com/
* Version: 1.1
* License: GPL 2.0
*/

/**
* Silence is golden
*/
if (!defined('ABSPATH')) exit;

class WP_Replace_Gravatar_Mirror
{

}
/**
* bootstrap
*/
new WP_Replace_Gravatar_Mirror;

Version 1.0

/**
* Plugin Name: WP-ReplaceGravatarMirror
* Plugin URI: https://github.com/limccn/WP-ReplaceGravatarMirror
* Description: This plugin can helps your wordpress blog replace its default gravatar provider(gravatar.com) to a third-part gravatar mirror(duoshuo.com) which can be load faster in somewhere.
* Author: limc
* Author URI: http://www.lidaren.com/
* Version: 1.0
* License: GPL 2.0
*/

/**
* Silence is golden
*/
if (!defined('ABSPATH')) exit;

class WP_Replace_Gravatar_Mirror
{

}

/**
* bootstrap
*/
new WP_Replace_Gravatar_Mirror;

Loading...
Ownership of this page data is guaranteed by blockchain and smart contracts to the creator alone.