Linux 软件免费装
Banner图

Tidy Draft Share

开发者 pierreferrolliet
更新时间 2026年5月22日 20:29
PHP版本: 8.2 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

client review share draft draft preview preview link draft sharing

下载

1.0.0 1.0.1 1.0.2

详情介绍:

Tidy Draft Share lets you share any unpublished WordPress post with clients, editors, or collaborators — without publishing it and without giving them a WordPress account. Generate a secure, time-limited link and send it to anyone. They will see the post exactly as it will look once published: same theme, same layout, same formatting. Why Tidy Draft Share? Most editorial workflows hit the same wall: "Can you take a look at this before I publish it?". The usual workarounds — copying text into an email, exporting a PDF, or creating a temporary user account — are clunky and error-prone. Tidy Draft Share solves this with a single click. Create a link, send it, done. The recipient sees a pixel-perfect preview of the post inside your actual theme. When the link expires, access is gone. Key features Use cases Privacy & security Every share link uses a cryptographically secure 32-character token. Token validation uses constant-time comparison to prevent timing attacks. Links are checked on every visit — expired or revoked links return a 403 immediately. No data is sent to external servers; everything stays in your WordPress database.

安装:

  1. Upload the tidy-draft-share folder to /wp-content/plugins/, or install directly from the WordPress plugin directory
  2. Activate the plugin through the Plugins menu
  3. Edit any unpublished post and find the Share Draft panel in the editor sidebar
  4. Click Create share link, choose an expiration, and share the URL
You can also create share links directly from the Posts list without opening the editor. Configuration Head to Settings → Tidy Draft Share to:

屏幕截图:

  • **Active share link** — A live link showing expiration date, view count, and quick actions
  • **Posts list** — One-click "Share draft" action directly from the posts table
  • **Settings page** — Configure default expiration and enabled post types
  • **Draft preview** — What the recipient sees: the full post with a "Draft preview" banner at the top
  • **Expired link** — The clean error page shown when a link has expired

常见问题:

Does the recipient need a WordPress account?

No. Anyone with the link can view the post — that's the whole point. No login, no account, no friction.

What post types are supported?

Posts and pages out of the box. You can enable any registered custom post type (WooCommerce products, portfolio items, etc.) from the settings page.

Can I create multiple links for the same post?

Yes. Each link has its own expiration and view count. Handy when you want to share with different people and track access separately.

What happens when a link expires?

The visitor sees a clean "This link has expired" page with a link to your homepage. The post remains unpublished and untouched.

Can I revoke a link before it expires?

Yes. Click Revoke next to the link in the editor sidebar or meta box. Access stops immediately.

Will shared drafts appear in Google?

No. Every shared preview includes a noindex, nofollow meta tag. Search engines are instructed not to index the page.

What happens if I publish the post while a share link is still active?

Visitors who use the share link are automatically redirected to the published permalink.

Does the plugin slow down my site?

Not at all. The plugin only runs its logic when a share token is present in the URL. Regular visitors are completely unaffected.

Is my data safe if I uninstall?

When you delete the plugin through WordPress, all share link data and settings are removed from your database. Nothing is left behind.

更新日志:

1.0.2 1.0.1 1.0.0