wordpress-activitypub icon indicating copy to clipboard operation
wordpress-activitypub copied to clipboard

Permit to disable comments from fediverse network

Open baby-gnu opened this issue 5 months ago • 13 comments

What

I would like to be able to avoid any comments in wordpress coming from fediverse.

Why

I manage comment and reply to them directly in fediverse and never show them on post and pages.

How

No response

baby-gnu avatar Jan 09 '24 16:01 baby-gnu

Duplicate of #181

mediaformat avatar Jan 10 '24 17:01 mediaformat

@baby-gnu For your site you can use Settings -> Discussion, or choose per-post Discussion setting (un-check allow comments).

However, fediverse users can still reply to a post, this is a protocol level issue... See: https://github.com/mastodon/mastodon/issues/8565#issuecomment-1444583776

it's more or less stalled on protocol talks right now. the current roadblock is trying to make it work for both reply-based systems and comment-based systems, and maintaining compatibility between the two

mediaformat avatar Jan 10 '24 17:01 mediaformat

@baby-gnu For your site you can use Settings -> Discussion, or choose per-post Discussion setting (un-check allow comments).

However, fediverse users can still reply to a post, this is a protocol level issue... See: mastodon/mastodon#8565 (comment)

it's more or less stalled on protocol talks right now. the current roadblock is trying to make it work for both reply-based systems and comment-based systems, and maintaining compatibility between the two

Thanks @mediaformat, disabling discussion do not prevent wordpress to put comments to pending (and notify author):

The toots from fediverse are still in pending

wordpress-activitypub-comment

baby-gnu avatar Jan 11 '24 10:01 baby-gnu

Ah I understand, you would like a setting to to drop Fediverse replies! So would you expect that globally, per post-type or per-post?

mediaformat avatar Jan 12 '24 00:01 mediaformat

Ah I understand, you would like a setting to to drop Fediverse replies! So would you expect that globally, per post-type or per-post?

My use case is globally :+1:

baby-gnu avatar Jan 12 '24 07:01 baby-gnu

Just out of curiosity: most users prefer this plugin, because it supports federated comments, otherwise they use crossposing-plugins. Why do you prefer this plugin, even without the comment feature?

pfefferle avatar Jan 12 '24 08:01 pfefferle

crossposing-plugins

First, I didn't know about other plugins, I discovered the activitypub plugin by a toot on the fediverse.

I like the ability to cut&past a wordpress URL directly in my mastodon client search box to share a blog post :+1:

baby-gnu avatar Jan 15 '24 08:01 baby-gnu

thanks @baby-gnu :)

pfefferle avatar Jan 15 '24 08:01 pfefferle

I like the ability to cut&past a wordpress URL directly in my mastodon client search box to share a blog post 👍

Interesting, I hadn't realised this was a possibility @baby-gnu !

mdingemanse avatar Jan 16 '24 19:01 mdingemanse

I'd like to add my vote to this issue.

Just out of curiosity: most users prefer this plugin, because it supports federated comments, otherwise they use crossposing-plugins. Why do you prefer this plugin, even without the comment feature?

Personally, I've opted to disable comments on some of the posts on my site, but not all of them. When comments are open on a post, I am interested in receiving feedback, whether directly in the comments or via the Fediverse. When comments are closed for a post, I would rather not allow comments, via the site and via the Fediverse. Today folks can still leave comments via the Fediverse.

Thank you!


Internal reference: p1713216236135369-slack-C0CMN0V97

jeherve avatar Apr 16 '24 08:04 jeherve

@jeherve I am not sure if it is a good idea, to re-use core settings for that. We had quite some discussions on the Webmentions plugin, where we tried to re-use the ping settings.

There are folks that disable comments completely, to only use Webmentions and ActivityPub feedback, there are others (like you) that want to have no feedback at all when disabling comments.

I would suggest to have it as a separate setting, where you can disable feedback from the fediverse completely and per post!?!

pfefferle avatar Apr 16 '24 08:04 pfefferle

Is it possible to hook into the "Discussion" section in the Gutenberg sidebar?

Screenshot 2024-04-16 at 10 49 27

pfefferle avatar Apr 16 '24 08:04 pfefferle

I would suggest to have it as a separate setting, where you can disable feedback from the fediverse completely and per post!?!

Yeah, that may be a good option too.

Is it possible to hook into the "Discussion" section in the Gutenberg sidebar?

No, it is not filterable right now.

https://github.com/WordPress/gutenberg/blob/bea46cbe967bb481b12b9f20a6024d3ede609daf/packages/editor/src/components/post-discussion/panel.js#L18

You could suggest that improvement though.

jeherve avatar Apr 16 '24 10:04 jeherve