Title: Enable Mastodon Apps
Author: Alex Kirk
Published: <strong>28 maart 2023</strong>
Last modified: 10 april 2026

---

Plugins zoeken

![](https://ps.w.org/enable-mastodon-apps/assets/banner-772x250.png?rev=3243594)

![](https://ps.w.org/enable-mastodon-apps/assets/icon-256x256.png?rev=3244261)

# Enable Mastodon Apps

 Door [Alex Kirk](https://profiles.wordpress.org/akirk/)

[Download](https://downloads.wordpress.org/plugin/enable-mastodon-apps.1.6.0.zip)

[Live voorbeeld](https://nl.wordpress.org/plugins/enable-mastodon-apps/?preview=1)

 * [Details](https://nl.wordpress.org/plugins/enable-mastodon-apps/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/enable-mastodon-apps/#reviews)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/enable-mastodon-apps/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/enable-mastodon-apps/)

## Beschrijving

Ondanks dat Mastodon impliceert dat je deze plugin zou gebruiken om op Mastodon 
te engageren (wanneer je het daarvoor hebt ingeschakeld, zie hieronder), is de plugin
nuttig wanneer geïnstalleerd op een eenvoudige WordPress.

Als je een Mastodon app gebruikt, voer je je eigen blog-URL in om verbinding te 
maken en in te loggen op je blog in de volgende schermen.

Je ziet dan alleen de berichten op je blog, wat al nuttig kan zijn in een multi-
auteur omgeving (bijv. privéblogs). Je kunt die Mastodon app ook gebruiken om eenvoudige
berichten te maken met een bericht + bijlage(n), wat beter geschikt kan zijn voor
je gebruikssituatie dan het gebruik van de Gutenberg compatibele WordPress mobiele
app.

Wanneer gebruikt in combinatie met de [ActivityPub](https://wordpress.org/plugins/activitypub/)(
om gevolgd te worden via Mastodon) en [Friends](https://wordpress.org/plugins/friends/)(
om mensen te volgen op Mastodon of via RSS) plugins, zal de Enable Mastodon Apps
plugin je feed van mensen die je volgt tonen en kun je mensen volgen en ontvolgen
vanuit de app.

Wees ervan bewust dat een app een bericht format zal hebben (zie de instellingen
pagina). De plugin zal controleren of de Friends plugin bestaat om een redelijke
standaard te vinden (status met Friends plugin, anders standaard). Wanneer je een
bericht maakt met je Mastodon app, zal het bericht format dat je voor de app geselecteerd
hebt, gebruikt worden.

De plugin is getest met een behoorlijk aantal Mastodon clients, waaronder:

 * [Elk](https://elk.zone/) (Web)
 * [Pinafore](https://pinafore.social/) (Web)
 * [Tusky](https://tusky.app/) (Android)
 * [Ivory](https://tapbots.com/ivory/) (macOS and iOS)
 * [Mona](https://mastodon.social/@MonaApp) (macOS)
 * [IceCubes](https://github.com/Dimillian/IceCubesApp) (macOS)
 * [Mammoth](https://getmammoth.app/) (macOS and iOS)
 * [Phanpy](https://phanpy.social) (Web)
 * [Mona](https://mastodon.social/@MonaApp) (macOS and iOS)

Veel meer, zie de [sectie voor apps van derden op joinmastodon.org/apps](https://joinmastodon.org/apps).
Elke app kan zijn eigenaardigheden hebben, [meld een probleem als je problemen hebt](https://github.com/akirk/enable-mastodon-apps/issues).
Er is ook een kans dat de API nog niet is geïmplementeerd (zie hieronder.)

### Mastodon API implementatie

De plugin implementeert de [Mastodon API zoals gedocumenteerd op joinmastodon.org](https://docs.joinmastodon.org/api/):
de OAuth API voor inloggen (je ziet je WordPress login scherm wanneer je inlogt 
op je Mastodon app, het werkt ook met 2FA plugins) en de REST API voor toegang tot
je gegevens.

Hier is een lijst van endpoints en hun implementatie status:

 * [x] `GET /oauth/authorize` [Autoriseer een gebruiker](https://docs.joinmastodon.org/methods/oauth/#authorize)
 * [x] `POST /oauth/token` [Verkrijg een token](https://docs.joinmastodon.org/methods/oauth/#authorize)
 * [x] `POST /oauth/revoke` [Een token intrekken](https://docs.joinmastodon.org/methods/oauth/#revoke)
 * [ ] `GET /api/v1/e-mails/confirmation` [Bevestigings e-mail opnieuw verzenden](https://docs.joinmastodon.org/methods/emails/#confirmation)
 * [ ] `GET /api/v1/accounts` [Registreer een account](https://docs.joinmastodon.org/methods/accounts/#create)
 * [x] `POST /api/v1/apps` [Maak een applicatie](https://docs.joinmastodon.org/methods/apps/#create)
 * [ ] `GET /api/v1/apps/verify_credentials` [Controleer of je app werkt](https://docs.joinmastodon.org/methods/apps/#verify_credentials)
 * [x] `GET /api/v1/instance` [Bekijk server informatie](https://docs.joinmastodon.org/methods/instance/)(
   v1!)
 * [x] `GET /api/nodeinfo/2.0.json` (gebruikt door Pixelfed)
 * [ ] `GET /api/v1/announcements` (geïmplementeerd als leeg) [Bekijk alle aankondigingen](https://docs.joinmastodon.org/methods/announcements/#get)
 * [ ] `POST /api/v1/announcements/:id/negeren` [Een aankondiging negeren](https://docs.joinmastodon.org/methods/announcements/#dismiss)
 * [ ] `POST /api/v1/announcements/:id/reactions/:name` [Reacties op een aankondiging](https://docs.joinmastodon.org/methods/announcements/#put-reactions)
 * [ ] `GET /api/v1/filters` (geïmplementeerd als leeg)
 * [ ] `GET /api/v1/lists` (geïmplementeerd als leeg)
 * [ ] `GET /api/v1/custom_emojis` (geïmplementeerd als leeg) [Bekijk alle aangepaste emoji’s](https://docs.joinmastodon.org/methods/custom_emojis/#get)
 * [x] `GET /api/v1/accounts/verify_credentials` [Verifieer account referenties](https://docs.joinmastodon.org/methods/accounts/#verify_credentials)
 * [x] `PATCH /api/v1/accounts/update_credentials` [Accountgegevens updaten](https://docs.joinmastodon.org/methods/accounts/#update_credentials)
 * [x] `GET /api/v1/accounts/:id` [Account ophalen](https://docs.joinmastodon.org/methods/accounts/#get)
 * [x] `GET /api/v1/accounts/:id/statuses` [Haal account statussen op](https://docs.joinmastodon.org/methods/accounts/statuses/#get)
 * [x] `GET /api/v1/accounts/:id/followers` [Get account’s followers](https://docs.joinmastodon.org/methods/accounts/#followers)
 * [ ] `GET /api/v1/accounts/:id/following` [Get account’s following](https://docs.joinmastodon.org/methods/accounts/#following)
 * [ ] `GET /api/v1/accounts/:id/featured_tags` [Get account’s featured tags](https://docs.joinmastodon.org/methods/accounts/#featured_tags)
 * [ ] `GET /api/v1/accounts/:id/lists` [Get lists containing this account](https://docs.joinmastodon.org/methods/accounts/#lists)
 * [x] `GET /api/v1/accounts/:id/follow` [Follow account](https://docs.joinmastodon.org/methods/accounts/#follow)
 * [x] `GET /api/v1/accounts/:id/unfollow` [Unfollow account](https://docs.joinmastodon.org/methods/accounts/#unfollow)
 * [x] `GET /api/v1/accounts/relationships` [Check relationships to other accounts](https://docs.joinmastodon.org/methods/accounts/#relationships)
 * [x] `POST /api/v2/media` [Upload media as an attachment (async)](https://docs.joinmastodon.org/methods/media/#v2)
 * [x] `GET /api/v1/media/:id` [Get media attachment](https://docs.joinmastodon.org/methods/media/#get)
 * [x] `POST /api/v1/statuses` [Post a new status](https://docs.joinmastodon.org/methods/statuses/#post)
 * [x] `GET /api/v1/statuses/:id/context` [Get parent and child statuses in context](https://docs.joinmastodon.org/methods/statuses/#context)
 * [x] `POST /api/v1/statuses/:id/favourite` [Favourite a status](https://docs.joinmastodon.org/methods/statuses/#favourite)
 * [x] `POST /api/v1/statuses/:id/unfavourite` [Unfavourite a status](https://docs.joinmastodon.org/methods/statuses/#unfavourite)
 * [x] `POST /api/v1/statuses/:id/reblog` [Boost a status](https://docs.joinmastodon.org/methods/statuses/#boost)
 * [x] `POST /api/v1/statuses/:id/unreblog` [Undo the boost a status](https://docs.joinmastodon.org/methods/statuses/#unreblog)
 * [x] `GET /api/v1/statuses/:id` [View a single status](https://docs.joinmastodon.org/methods/statuses/#get)
 * [x] `GET /api/v1/statuses` [View multiple statuses](https://docs.joinmastodon.org/methods/statuses/#index)
 * [x] `GET /api/v1/meldingen/` (gedeeltelijk, alleen vermeldingen) [Alle meldingen ophalen](https://docs.joinmastodon.org/methods/notifications/#get)
 * [x] `GET /api/v1/notifications/:id` [Haal een enkele melding op](https://docs.joinmastodon.org/methods/notifications/#get-one)
 * [x] `POST /api/v1/notifications/clear` [negeer alle meldingen](https://docs.joinmastodon.org/methods/notifications/#clear)
 * [x] `POST /api/v1/notifications/:id/dismiss` [Een enkele melding negeren](https://docs.joinmastodon.org/methods/notifications/#dismiss)
 * [x] `GET /api/v1/timelines/home` [View home timeline](https://docs.joinmastodon.org/methods/timelines/#home)
 * [x] `GET /api/v1/timelines/public` [View public timeline](https://docs.joinmastodon.org/methods/timelines/#public)
 * [ ] `GET /api/v1/markers` (geïmplementeerd als leeg) [Opgeslagen tijdlijnposities ophalen](https://docs.joinmastodon.org/methods/markers/#get)
 * [ ] `POST /api/v1/markers` [Sla je positie op in een tijdlijn](https://docs.joinmastodon.org/methods/markers/#create)
 * [x] `GET /api/v2/search` (gedeeltelijk, accounts (lokaal en exacte match voor
   extern) en statussen in de lokale db) [Voer een zoekopdracht uit](https://docs.joinmastodon.org/methods/search/#v2)
 * [x] `GET /api/v1/favourites` [View your favourites](https://docs.joinmastodon.org/methods/favourites/#get)
 * [x] `GET /api/v1/bookmarks` [View your bookmarks](https://docs.joinmastodon.org/methods/bookmarks/#get)

Niet genoemde endpoints zijn niet geïmplementeerd. Bijdragen welkom!

Endpoints voor interactie met niet-lokale gebruikers vereisen de [ActivityPub plugin](https://wordpress.org/plugins/activitypub).
Gebruikers volgen vereist de [Friends plugin](https://wordpress.org/plugins/friends).
Endpoints gerelateerd aan lijsten vereisen de [Friends Roles plugin](https://github.com/akirk/friends-roles).

## Schermafbeeldingen

 * [[
 * Je autoriseert Mastodon Apps via je eigen WordPress login UI.
 * [[
 * De Mastodon Apps instellingen pagina.
 * [[

## Beoordelingen

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

### 󠀁[Not everything always works but a great idea and imroving fast](https://wordpress.org/support/topic/not-everything-always-works-but-a-great-idea-and-imroving-fast/)󠁿

 [shawfactor](https://profiles.wordpress.org/shawfactor/) 9 mei 2025

Also has a very responsive and positive developer,

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

### 󠀁[A little buggy but POC is neato](https://wordpress.org/support/topic/a-little-buggy-but-poc-is-neato/)󠁿

 [Seth Goldstein](https://profiles.wordpress.org/goldsteinmedia/) 25 september 2024
4 reacties

A bit rough. Sometimes it makes people only see raw XML. Other times not. Strange.

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

### 󠀁[Works great to allow Mason app users to access WP site](https://wordpress.org/support/topic/works-great-to-allow-mason-app-users-to-access-wp-site/)󠁿

 [Earl_D](https://profiles.wordpress.org/earl_d/) 28 oktober 2023

Like how simple it makes Fediverse instance of WP site to be assed and used through
Mastodon apps

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

### 󠀁[Love it!](https://wordpress.org/support/topic/love-it-4067/)󠁿

 [Mark Waters](https://profiles.wordpress.org/markwaters-1/) 13 september 2023

Thank you so much for writing this , so useful for Status updates.

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

### 󠀁[Doesn’t allow content to be published](https://wordpress.org/support/topic/doesnt-allow-content-to-be-published/)󠁿

 [roastinghousecoffee](https://profiles.wordpress.org/morethanpixelsio/) 25 juni
2023 1 reactie

The only functionality it seems to have working is log in via Mastodon app. Gives
error message when uploading any content via my Mastodon apps (tried Icecube, Metatext
and Mastoot). Checked the support forum and somebody else is having the same issue
but has received no response so it doesn’t give me much hope. Look forward to one
day seeing this working, but not worth installing right now.

 [ Lees alle 6 beoordelingen ](https://wordpress.org/support/plugin/enable-mastodon-apps/reviews/)

## Bijdragers & ontwikkelaars

“Enable Mastodon Apps” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

 *   [ Alex Kirk ](https://profiles.wordpress.org/akirk/)
 *   [ Matthias Pfefferle ](https://profiles.wordpress.org/pfefferle/)
 *   [ Drivingralle ](https://profiles.wordpress.org/drivingralle/)
 *   [ Matthias Kittsteiner ](https://profiles.wordpress.org/kittmedia/)
 *   [ Konstantin Obenland ](https://profiles.wordpress.org/obenland/)

“Enable Mastodon Apps” is vertaald in 16 localen. Dank voor [de vertalers](https://translate.wordpress.org/projects/wp-plugins/enable-mastodon-apps/contributors)
voor hun bijdragen.

[Vertaal “Enable Mastodon Apps” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/enable-mastodon-apps)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/enable-mastodon-apps/),
haal de [SVN repository](https://plugins.svn.wordpress.org/enable-mastodon-apps/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/enable-mastodon-apps/)
via [RSS](https://plugins.trac.wordpress.org/log/enable-mastodon-apps/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

### 1.6.0

 * Support fetching remote/federated posts via status endpoint ([#294](https://github.com/akirk/enable-mastodon-apps/pull/294))
 * Fix missing federation when replying to remote Fediverse posts ([#291](https://github.com/akirk/enable-mastodon-apps/pull/291))
 * Add /api/v1/tags/:name endpoint ([#293](https://github.com/akirk/enable-mastodon-apps/pull/293))
 * Fix notification pagination ([#292](https://github.com/akirk/enable-mastodon-apps/pull/292))
 * Fix more incorrect filter docblock types and add missing docblocks ([#296](https://github.com/akirk/enable-mastodon-apps/pull/296))
 * Fix incorrect return types in timeline and statuses filter documentation ([#295](https://github.com/akirk/enable-mastodon-apps/pull/295))

### 1.5.1

 * Add cleanup logic for reblog mapping posts ([#290](https://github.com/akirk/enable-mastodon-apps/pull/290))
 * Add quote and quoted_update notification types ([#287](https://github.com/akirk/enable-mastodon-apps/pull/287))
 * Prevent login redirect plugins from breaking OAuth flow ([#289](https://github.com/akirk/enable-mastodon-apps/pull/289))
 * Add v2/filters and v2/notifications/policy endpoint stubs ([#288](https://github.com/akirk/enable-mastodon-apps/pull/288))

### 1.5.0

 * Add option to limit posts with attachments ([#282](https://github.com/akirk/enable-mastodon-apps/pull/282))
 * Improve registered apps page ([#277](https://github.com/akirk/enable-mastodon-apps/pull/277))
 * Ensure numeric ids on statuses in searches ([#274](https://github.com/akirk/enable-mastodon-apps/pull/274))
 * Add the /api/v1/statuses endpoint ([#276](https://github.com/akirk/enable-mastodon-apps/pull/276))
 * Use a Github action to extract the wp hooks ([#271](https://github.com/akirk/enable-mastodon-apps/pull/271))
 * Remote type=button attribute ([#268](https://github.com/akirk/enable-mastodon-apps/pull/268))
 * Add the editor to Mastodon posts ([#266](https://github.com/akirk/enable-mastodon-apps/pull/266))

### 1.4.6

 * Fix registering rewrite rules ([#261](https://github.com/akirk/enable-mastodon-apps/pull/261))
 * Fix missing type=button on toggle all link ([#259](https://github.com/akirk/enable-mastodon-apps/pull/259))
 * Bring back post row actions ([#260](https://github.com/akirk/enable-mastodon-apps/pull/260))

### 1.4.5

 * Flush Rewrite Rules later ([#257](https://github.com/akirk/enable-mastodon-apps/pull/257))

### 1.4.4

 * Add support for internal DMs ([#253](https://github.com/akirk/enable-mastodon-apps/pull/253))
 * Improve Debugger ([#256](https://github.com/akirk/enable-mastodon-apps/pull/256))

### 1.4.3

 * Fix double creation of reply posts ([#245](https://github.com/akirk/enable-mastodon-apps/pull/245))
 * Enable OPTIONS and api/apps endpoint even with rest_login_required ([#242](https://github.com/akirk/enable-mastodon-apps/pull/242))
 * Convert urls to links when posting ([#243](https://github.com/akirk/enable-mastodon-apps/pull/243))

### 1.4.2

 * Update search endpoints ([#238](https://github.com/akirk/enable-mastodon-apps/pull/238))
 * Fix the EMA announcements appearing publically when debug on ([#237](https://github.com/akirk/enable-mastodon-apps/pull/237))

### 1.4.1

 * Allow filtering whether the user is a member of the blog ([#234](https://github.com/akirk/enable-mastodon-apps/pull/234))

### 1.4.0

 * Implement Direct Messages ([#233](https://github.com/akirk/friends/pull/233))
 * Add following endpoint ([#228](https://github.com/akirk/friends/pull/228))
 * Submit Post as Standard if create post format is empty ([#227](https://github.com/akirk/friends/pull/227))
 * Fix comments context API response ([#225](https://github.com/akirk/friends/pull/225))
 * Fix title in standard posts when HTML is submitted ([#226](https://github.com/akirk/friends/pull/226))

### 1.3.0

 * Fix small errors on app page ([#224](https://github.com/akirk/enable-mastodon-apps/pull/224))
 * Show internal CPTs if debug is turned on ([#223](https://github.com/akirk/enable-mastodon-apps/pull/223))
 * Add setting for a default post format ([#221](https://github.com/akirk/enable-mastodon-apps/pull/221))
 * Improve New Post Setting and explicit set a New post format ([#220](https://github.com/akirk/enable-mastodon-apps/pull/220),
   [#222](https://github.com/akirk/enable-mastodon-apps/pull/222))
 * Assign all post formats to EMA announcements ([#218](https://github.com/akirk/enable-mastodon-apps/pull/218))

### 1.2.1

 * Fixed Boost, Like and Comment notifications ([#216](https://github.com/akirk/enable-mastodon-apps/pull/216))
 * Announce Initial and Changed App Settings ([#207](https://github.com/akirk/enable-mastodon-apps/pull/207),
   [#214](https://github.com/akirk/enable-mastodon-apps/pull/214))
 * Added a Welcome message to your feed and explain the EMA plugin ([#210](https://github.com/akirk/enable-mastodon-apps/pull/210))
 * Added missing types to notifications endpoint ([#215](https://github.com/akirk/enable-mastodon-apps/pull/215))
 * Don’t set any post formats as default ([#211](https://github.com/akirk/enable-mastodon-apps/pull/211))
 * Updated Mastodon API Tester ([#209](https://github.com/akirk/enable-mastodon-apps/pull/209))
 * Added a setting to disable status updates to be added to the feed ([#208](https://github.com/akirk/enable-mastodon-apps/pull/208))
 * Added support for the OAuth2 Out of Band flow ([#206](https://github.com/akirk/enable-mastodon-apps/pull/206))

### 1.1.0

 * Add an Announcement CPT so that we can inform about the changed app settings (
   [#204](https://github.com/akirk/enable-mastodon-apps/pull/204))
 * Add support for viewing bookmarks and favourites ([#203](https://github.com/akirk/enable-mastodon-apps/pull/203))
 * Fix a wrong settings link, thanks @jeherve! ([#202](https://github.com/akirk/enable-mastodon-apps/pull/202))
 * Fix problems with user language when authorizing ([#201](https://github.com/akirk/enable-mastodon-apps/pull/201))

### 1.0.0

 * Post through Mastodon Apps to a new post type by default ([#192](https://github.com/akirk/enable-mastodon-apps/pull/192))
 * Explain the new hide posts setting better ([#198](https://github.com/akirk/enable-mastodon-apps/pull/198))
 * Don’t enforce parameters on non-EMA REST requests ([#197](https://github.com/akirk/enable-mastodon-apps/pull/197))
 * Add missing CPT supports ([#196](https://github.com/akirk/enable-mastodon-apps/pull/196))
 * Don’t show reblog mapping posts ([#193](https://github.com/akirk/enable-mastodon-apps/pull/193))
 * Update PHPCompatibility and restrict PHPUnit ([#195](https://github.com/akirk/enable-mastodon-apps/pull/195))
 * Add missing svn in Github Actions ([#194](https://github.com/akirk/enable-mastodon-apps/pull/194))
 * Improve REST Authentication Error Debugging ([#191](https://github.com/akirk/enable-mastodon-apps/pull/191))
 * Use title instead of post_content when there is no line break ([#185](https://github.com/akirk/enable-mastodon-apps/pull/185))
 * Fix wp:image block created for attachments ([#184](https://github.com/akirk/enable-mastodon-apps/pull/184))

### 0.9.9

 * Improve targeting of CORS headers ([#181](https://github.com/akirk/enable-mastodon-apps/pull/181))
 * Fix fatal when deleting an app ([#182](https://github.com/akirk/enable-mastodon-apps/pull/182))

### 0.9.8

 * Oplossing voor het beantwoorden van ontvangen reacties via de ActivityPub plugin(
   [#176](https://github.com/akirk/enable-mastodon-apps/pull/176))

### 0.9.7

 * Opgelost: bug waarbij het aanmaken van berichttype werd genegeerd ([#175](https://github.com/akirk/enable-mastodon-apps/pull/175))
 * Zet automatisch bericht inhoud om naar blokken, kan worden uitgeschakeld ([#174](https://github.com/akirk/enable-mastodon-apps/pull/174))

### 0.9.6

 * Voegt steaming_api toe aan instance_v1, props @mediaformat ([#171](https://github.com/akirk/enable-mastodon-apps/pull/171))
 * PATCH routes: ondersteuning field_attributes, props @mattwiebe ([#167](https://github.com/akirk/enable-mastodon-apps/pull/167))
 * Maak token opslag taxonomieën privé, props @mattwiebe ([#165](https://github.com/akirk/enable-mastodon-apps/pull/165))
 * Geüpdatet tester.html van upstream
 * Introduceer een nooit gebruikt label op het geregistreerde apps scherm.

### 0.9.5

 * Voeg een details link toe aan de apps pagina ([#163](https://github.com/akirk/enable-mastodon-apps/pull/163))
 * Toon alle reacties van anderen als meldingen ([#164](https://github.com/akirk/enable-mastodon-apps/pull/164))
 * Update NodeInfo endpoint door @pfefferle ([#162](https://github.com/akirk/enable-mastodon-apps/pull/162))
 * Multisite: zorg ervoor dat user_ids alleen werken voor gebruikers van deze site
   door @mattwiebe ([#158](https://github.com/akirk/enable-mastodon-apps/pull/158))
 * Verhoog phpcs regels en los ze op door @mattwiebe ([#160](https://github.com/akirk/enable-mastodon-apps/pull/160),
   [#155](https://github.com/akirk/enable-mastodon-apps/pull/155))
 * Voeg `api/v1/accounts/update_credentials` route toe door @mattwiebe ([#157](https://github.com/akirk/enable-mastodon-apps/pull/157))

### 0.9.4

 * Toegevoegd een speciale pagina per app in de instellingen. Daar kun je instellen
   welke berichttypes in de app moeten worden getoond. Ook welk berichttype moet
   worden aangemaakt voor nieuwe berichten. ([#154](https://github.com/akirk/enable-mastodon-apps/pull/154))
 * Opgelost: authenticatie van Jetpack zodat je WordPress.com kunt verbinden met
   deze plugin ([#152](https://github.com/akirk/enable-mastodon-apps/pull/152))

### 0.9.3

 * Breng de upgrade code terug.

### 0.9.2

 * Snelle oplossing om het upgrade script uit te schakelen om fouten te voorkomen.

### 0.9.1

 * Sta een lege zoekopdracht toe, om in alle categorieën te zoeken ([#150](https://github.com/akirk/enable-mastodon-apps/pull/150))
   props @pfefferle
 * Activeer de Link Manager niet opnieuw ([#148](https://github.com/akirk/enable-mastodon-apps/pull/148))
 * Vermijd fouten bij het verdelen van strings ([#147](https://github.com/akirk/enable-mastodon-apps/pull/147))
   props @mattwiebe
 * Voeg geen spam reacties toe aan de feed ([#149](https://github.com/akirk/enable-mastodon-apps/pull/149))
 * Zorg ervoor dat er geen spaties in URL’s zijn ([#144](https://github.com/akirk/enable-mastodon-apps/pull/144))
 * Oplossing voor enkele typefouten op het welkomstscherm ([#143](https://github.com/akirk/enable-mastodon-apps/pull/143))

### 0.9.0

 * Volledige herschrijving, begonnen bij de Cloudfest Hackathon! Props @pfefferle,
   @drivingralle, @kittmedia, @obenland
 * Dus: alle ActivityPub gerelateerde taken worden afgehandeld door de ActivityPub
   plugin, alle vriendschapsgerelateerde taken door de Friends plugin. Zorg ervoor
   dat je de nieuwste versie van die plugins hebt als je dergelijke functies wilt
   gebruiken.
 * Herziene instellingen, een manier toegevoegd om de lokale API te testen ([#138](https://github.com/akirk/enable-mastodon-apps/pull/138),
   [#140](https://github.com/akirk/enable-mastodon-apps/pull/140))
 * Toestaan bewerken van een ingediende status ([#137](https://github.com/akirk/enable-mastodon-apps/pull/137))
 * Verbeteringen aan bijlagen ([#132](https://github.com/akirk/enable-mastodon-apps/pull/132),
   [#136](https://github.com/akirk/enable-mastodon-apps/pull/136))
 * Oplossing OAuth rewrite pad ([#130](https://github.com/akirk/enable-mastodon-apps/pull/130))

## Community plugin

Deze plugin wordt ontwikkeld en ondersteund door een community. [Draag bij aan deze plugin](https://github.com/akirk/enable-mastodon-apps)

## Meta

 *  Versie **1.6.0**
 *  Laatst geüpdatet **1 week geleden**
 *  Actieve installaties **600+**
 *  WordPress versie ** 5.0 of nieuwer **
 *  Getest t/m **6.8.5**
 *  PHP versie ** 7.4 of nieuwer **
 *  Talen
 * [Arabic](https://ar.wordpress.org/plugins/enable-mastodon-apps/), [Chinese (China)](https://cn.wordpress.org/plugins/enable-mastodon-apps/),
   [Chinese (Taiwan)](https://tw.wordpress.org/plugins/enable-mastodon-apps/), [Dutch](https://nl.wordpress.org/plugins/enable-mastodon-apps/),
   [English (US)](https://wordpress.org/plugins/enable-mastodon-apps/), [French (France)](https://fr.wordpress.org/plugins/enable-mastodon-apps/),
   [German](https://de.wordpress.org/plugins/enable-mastodon-apps/), [Hebrew](https://he.wordpress.org/plugins/enable-mastodon-apps/),
   [Italian](https://it.wordpress.org/plugins/enable-mastodon-apps/), [Japanese](https://ja.wordpress.org/plugins/enable-mastodon-apps/),
   [Korean](https://ko.wordpress.org/plugins/enable-mastodon-apps/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/enable-mastodon-apps/),
   [Russian](https://ru.wordpress.org/plugins/enable-mastodon-apps/), [Spanish (Chile)](https://cl.wordpress.org/plugins/enable-mastodon-apps/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/enable-mastodon-apps/), [Swedish](https://sv.wordpress.org/plugins/enable-mastodon-apps/)
   en [Turkish](https://tr.wordpress.org/plugins/enable-mastodon-apps/).
 *  [Vertaal in je eigen taal](https://translate.wordpress.org/projects/wp-plugins/enable-mastodon-apps)
 * Tags
 * [activitypub](https://nl.wordpress.org/plugins/tags/activitypub/)[fediverse](https://nl.wordpress.org/plugins/tags/fediverse/)
   [friends](https://nl.wordpress.org/plugins/tags/friends/)[mastodon](https://nl.wordpress.org/plugins/tags/mastodon/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/enable-mastodon-apps/advanced/)

## Waarderingen

 3.8 van 5 sterren.

 *  [  2 5 sterren beoordelingen     ](https://wordpress.org/support/plugin/enable-mastodon-apps/reviews/?filter=5)
 *  [  1 4 ster beoordeling     ](https://wordpress.org/support/plugin/enable-mastodon-apps/reviews/?filter=4)
 *  [  1 3 ster beoordeling     ](https://wordpress.org/support/plugin/enable-mastodon-apps/reviews/?filter=3)
 *  [  1 2 ster beoordeling     ](https://wordpress.org/support/plugin/enable-mastodon-apps/reviews/?filter=2)
 *  [  0 1 sterren beoordelingen     ](https://wordpress.org/support/plugin/enable-mastodon-apps/reviews/?filter=1)

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/enable-mastodon-apps/reviews/)

## Bijdragers

 *   [ Alex Kirk ](https://profiles.wordpress.org/akirk/)
 *   [ Matthias Pfefferle ](https://profiles.wordpress.org/pfefferle/)
 *   [ Drivingralle ](https://profiles.wordpress.org/drivingralle/)
 *   [ Matthias Kittsteiner ](https://profiles.wordpress.org/kittmedia/)
 *   [ Konstantin Obenland ](https://profiles.wordpress.org/obenland/)

## Ondersteuning

Opgeloste problemen in de laatste twee maanden:

     0 van de 1

 [Het supportforum bekijken](https://wordpress.org/support/plugin/enable-mastodon-apps/)