Description
What
This is a request for this plugin to create some permalink for every post that only displays the (ActivityPub) comments for the post
Why
Many organizations struggle with fragmented comment threads across may sites (wordpress, self-hosted forums, wiki, etc).
One common solution to this is to try to have one threaded discussion that's then embedded into each distinct website. We see many projects that offer this, for example:
- https://wordpress.org/plugins/disqus-comment-system/
- https://wordpress.org/plugins/wp-discourse/
- https://ido.wordpress.org/plugins/post-to-flarum/
Our organization is looking to achieve something similar to this, but with ActivityPub. This Wordpress ActivityPub plugin is in a great position to solve this headache, if it can provide a single page endpoint that can be embedded on other sites (in an iframe)
How
Every post & page with (ActivityPub) comments enabled would have a dedicated permalink URL, which only displays the (ActivytPub) comments for that page/post. For example:
- https://wordpress.example.com/my-post?commentsOnly=1 or
- https://wordpress.example.com/wordpress-activity-pub-comments/my-post
Then the org would be empowered to embed this wordpress comments-only page onto other websites about the topic, such as our org's MediaWiki site:
<iframe src="https://wordpress.example.com/wordpress-activity-pub-comments/my-post"></iframe>
Then users viewing the companion article on our wiki would be able to view (and participate-in) the exact same comments thread that's made on the corresponding wordpress article.