You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
As discussed in pfefferle/wordpress-webmention#343 and snarfed/bridgy#1347 - I only want to see replies and mentions of my blog posts, I don't want likes, retweets, boosts, reactjis etc.
This can be set in
wordpress-semantic-linkbacks/includes/class-linkbacks-handler.php
Line 173 in a164a3d
Which is called from
wordpress-semantic-linkbacks/includes/class-linkbacks-handler.php
Line 21 in a164a3d
Once the comment has been pre-processed, but before it is returned, the following can be added to
enhance()
:Because the function dies, the comment is never enhanced and doesn't appear in the moderation queue.
This is a quick hack. For production, it would probably need a UI to let users specify what sort of semantic linkbacks they're interested in.
The text was updated successfully, but these errors were encountered: