Title: Simple Mastodon Verification
Author: OpenDNA
Published: <strong>19 de noviembre de 2022</strong>
Last modified: 15 de octubre de 2024

---

Buscar plugins

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

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

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

# Simple Mastodon Verification

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

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

 * [Detalles](https://es.wordpress.org/plugins/simple-mastodon-verification/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/simple-mastodon-verification/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/simple-mastodon-verification/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/simple-mastodon-verification/#developers)

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

## Descripción

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.

## Instalación

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.

## Reseñas

![](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/) 13 de diciembre de 2022

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/) 11 de diciembre de 2022

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/) 25 de noviembre de 2022

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

 [ Leer todas las 3 reseñas ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/)

## Colaboradores y desarrolladores

«Simple Mastodon Verification» es un software de código abierto. Las siguientes 
personas han colaborado con este plugin.

Colaboradores

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

«Simple Mastodon Verification» está traducido en 3 idiomas. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/simple-mastodon-verification/contributors)
por sus contribuciones.

[Traduce «Simple Mastodon Verification» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/simple-mastodon-verification)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/simple-mastodon-verification/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/simple-mastodon-verification/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/simple-mastodon-verification/)
por [RSS](https://plugins.trac.wordpress.org/log/simple-mastodon-verification/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

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

## Meta

 *  Versión **2.0.3**
 *  Última actualización **hace 2 años**
 *  Instalaciones activas **800+**
 *  Versión de WordPress ** 6.1 o superior **
 *  Probado hasta **6.6.5**
 *  Versión de PHP ** 7.4 o superior **
 *  Idiomas
 * [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/)
   y [French (France)](https://fr.wordpress.org/plugins/simple-mastodon-verification/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/simple-mastodon-verification)
 * Etiquetas:
 * [fediverse](https://es.wordpress.org/plugins/tags/fediverse/)[mastodon](https://es.wordpress.org/plugins/tags/mastodon/)
   [verification](https://es.wordpress.org/plugins/tags/verification/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/simple-mastodon-verification/advanced/)

## Valoraciones

 5 de 5 estrellas.

 *  [  3 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/?filter=1)

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

[Ver todas las valoraciones](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/simple-mastodon-verification/)