And if we get to such future, it's possible that we won't even need a Mastodon/Twitter account to have a timeline. iOS and Android could build native support for following accounts and displaying timelines in the operating system.
I want to be able to have a fediverse feed that's as much RSS feed as news feed, but that's my preference. I'm really glad WP is making it easy for folks to use ActivityPub.
Also, the brand is in really bad shape. Super outdated and stale. I know a lot of people wish it didn't, but that kind of thing really matters when you're trying to get lots of people to think your product is worth investing time into.
Bluesky insists on building its own protocol and is making empty promises (https://atproto.com/specs/atp#future-work) to turn it over to the IETF or W3C at some undetermined date.
In an ActivityPub world, this is particularly unlikely to happen. Arguably, we've actually had a social media ecosystem a bit like this before; there was a time when Wordpress (self-hosted or service), MovableType and a few others could interact via things like pingbacks (a sort of early quote-tweet).
Twitter and Mastodon are cognitively low-maintenance tools. The authoring is very simple, and designed to be within 280/500 characters. Wordpress is the opposite. The UI assumes you're there to write, not view other people's sites and comment on them.
Automattic owns Tumblr, and that type of UI is probably what would get people thinking of posts as "tweet-length info" instead of full-on blog posts.
"Your WordPress blog can now become a profile for the fediverse. This means your readers can follow you and receive all the latest posts from your blog directly on their preferred platform. More so, they can engage in enriching conversations by replying to your posts, with their replies reflecting as comments on your blog post, creating a synchronized and interactive experience."
Along the same lines there is talk about discourse and nextcloud extensions which also have large installed bases and amenable to single-click type installs.
In a sense any self-hosted server that publishes stuff is a candidate to get integrated into the fediborg.
What would be really sweet is to pre-emptively embed activitypub federation into generic platforms like django, phoenix, laravel etc. Right now various teams work in uncoordinated projects all implementing similar functionality.
On the other hand, Tumblr is supposedly working on ActivityPub integration, and that could become a major Fediverse player with the ability to replace Mastodon.
But it is true that all these different type of servers have different specializations as to what type of content is easy to produce and distribute on them. A further intriguing aspect is to federate with video, image or audio sharing servers (peertube, pixelfed, funkwhale).
Is WordPress exposing AP to plugins? If so, I'm brushing up my PHP to author a plugin to host a Twitter-like experience on the WordPress site. Let's bring back Pingbacks back! This time, on the Fediverse. I could make dozens of dollars on MRR. Dozens!
So if a spammer on Mastodon replies to your post, it will be caught by Akismet (or whatever spam filter you're running).
Instead of openprotocolfanblog.wordpress.com@openprotocolfanblog.wordpress.com it should be openprotocolfanblog@wordpress.com
For example: `openprotocolfanblog@wordpress.com` makes only sense if you use the wordpress.com subdomain. If you have your own domain, you want to have something like `username@domain` not `username@wordpress.com`.
Besides of that, you will be able to activate user-accounts (next to the blog-account) on higher plans. That means we had to choose something that is consistent but causes no collisions with usernames.
And finally Mastodon and others only show the part before the @, that makes the ID very similar to what Bluesky is doing. https://mastodon.social/@pfefferle/111220452911718192
This way, every Wordpress blog is for practical purposes its own instance.
That said, the username component does seem unnecessarily unwieldy.
Edit: I am fine with adding dynamic features to the site. I see there are implementations [1], which kind of are in the ballpark.
[1] https://github.com/toddsundsted/ktistec https://github.com/davecheney/pub
I encourage you to try building your own minimal ActivityPub server — here's a tutorial to get you started: https://blog.joinmastodon.org/2018/06/how-to-implement-a-bas...
The sending and receiving parts aren't required to run on the same machine. You can send activities from your laptop, but the receiving side needs to be on a server with a public IP, a domain, HTTPS and all that.
https://cassidyjames.com/blog/fediverse-blog-comments-mastod...
However, there are premade services that will take an RSS feed and do all the work to allow subscriptions, etc.
How does it work tho? It's just like the 'old' RSS->tweets kind of thing? or does the whole blog post get sent into the fediverse as a post? Making it kind of unwieldly? Microblogging is dead? Long live microblogging.
For example, if you follow @blog@shkspr.mobi you'll see my blog's posts in your social feed. They appear just like any other message.
I've written a bit about it at https://shkspr.mobi/blog/2023/09/this-blog-is-now-on-the-fed...
Welcome to one of those rare times when you need to read the article.
This is announcing built-in support that doesn't need the plugin. You can still optionally install the plugin if you have the more expensive plans. The plugin was already usable on WordPress.com and has been for months: https://wordpress.com/blog/2023/03/17/making-the-social-web-...
WordPress.com != open source WordPress