fediverse-embeds-wordpress-plugin icon indicating copy to clipboard operation
fediverse-embeds-wordpress-plugin copied to clipboard

More options for handling deleted posts

Open stefanbohacek opened this issue 2 years ago • 1 comments

Deleted posts are currently marked with a 🗑️ emoji. This works for cases like archiving bots on Botwiki, or holding public officials accountable for things they say online.

There should also be an option in the plugin settings to either not render deleted posts, or remove them completely from the database.

stefanbohacek avatar Jun 19 '23 15:06 stefanbohacek

Currently implemented options:

  • [x] Mark as deleted

An example of a deleted post with an additional trash can emoji label in the top right corner.

The post renders as normal with additional 🗑️ icon.

  • [x] Remove username and profile image

An example of a deleted post with username and profile image removed, and content visible.

  • [x] Hide

An example of a deleted post rendered as a block quote.

The post renders as a blockquote element and the site's own styles are applied.

  • [ ] Delete from database

stefanbohacek avatar Aug 01 '23 17:08 stefanbohacek