6,000+
May 18, 2026
September 24, 2018
Enter the fediverse with ActivityPub, broadcasting your blog to a wider audience! Attract followers, deliver updates, and receive comments from a diverse user base of ActivityPub-compliant platforms.
With the ActivityPub plugin installed, your WordPress blog itself functions as a federated profile, along with profiles for each author. For instance, if your website is example.com, then the blog-wide profile can be found at @example.com@example.com, and authors like Jane and Bob would have their individual profiles at @jane@example.com and @bob@example.com, respectively.
An example: I give you my Mastodon profile name: @pfefferle@mastodon.social. You search, see my profile, and hit follow. Now, any post I make appears in your Home feed. Similarly, with the ActivityPub plugin, you can find and follow Jane’s profile at @jane@example.com.
Once you follow Jane’s @jane@example.com profile, any blog post she crafts on example.com will land in your Home feed. Simultaneously, by following the blog-wide profile @example.com@example.com, you’ll receive updates from all authors.
Note: If no one follows your author or blog instance, your posts remain unseen. The simplest method to verify the plugin’s operation is by following your profile. If you possess a Mastodon profile, initiate by following your new one.
The plugin works with the following tested federated platforms, but there may be more that it works with as well:
Some things to note:
So what’s the process?
@your_username@example.com or @example.com@example.com, so that is what you’ll search for.Note: It may take up to 15 minutes or so for the new post to show up in your federated feed. This is because the messages are sent to the federated platforms using a delayed cron. This avoids breaking the publishing process for those cases where users might have lots of followers. So please don’t assume that just because you didn’t see it show up right away that something is broken. Give it some time. In most cases, it will show up within a few minutes, and you’ll know everything is working as expected.
Follow the normal instructions for installing WordPress plugins.
To add a WordPress Plugin using the built-in plugin installer:
activitypub” into the Search Plugins box.There are a few cases when manually installing a WordPress Plugin is appropriate.
Installation of a WordPress Plugin manually requires FTP familiarity and the awareness that you may put your site at risk if you install a WordPress Plugin incompatible with the current version or from an unreliable source.
Backup your site completely before proceeding.
To install a WordPress Plugin manually:
wp-content/plugins folder in your WordPress directory online.This plugin connects your WordPress blog to popular social platforms like Mastodon, making your posts more accessible to a wider audience. Once installed, your blog can be followed by users on these platforms, allowing them to receive your new posts in their feeds.
ActivityPub for WordPress adds Fediverse features to WordPress, but it is not a replacement for platforms like Friendica or Mastodon. If you’re looking to host a decentralized social network, consider using Mastodon or Friendica.
The name ActivityPub comes from the two core ideas behind the protocol:
Put together, ActivityPub is a protocol for publishing and subscribing to activities, which enables decentralized social networking — where different servers can interact and users can follow each other across the Fediverse.
We have a How-To section in the docs directory that can help you troubleshoot common issues.
The plugin uses PHP Constants to enable, disable or change its default behaviour. Please use them with caution and only if you know what you are doing.
ACTIVITYPUB_REST_NAMESPACE – Change the default Namespace of the REST endpoint. Default: activitypub/1.0.ACTIVITYPUB_EXCERPT_LENGTH – Change the length of the Excerpt. Default: 400.ACTIVITYPUB_MAX_IMAGE_ATTACHMENTS – Change the number of attachments, that should be federated. Default: 4.ACTIVITYPUB_HASHTAGS_REGEXP – Change the default regex to detect hashtext in a text. Default: (?:(?<=\s)|(?<=<p>)|(?<=<br>)|^)#([A-Za-z0-9_]+)(?:(?=\s|[[:punct:]]|$)).ACTIVITYPUB_USERNAME_REGEXP – Change the default regex to detect @-replies in a text. Default: (?:([A-Za-z0-9\._-]+)@((?:[A-Za-z0-9_-]+\.)+[A-Za-z]+)).ACTIVITYPUB_URL_REGEXP – Change the default regex to detect urls in a text. Default: (www.|http:|https:)+[^\s]+[\w\/].ACTIVITYPUB_CUSTOM_POST_CONTENT – Change the default template for Activities. Default: <strong>[ap_title]</strong>\n\n[ap_content]\n\n[ap_hashtags]\n\n[ap_shortlink].ACTIVITYPUB_AUTHORIZED_FETCH – Enable AUTHORIZED_FETCH.ACTIVITYPUB_DISABLE_REWRITES – Disable auto generation of mod_rewrite rules. Default: false.ACTIVITYPUB_DISABLE_INCOMING_INTERACTIONS – Block incoming replies/comments/likes. Default: false.ACTIVITYPUB_DISABLE_OUTGOING_INTERACTIONS – Disable outgoing replies/comments/likes. Default: false.ACTIVITYPUB_DISABLE_REMOTE_CACHE – Disable remote media caching (avatars, media, emoji). Default: false. Replaces ACTIVITYPUB_DISABLE_SIDELOADING from 7.9.1.ACTIVITYPUB_SHARED_INBOX_FEATURE – Enable the shared inbox. Default: false.ACTIVITYPUB_SEND_VARY_HEADER – Enable to send the Vary: Accept header. Default: false.If you have activated the blog user, you will find the list of his followers in the settings under /wp-admin/options-general.php?page=activitypub&tab=followers.
The followers of a user can be found in the menu under “Users” -> “Followers” or under wp-admin/users.php?page=activitypub-followers-list.
For reasons of data protection, it is not possible to see the followers of other users.
data-wp-on-async by switching the plugin’s interactive blocks to the new withSyncEvent() helper.activitypub_post_object_type filter so plugins can override the federated object type (Note, Article, Page) for a post.activitypub_pre_get_by_id filter to allow plugins to register custom virtual actors resolved by ID.$limit, $before_date, and $after_date as additional filter arguments so third-party handlers can fetch the correct window.array_keys(null) in Comment::get_comment_type_slugs() that could take down any request where a third-party plugin transitioned a custom comment type before add_comment_type() had been called.ACTIVITYPUB_DISABLE_SIDELOADING constant and activitypub_sideloading_enabled filter from version 7.9.1.wp activitypub fetch CLI command for fetching remote URLs with signed HTTP requests.See full Changelog on GitHub.
| Version | Download | Type |
|---|---|---|
| 8.3.0 | Download | Stable |
| 8.2.1 | Download | Stable |
| 8.2.0 | Download | Stable |
| 8.1.1 | Download | Stable |
| 8.1.0 | Download | Stable |
| 8.0.2 | Download | Stable |
| 8.0.1 | Download | Stable |
| 8.0.0 | Download | Stable |
| 7.9.1 | Download | Stable |
| 7.9.0 | Download | Stable |
| 7.8.5 | Download | Stable |
| 7.8.4 | Download | Stable |
| 7.8.3 | Download | Stable |
| 7.8.2 | Download | Stable |
| 7.8.1 | Download | Stable |
| 7.8.0 | Download | Stable |
| 7.7.1 | Download | Stable |
| 7.7.0 | Download | Stable |
| 7.6.1 | Download | Stable |
| 7.6.0 | Download | Stable |
| 7.5.0 | Download | Stable |
| 7.4.0 | Download | Stable |
| 7.3.0 | Download | Stable |
| 7.2.0 | Download | Stable |
| 7.1.0 | Download | Stable |
| 7.0.1 | Download | Stable |
| 7.0.0 | Download | Stable |
| 6.0.2 | Download | Stable |
| 6.0.1 | Download | Stable |
| 6.0.0 | Download | Stable |
| 5.9.2 | Download | Stable |
| 5.9.1 | Download | Stable |
| 5.9.0 | Download | Stable |
| 5.8.0 | Download | Stable |
| 5.7.0 | Download | Stable |
| 5.6.1 | Download | Stable |
| 5.6.0 | Download | Stable |
| 5.5.0 | Download | Stable |
| 5.4.1 | Download | Stable |
| 5.4.0 | Download | Stable |
| 5.3.2 | Download | Stable |
| 5.3.1 | Download | Stable |
| 5.3.0 | Download | Stable |
| 5.2.0 | Download | Stable |
| 5.1.0 | Download | Stable |
| 5.0.0 | Download | Stable |
| 4.7.3 | Download | Stable |
| 4.7.2 | Download | Stable |
| 4.7.1 | Download | Stable |
| 4.7.0 | Download | Stable |
| 4.6.0 | Download | Stable |
| 4.5.1 | Download | Stable |
| 4.5.0 | Download | Stable |
| 4.4.0 | Download | Stable |
| 4.3.0 | Download | Stable |
| 4.2.1 | Download | Stable |
| 4.2.0 | Download | Stable |
| 4.1.1 | Download | Stable |
| 4.1.0 | Download | Stable |
| 4.0.2 | Download | Stable |
| 4.0.1 | Download | Stable |
| 4.0.0 | Download | Stable |
| 3.3.3 | Download | Stable |
| 3.3.2 | Download | Stable |
| 3.3.1 | Download | Stable |
| 3.3.0 | Download | Stable |
| 3.2.5 | Download | Stable |
| 3.2.4 | Download | Stable |
| 3.2.3 | Download | Stable |
| 3.2.2 | Download | Stable |
| 3.2.1 | Download | Stable |
| 3.2.0 | Download | Stable |
| 3.1.0 | Download | Stable |
| 3.0.0 | Download | Stable |
| 2.6.1 | Download | Stable |
| 2.6.0 | Download | Stable |
| 2.5.0 | Download | Stable |
| 2.4.0 | Download | Stable |
| 2.3.1 | Download | Stable |
| 2.3.0 | Download | Stable |
| 2.2.0 | Download | Stable |
| 2.1.1 | Download | Stable |
| 2.1.0 | Download | Stable |
| 2.0.1 | Download | Stable |
| 2.0.0 | Download | Stable |
| 1.3.0 | Download | Stable |
| 1.2.0 | Download | Stable |
| 1.1.0 | Download | Stable |
| 1.0.10 | Download | Stable |
| 1.0.9 | Download | Stable |
| 1.0.8 | Download | Stable |
| 1.0.7 | Download | Stable |
| 1.0.6 | Download | Stable |
| 1.0.5 | Download | Stable |
| 1.0.4 | Download | Stable |
| 1.0.3 | Download | Stable |
| 1.0.2 | Download | Stable |
| 1.0.1 | Download | Stable |
| 1.0.0 | Download | Stable |
| 0.17.0 | Download | Stable |
| 0.16.5 | Download | Stable |
| 0.16.4 | Download | Stable |
| 0.16.3 | Download | Stable |
| 0.16.2 | Download | Stable |
| 0.16.1 | Download | Stable |
| 0.16.0 | Download | Stable |
| 0.15.0 | Download | Stable |
| 0.14.3 | Download | Stable |
| 0.14.2 | Download | Stable |
| 0.14.1 | Download | Stable |
| 0.14.0 | Download | Stable |
| 0.13.4 | Download | Stable |
| 0.13.3 | Download | Stable |
| 0.13.2 | Download | Stable |
| 0.13.1 | Download | Stable |
| 0.13.0 | Download | Stable |
| 0.12.0 | Download | Stable |
| 0.11.2 | Download | Stable |
| 0.11.1 | Download | Stable |
| 0.11.0 | Download | Stable |
| 0.10.1 | Download | Stable |
| 0.10.0 | Download | Stable |
| 0.9.1 | Download | Stable |
| 0.9.0 | Download | Stable |
| 0.8.3 | Download | Stable |
| 0.8.2 | Download | Stable |
| 0.8.1 | Download | Stable |
| 0.8.0 | Download | Stable |
| 0.7.4 | Download | Stable |
| 0.7.3 | Download | Stable |
| 0.7.2 | Download | Stable |
| 0.7.1 | Download | Stable |
| 0.7.0 | Download | Stable |
| 0.6.0 | Download | Stable |
| 0.5.1 | Download | Stable |
| 0.5.0 | Download | Stable |
| 0.4.4 | Download | Stable |
| 0.4.3 | Download | Stable |
| 0.4.2 | Download | Stable |
| 0.4.1 | Download | Stable |
| 0.4.0 | Download | Stable |
| 0.3.2 | Download | Stable |
| 0.3.1 | Download | Stable |
| 0.3.0 | Download | Stable |
| 0.2.1 | Download | Stable |
| 0.2.0 | Download | Stable |
| 0.1.1 | Download | Stable |
| 0.1.0 | Download | Stable |
| 0.0.2 | Download | Stable |
| 0.0.1 | Download | Stable |
| Development | Download | Trunk |