Title: Simple Mastodon Verification
Author: OpenDNA
Published: <strong>2022 年 11 月 19 日</strong>
Last modified: 2024 年 10 月 15 日

---

搜索插件

![](https://ps.w.org/simple-mastodon-verification/assets/banner-772x250.png?rev=
2820993)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/simple-mastodon-verification/assets/icon-256x256.png?rev=2820993)

# Simple Mastodon Verification

 作者：[OpenDNA](https://profiles.wordpress.org/opendna/)

[下载](https://downloads.wordpress.org/plugin/simple-mastodon-verification.2.0.3.zip)

 * [详情](https://cn.wordpress.org/plugins/simple-mastodon-verification/#description)
 * [评价](https://cn.wordpress.org/plugins/simple-mastodon-verification/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/simple-mastodon-verification/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/simple-mastodon-verification/#developers)

 [支持](https://wordpress.org/support/plugin/simple-mastodon-verification/)

## 描述

Provides a General Settings menu option to define a rel=\”me\” in metatags for the
whole site and also individual contributors.

#### Admin verification

The plugin will add a field at the bottom of the _General Settings_ page (Admin 
Dashboard > Settings>General Settings), labelled “Verify Mastodon URL”. The field
should accept any valid mastodon user URL up to three sub-domains deep. i.e. https://
mastodon.social/@user to https://my.mastodon.del.icio.us/@user The plugin does _not_
accept Mastodon addresses (@user@domain.tld)

When a valid URL has been saved, a tag containing a rel=”me” link pointing to the
Mastodon user profile will be added near the top of the site’s metadata (between
elements). If a link to the WordPress instance is added as one of that user’s profile
metadata, the Mastodon instance will validate the ownership of the URL and add a
green “verified” banner to the URL.

#### Author verification

If an Administrator enables the “Verify Authors’ profiles” option on the _General
Settings_ page (Admin Dashboard > Settings>General Settings), a field labelled “
Mastodon URL” will be added to users’ profile pages (under “contact info”).

When a valid URL has been saved, a tag containing a rel=”me” link will be added 
to the metadata (between elements) on the Author’s archive page _only_. If a link
to the WordPress Author archive is added as one of that’s user’s profile metadata,
the Mastodon instance will validate the ownership of the URL and add a green “verified”
banner to the URL.

#### Plugin Development

_Simple Mastodon Verification_ development is managed on GitHub, with official releases
published on WordPress.org. The GitHub repo can be found at https://github.com/mckinnon/
simple-mastodon-verification.

## 安装

Install the plugin from the WordPress store and enable in the Plugin menu. Configure
on the General Settings page, then on User profile pages.

_Note for WordPress.com users_
 1. Installing this plugin on WordPress.com requires
a paid subscription. 2. Configuring and enabling this plugin requires entering ‘
Classic View’ from the dashboard Screen (top right). The ‘Default View’ is Auttomatic’s
in-house UI and is not compatible with many WordPress plugin APIs.

_Note on fediverse:creator meta tags_
 Mastodon v4.3 added support for Open Graph(“
Twitter Cards”) by adopting a `<meta name="fediverse:creator"...` tag. I initially
intended to support this tag in SMV v.2 but will not be doing that. Doing so requires
implementing Open Graph support, and that takes this plugin away from the “Simple”
philosophy I promised in the name.

## 评价

![](https://secure.gravatar.com/avatar/34457accae2708cae2ffbc008139e1b7f7600cd0b495e5dc3c479f2faebaecc8?
s=60&d=retro&r=g)

### 󠀁[Quick and easy to install](https://wordpress.org/support/topic/quick-and-easy-to-install/)󠁿

 [bobbrown99](https://profiles.wordpress.org/bobbrown99/) 2022 年 12 月 13 日

Does exactly what it says. Took a minute to install and set up. Easy to use.

![](https://secure.gravatar.com/avatar/619197f5aa5fc4cce870b68c27d748219d5296555f36660a1eb6258c21bb19c1?
s=60&d=retro&r=g)

### 󠀁[Worked perfectly](https://wordpress.org/support/topic/worked-perfectly-312/)󠁿

 [derschakal](https://profiles.wordpress.org/derschakal/) 2022 年 12 月 11 日

It worked perfectly, thanks for the plugin!

![](https://secure.gravatar.com/avatar/a9de67e0fd8abe64462ad509539ff05391b1bb84329c109b57489d56926a6d5c?
s=60&d=retro&r=g)

### 󠀁[Worked first time within a minute](https://wordpress.org/support/topic/worked-first-time-within-a-minute/)󠁿

 [rgbartlett](https://profiles.wordpress.org/rgbartlett/) 2022 年 11 月 25 日

Worked within a minute, love the verify authors feature, would recommend to others
in the fediverse.

 [ 阅读所有3条评价 ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/)

## 贡献者及开发者

「Simple Mastodon Verification」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ OpenDNA ](https://profiles.wordpress.org/opendna/)

「Simple Mastodon Verification」插件已被翻译至 3 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/simple-mastodon-verification/contributors)
为本插件所做的贡献。

[帮助将「Simple Mastodon Verification」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/simple-mastodon-verification)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/simple-mastodon-verification/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/simple-mastodon-verification/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/simple-mastodon-verification/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/simple-mastodon-verification/)。

## 更新日志

Project maintained on GitHub at https://github.com/mckinnon/simple-mastodon-verification

#### 2.0.3

 * WP standards require adding CSS to the head instead of inline. Rather than enqueue
   a .css containing only `input:invalid{}`, I have removed the style.

#### 2.0.2

 * Improved escaping and headers to comply with WP standards.

#### 2.0.1

 * Remove support for fediverse:creator meta tag. See Installation page for details.

#### 2.0.0

 * Add support for fediverse:creator meta tag

#### 1.1.3

 * Improve I18N Issue

#### 1.1.2

 * Remove closing PHP tag

#### 1.1.1

 * Site-wide Mastodon URL restricted to https to match changes to Mastodon v4.0.

#### 1.1.0

 * Added support for users to verify using Author’s page

#### 1.0.2

 * Initial commit to WordPress plugin store

## 额外信息

 *  版本 **2.0.3**
 *  最后更新：**2 年前**
 *  活跃安装数量 **800+**
 *  WordPress 版本 ** 6.1 或更高版本 **
 *  已测试的最高版本为 **6.6.5**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/simple-mastodon-verification/)、
   [Dutch](https://nl.wordpress.org/plugins/simple-mastodon-verification/) 、 [English (US)](https://wordpress.org/plugins/simple-mastodon-verification/)
   和 [French (France)](https://fr.wordpress.org/plugins/simple-mastodon-verification/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/simple-mastodon-verification)
 * 标签
 * [fediverse](https://cn.wordpress.org/plugins/tags/fediverse/)[mastodon](https://cn.wordpress.org/plugins/tags/mastodon/)
   [verification](https://cn.wordpress.org/plugins/tags/verification/)
 *  [高级视图](https://cn.wordpress.org/plugins/simple-mastodon-verification/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  3 条 5 星评价     ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/)

## 贡献者

 *   [ OpenDNA ](https://profiles.wordpress.org/opendna/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/simple-mastodon-verification/)