janboddez / share-on-mastodon

Easily share WordPress posts on Mastodon.
https://jan.boddez.net/wordpress/share-on-mastodon
GNU General Public License v3.0
39 stars 5 forks source link

Remove tag archive links added by the ActivityPub plugin #93

Closed janboddez closed 9 months ago

janboddez commented 9 months ago

The AP plugin offers the ability to turn hashtags into native tag archive links; we should temporarily remove that filter as it might screw up crossposted notes.

Either here or in the add-on plugin (because the default, i.e., this here, plugin doesn't actually crosspost post content).

janboddez commented 9 months ago

So, since this plugin itself does not, by default, crosspost full content, I instead updated https://github.com/janboddez/share-on-mastodon-addon/blob/46b05f42accdf0c6767edc39902e2a265ce57e2d/includes/class-plugin.php#L87, i.e., where the actual "magic" takes place.