fediverse-embeds-wordpress-plugin
fediverse-embeds-wordpress-plugin copied to clipboard
More options for handling deleted posts
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.
Currently implemented options:
- [x] Mark as deleted
The post renders as normal with additional 🗑️ icon.
- [x] Remove username and profile image
- [x] Hide
The post renders as a blockquote element and the site's own styles are applied.
- [ ] Delete from database