[wordpress插件] Avatar Proxy头像代理

wordpress 插件 文章 2020-02-26 03:50 675 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin will serve requests to get photo from Gravatar server using a proxy.

此插件将处理使用代理从Gravatar服务器获取照片的请求。

So, this plugin makes Your WordPress like have a system for user’s photo handling.

因此,此插件使您的WordPress有了一个用于用户照片处理的系统。

Who is the proxy?

谁是代理人?

Your domain, this plugin will uses your domain as a proxy.

您的域,此插件会将您的域用作代理。

Example:

示例:

https://secure.gravatar.com/avatar/[encoded-data-automatically-created]%3Fs=200&d=mm&r=g

https://secure.gravatar.com/avatar/ [自动生成的编码数据]%3Fs = 200&d = mm&r = g

Will be:

将会是:

http://www.example.com/avatar?apid=[encoded-data-automatically-created]%3Fs=200&d=mm&r=g

http://www.example.com/avatar?apid= [自动创建的编码数据]%3Fs = 200&d = mm&r = g

What is `apid`?

什么是“ apid”?

I use apid as query variable to get photo from Gravatar, I called apid or Avatar Proxy ID to match the name of the plugin and easy to remember.

我使用 apid 作为查询变量从Gravatar获取照片,我调用了 apid 或Avatar Proxy ID以匹配插件的名称并且易于记忆。

So you can use and call from anywhere.

因此您可以在任何地方使用和拨打电话。

安装步骤

    1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
    2. 将插件文件上传到 / wp-content / plugins / 目录,或直接通过WordPress插件屏幕安装插件。

    3. Activate the plugin through the ‘Plugins’ screen in WordPress
    4. 通过WordPress中的“插件”屏幕激活插件

    5. Done.
    6. 完成。

下载地址
https://downloads.wordpress.org/plugin/avatar-proxy.zip
-EOF-

AI助手支持GPT4.0