We just released version 2.0.0 of the #ActivityPub plugin for #WordPress (WordPress.com release is planned for tomorrow).
Main feature: Full bidirectional/threaded comment federation 🎉
Full Changelog: https://github.com/Automattic/wordpress-activitypub/releases/tag/2.0.0
Thanks #Automattic @mattwiebe @kanru @linos @mediaformat @mat @webrocker @sentynel and @janboddez for your contributions
https://wordpress.org/plugins/activitypub/
Release 2.0.0 · Automattic/wordpress-activitypub
What's Changed Normalize attributes that can have mixed value types by @pfefferle in #586 some phpcs fixes by @pfefferle in #590 WebFinger: Add support for URLs by @pfefferle in #594 Remove deprec...GitHub
This entry was edited (10 months ago)
reshared this
Laurens Hof
in reply to Matthias Pfefferle • • •congratulations!
Would you mind giving an example of what is bidirectional comments means in this case? Does that mean that originate from the wordpress blog itself?
Matthias Pfefferle
in reply to Laurens Hof • • •if When you respond to comments from the fediverse on your blog, they will now be federated. This allows you to finally engage in (threaded) communication back and forth directly from the comment section of your blog!
(Limitation: you have to have an account on the blog)
alien
in reply to Matthias Pfefferle • • •That is wonderful, so you don't need an extra ActivityPub account to reply to your blog post's comment.
I bet it will be easier to track the comment with this feature.
But I wonder for blog visitor that do not have ActivityPub account how it will handled?
Matthias Pfefferle
in reply to alien • • •> But I wonder for blog visitor that do not have ActivityPub account how it will handled?
That's a tricky one, because they have no real profile... we can try to give them a temporary, but we have to get sure that we do not run into a GDPR issue here.
alien
in reply to Matthias Pfefferle • • •I think the default WP comment also retains some information about the visitor who commented on the blog, so it should be no problem, right?
Or, to make everything easier, you have to make an announcement on the blog that if the visitor wants to comment, they must have an ActivityPub account. So you don't need to care about the visitor information at all
The only problem now is the old comments on the blog, it is the only thing that hinders me from installing to old blog
Matthias Pfefferle
in reply to alien • • •> I think the default WP comment also retains some information about the visitor who commented on the blog, so it should be no problem, right?
Yes, but I have to make sure that the user can either opt-in/opt-out from federation or at least create the awareness that all comments will be federated... otherwise I have a GDPR problem...