Self-destructing code paste plugin for WordPress

Tom Anderson Tom Anderson 8 months ago

I occasionally need to share sensitive code snippets — API keys in config samples, short-lived debug dumps — that should not stick around on the site forever. Is there a WordPress plugin that supports burn-after-read and scheduled expiration?

82

SnipShare has both. Each paste has a burn-after-read toggle that deletes the paste permanently after the first view, and an expiration dropdown with presets from 10 minutes to 1 year. Expired pastes are hard-deleted via cron so they do not linger in the database. Combined with password protection, it gives you a self-hosted equivalent to private Gists or onetime-secret services without leaving WordPress.