Title: Simple Mastodon Verification
Author: OpenDNA
Published: <strong>19. november, 2022</strong>
Last modified: 15. oktober, 2024

---

Søg plugins

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

Dette plugin **er ikke blevet testet med de seneste 3 større udgivelser af WordPress**.
Det vedligeholdes eller understøttes muligvis ikke længere og kan have kompatibilitetsproblemer,
når det bruges med nyere versioner af WordPress.

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

# Simple Mastodon Verification

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

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

 * [Detaljer](https://da.wordpress.org/plugins/simple-mastodon-verification/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/simple-mastodon-verification/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/simple-mastodon-verification/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/simple-mastodon-verification/#developers)

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

## Beskrivelse

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.

## Installation

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.

## Anmeldelser

![](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. december, 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. december, 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. november, 2022

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

 [ Læs alle 3 anmeldelser ](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/)

## Bidragsydere & udviklere

“Simple Mastodon Verification” er open source-software. Følgende personer har bidraget
til dette plugin.

Bidragsydere

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

“Simple Mastodon Verification” er blevet oversat til 3 sprog. Tak til [oversætterne](https://translate.wordpress.org/projects/wp-plugins/simple-mastodon-verification/contributors)
for deres bidrag.

[Oversæt “Simple Mastodon Verification” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/simple-mastodon-verification)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/simple-mastodon-verification/),
tjek [SVN repository](https://plugins.svn.wordpress.org/simple-mastodon-verification/),
eller abonner på [udviklerloggen](https://plugins.trac.wordpress.org/log/simple-mastodon-verification/)
via [RSS](https://plugins.trac.wordpress.org/log/simple-mastodon-verification/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

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

 *  Version **2.0.3**
 *  Senest opdateret **2 år siden**
 *  Aktive installationer **800+**
 *  WordPress-version ** 6.1 eller højere **
 *  Testet op til **6.6.5**
 *  PHP-version ** 7.4 eller højere **
 *  Sprog
 * [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/)
   og [French (France)](https://fr.wordpress.org/plugins/simple-mastodon-verification/).
 *  [Oversæt til dit sprog](https://translate.wordpress.org/projects/wp-plugins/simple-mastodon-verification)
 * Tags
 * [fediverse](https://da.wordpress.org/plugins/tags/fediverse/)[mastodon](https://da.wordpress.org/plugins/tags/mastodon/)
   [verification](https://da.wordpress.org/plugins/tags/verification/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/simple-mastodon-verification/advanced/)

## Bedømmelser

 5 ud af 5 stjerner.

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

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

[Se alle anmeldelser.](https://wordpress.org/support/plugin/simple-mastodon-verification/reviews/)

## Bidragsydere

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

## Support

Har du noget at sige? Har du brug for hjælp?

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