<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Your WordPress as Your Personal Mastodon Instance]]></title><description><![CDATA[<h2>Your WordPress as Your Personal Mastodon Instance</h2>

<p><strong>tl;dr:</strong> Three plugins can transform your WordPress install to your personal <a href="https://joinmastodon.org/">Mastodon</a> Instance: <a href="https://wordpress.org/plugins/activitypub/">ActivityPub</a>, <a href="https://wordpress.org/plugins/enable-mastodon-apps/">Enable Mastodon Apps</a>, and <a href="https://wordpress.org/plugins/friends/">Friends</a>.</p><p>As you might know, I am the author of the <a href="https://wordpress.org/plugins/friends/">Friends plugin for WordPress</a>. I started this in 2018 with the idea (which I <a href="https://alex.kirk.at/2021/01/21/reducing-our-dependency-on-third-party-platforms-for-our-online-activity/">later described in a vision post</a>) that something like Facebook (with private posts) could be implemented decentralized between WordPresses (and later other blogs/cmses).</p><p>To be honest, the effort is and stays somewhat niche. Social networks are good at locking people in, discovery is better, and many of my friends don’t actually run their own blog.</p><h3>Joining the Fediverse</h3><p>A few years later, <a href="https://joinmastodon.org/">Mastodon</a> became big, and having been in contact with <a href="https://notiz.blog">Matthias Pfefferle</a>, I realized (after he repeatedly poked me) that it’d be great to join forces with <a href="https://wordpress.org/plugins/activitypub/">his ActivityPub plugin</a> (later <a href="https://wordpress.com/blog/2023/03/17/making-the-social-web-a-better-place-activitypub-for-wordpress-joins-the-automattic-family/">acquired by Automattic</a><img src="https://bb.devnull.land/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=79c7ec17842" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title="):" alt="😞" /> it allows people on Mastodon and other ActivityPub networks to follow your WordPress blog directly, not utilizing the then common “Share to Twitter” et al functionality.</p><p>So, when you have both ActivityPub and Friends installed, you can be followed and follow people on Mastodon. <a href="https://wpfriends.at/consume-the-web-your-way/">The Friends plugin compiles a feed</a> of your follows (mixed in or separately also with all your RSS subscriptions).</p><figure><img width="1024" height="670" src="https://alex.kirk.at/wp-content/uploads/sites/2/2024/06/friends-mixed-feed-1024x670.png" alt="A screenshot of the Friends plugin home screen feed." /><figcaption>This shows my private Friends page where statuses and posts display mixed (you can also have pure views)</figcaption></figure><p>This was already nice, but Matthias and I both had to implement further elements to be truly integrated into Mastodon conversations: <a href="https://github.com/Automattic/wordpress-activitypub/pull/550">the ActivityPub plugin implemented replies with comments</a>, Friends <a href="https://github.com/akirk/friends/pull/287">implemented Boosting</a> and <a href="https://github.com/akirk/friends/pull/307">Replying to any (ActivityPub) URL</a>, and <a href="https://github.com/Automattic/wordpress-activitypub/pulls?q=is%3Apr+is%3Aclosed">much</a> <a href="https://github.com/akirk/friends/pulls?q=is%3Apr+is%3Aclosed">more</a>.</p><figure><img width="1024" height="615" src="https://alex.kirk.at/wp-content/uploads/sites/2/2024/06/activitypub-admin-1024x615.png" alt="Screenshot of the ActivityPub Admin Screen" /><figcaption>The ActivityPub admin page shows your Mastodon Handle</figcaption></figure><h3>A (Mobile) App Ecosystem</h3><p>Still, there was one piece missing. Mastodon has a <a href="https://joinmastodon.org/apps">thriving third-party app ecosystem</a>. The UI of Mastodon as well of Friends (while <a href="https://github.com/akirk/friends/wiki/Customizing-the-style-of-your-own-Friends-page">completely customizable</a>), is not to everyone’s taste, but you have a huge selection of apps to match your taste.</p><p>So, in the very end of 2022, I started to work on the <a href="https://wordpress.org/plugins/enable-mastodon-apps/">Enable Mastodon Apps</a> plugin. It implements the <a href="https://docs.joinmastodon.org/api/">same API that Mastodon implements for talking to its clients</a>, just in WordPress.</p><figure><img width="1024" height="732" src="https://alex.kirk.at/wp-content/uploads/sites/2/2024/06/mastodon-apps-ecosystem-1024x732.png" alt="A screenshot of Mastodon apps" /><figcaption>Today the <a href="https://joinmastodon.org/apps">official directory</a> lists 56 apps, likely many more exist</figcaption></figure><p>It was quite a wild ride (that likely is not over yet), reverse engineering some clients because they would crash even if the plugin spoke exactly <a href="https://docs.joinmastodon.org/api/guidelines/">what the docs defined</a>. The reason being that most apps (understandably) assume some further truths that are valid for <a href="https://github.com/mastodon/mastodon/">Mastodon’s implementation</a>, like ids, while being <a href="https://docs.joinmastodon.org/entities/Status/#id">defined to be of string value</a>, actually need to be numbers. <a href="https://github.com/Gargron">Eugen Rochko</a> actually later confirmed to me that this specific choice was merely made to avoid troubles with very large ids.</p><p>Last week, I <a href="https://github.com/akirk/enable-mastodon-apps/releases">released 0.9.0 of Enable Mastodon Apps</a> which is almost a rewrite, fueled by <a href="https://hackathon.cloudfest.com/project/enable-mastodon-apps-for-wordpress-and-its-plugins/">contributors at the CloudFest Hackathon</a>: special thanks to <a href="https://notiz.blog">Matthias Pfefferle</a> for hosting it, <a href="https://kittmedia.com">Matthias Kittsteiner</a>, <a href="https://konstantin.obenland.it/">Konstantin Obenland</a>, and <a href="https://www.drivingralle.de">Ralf Wiechers</a> for your contributions! This resulted in a more stable implementation (<a href="https://github.com/akirk/enable-mastodon-apps/blob/main/includes/entity/class-entity.php#L40">ensuring correct JSONs</a>) and a stricter separation of concerns.</p><h3>Combining the Power of Three Plugins</h3><p>So the combination of the three plugins now gives you the ability to fully interact with the Fediverse while not having to host your own Mastodon <a href="https://docs.joinmastodon.org/user/run-your-own/">which comes with quite a list of requirements</a>.</p><p>Granted, there are still rough edges (please help discover and fixing them by reporting in the <a href="https://github.com/Automattic/wordpress-activitypub/issues">respective</a> <a href="https://github.com/akirk/friends/issues">Github</a> <a href="https://github.com/akirk/enable-mastodon-apps/issues">issues</a>) and we yet only have experience with a couple hundred followers and follows. But that works already reliably.</p><p>Each of the plugins are useful on their own:</p><ul><li>If you have just the <a href="https://wordpress.org/plugins/activitypub/">ActivityPub plugin</a>, people can follow your blog on the fediverse, can comment from the fediverse on your posts and your replies will go back into the fediverse.</li><li>If you have just the <a href="https://wordpress.org/plugins/enable-mastodon-apps/">Enable Mastodon Apps plugin</a>, you can use Mastodon Apps to see the posts on your blog (useful if it’s a multi-people blog), reply and submit new posts.</li><li>If you have just the <a href="https://wordpress.org/plugins/friends/">Friends plugin</a>, you can connect WordPresses, follow RSS feeds, get keyword notifications, apply feed rules, react on posts with emoji (there is a bit of an ecosystem of its own, with further plugins <a href="https://github.com/akirk/friends-post-collection">Post Collection</a> and <a href="https://github.com/akirk/friends-send-to-e-reader">Send to E-Reader</a>).</li></ul><p>Together, by making use of <a href="https://developer.wordpress.org/plugins/hooks/">WordPress hooks</a> (see for example the <a href="https://github.com/akirk/enable-mastodon-apps/wiki/Hooks">Enable Mastodon Apps Hooks Documentation</a>), the plugin extend each other’s API responses or UI. What travels over the the ActivityPub protocol is handled by the ActivityPub plugin. When a feed of posts is involved, the Friends plugin will fill in your friends’ posts. And so on.</p><h3>Alternative UIs</h3><p>It’s really quite something to be able to browse your own blog, or statuses and blogs you follow with apps like <a href="https://phanpy.social/">Phanpy</a> (web), <a href="https://elk.zone/">Elk</a> (web), <a href="https://getmammoth.app/">Mammoth</a> (macOS, iPad, iOS), or <a href="https://github.com/tuskyapp/Tusky">Tusky</a> (Android) or <a href="https://tapbots.com/ivory/">Ivory</a> (macOS and iOS).</p><p>The posting experience from mobile using a Mastodon App can be better than with the <a href="https://wordpress.org/mobile/">standard WordPress mobile apps</a>. Each app covers a different use case and has posting UI specialized in that.</p><h3>Empower Your WordPress!</h3><p>I believe that the Fediverse comes to the rescue of blogging. Unfortunately, years ago the comment sections of the web were killed by spam. The fediverse now reopens meaningful interaction with your blog posts. Comments from the Fediverse appear in your blog and your responses are sent back as replies. That gets conversations going again!</p><p>To try it out, you can use <a href="https://wordpress.org/playground/">WordPress “run WordPress in your browser” Playground</a> to take a little glimpse at the plugins without having to install it: Note that, because of its JS nature, playground is in a sandbox and can only connect to CORS enabled URLs.</p><ul><li><a href="https://wordpress.org/plugins/friends/?preview=1">WordPress Playground: Friends Welcome Screen</a></li><li><a href="https://playground.wordpress.net/?blueprint-url=https://alex.kirk.at/friendsdemo1.blueprint.json">WordPress Playground: A pre-configured Friends plugin</a></li><li><a href="https://wordpress.org/plugins/enable-mastodon-apps/?preview=1">WordPress Playground: Enable Mastodon Apps</a></li><li><a href="https://playground.wordpress.net/?plugin=activitypub&amp;url=/wp-admin/admin.php?page=activitypub">WordPress Playground: ActivityPub</a></li></ul><p>Finally, these are the links to the WordPress plugin directory:</p><ul><li><a href="https://wordpress.org/plugins/activitypub/">ActivityPub</a>: have conversations about your blog posts across the fediverse.</li><li><a href="https://wordpress.org/plugins/enable-mastodon-apps/">Enable Mastodon Apps</a>: make WordPress compatible with Mastodon apps.</li><li><a href="https://wordpress.org/plugins/friends/">Friends</a>: follow others via RSS or ActivityPub.</li></ul><p>Thanks for reading, I am curious for your opinions! You can reply to this post on the fediverse!</p>

<a rel="tag" href="https://alex.kirk.at/tag/activitypub/">#ActivityPub</a> <a rel="tag" href="https://alex.kirk.at/tag/mastodon/">#Mastodon</a> <a rel="tag" href="https://alex.kirk.at/tag/wordpress/">#WordPress</a>]]></description><link>https://bb.devnull.land/topic/722a63a4-e92f-44f7-b79a-e81ad89fd942/your-wordpress-as-your-personal-mastodon-instance</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 23:56:00 GMT</lastBuildDate><atom:link href="https://bb.devnull.land/topic/722a63a4-e92f-44f7-b79a-e81ad89fd942.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Jun 2024 14:31:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Your WordPress as Your Personal Mastodon Instance on Fri, 14 Jun 2024 21:21:42 GMT]]></title><description><![CDATA[<p><span><a href="https://alex.kirk.at/author/alex/">@<span>alex</span></a></span> With your Friends-plugin the bluesky bridge seems to kind of work</p>]]></description><link>https://bb.devnull.land/post/https://mastodon.social/users/aslakr/statuses/112617069133459533</link><guid isPermaLink="true">https://bb.devnull.land/post/https://mastodon.social/users/aslakr/statuses/112617069133459533</guid><dc:creator><![CDATA[aslakr@mastodon.social]]></dc:creator><pubDate>Fri, 14 Jun 2024 21:21:42 GMT</pubDate></item><item><title><![CDATA[Reply to Your WordPress as Your Personal Mastodon Instance on Thu, 13 Jun 2024 15:43:12 GMT]]></title><description><![CDATA[<p>Thanks for your perspective! In my experience, using a theme that supports post formats in the sense that you can opt to only show standard posts on the front page should be enough.<br />
Your status posts still have public permalinks and a comments thread but are not shown on the front page.<br />
There are indeed pro/con arguments vs having 3 plugins. Some want small plugins that just do what they need, others don’t like installing multiple plugins. I wish WordPress had support for something like plugin bundles, the plugin requirements are not quite that. We’ve already been toying with the idea of manually bundling the three plugins into one for easier handling.<br />
We’re getting closer to <a href="https://github.com/Automattic/wordpress-activitypub/pull/685" rel="nofollow ugc">implementing “move account” functionality</a>, I agree that you should be able to move to WordPress and back if you discover it’s not yet quite there for you yet. I personally have just started on my own blog on day one but obviously many are already on a Mastodon server!</p>]]></description><link>https://bb.devnull.land/post/https://alex.kirk.at/?c=85176</link><guid isPermaLink="true">https://bb.devnull.land/post/https://alex.kirk.at/?c=85176</guid><dc:creator><![CDATA[alex@alex.kirk.at]]></dc:creator><pubDate>Thu, 13 Jun 2024 15:43:12 GMT</pubDate></item></channel></rss>