[WordPress] 外掛分享: Erdo Draft Links – Share Drafts, Client Preview, Secure Link

首頁外掛目錄 › Erdo Draft Links – Share Drafts, Client Preview, Secure Link
WordPress 外掛 Erdo Draft Links – Share Drafts, Client Preview, Secure Link 的封面圖片
10+
安裝啟用
★★★★★
5/5 分(1 則評價)
18 天前
最後更新
問題解決
WordPress 6.0+ PHP 7.4+ v1.2.0 上架:2026-05-31

內容簡介

Erdo Draft Links 外掛讓您為任何草稿、私人或已發佈的文章或頁面生成安全的基於令牌的 URL。這使得客戶、審核者或合作者能夠在不需要 WordPress 帳號的情況下閱讀內容,類似於 Google Docs 的「任何擁有連結的人都可以查看」功能。

【主要功能】
• 支援區塊編輯器(Gutenberg)和經典編輯器
• 可為每篇文章生成多個標籤連結
• 追蹤每個連結的查看次數
• 訪客可在預覽中留下反饋
• 令牌以加密形式安全存儲
• 可配置的連結到期時間

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.2.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Erdo Draft Links – Share Drafts, Client Preview, Secure Link」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Erdo Draft Links lets you generate a secure, token-based URL for any draft, private, or published post or page. Share it with clients, reviewers, or collaborators — they can read the content without needing a WordPress account.
Think of it like Google Docs’ “Anyone with the link can view” — but for WordPress.
How it works

Open any post or page in the editor (Block Editor or Classic Editor).
Click “Generate Draft Link” in the sidebar panel or meta box.
Choose an expiry: 24 hours, 48 hours, 7 days, never, or a custom date & time.
Share the link. Recipients can view the content — no login needed.

Features

Works with both the Block Editor (Gutenberg) and the Classic Editor
Supports posts, pages, and any custom post type — toggle them on in Tools → Erdo Draft Links → Settings, or via a filter for developers
Multiple labeled links per post — e.g. “Client A” and “Designer”, each with its own expiry, revocable independently
WP-CLI support — wp erdo-draft-links generate|revoke|list for scripting and automation
Secure 32-character cryptographic tokens — brute-force resistant
Configurable expiry: 24 hours, 48 hours, 7 days, no expiry, or a custom date & time
View count tracking per link, with an email notification the first time a link is opened
Visitors can leave name + feedback on the preview — collected in a “Feedback” tab in the admin and emailed to you
Reply to feedback directly from the admin — visitors see your reply the next time they open the preview
Revoke any link at any time
Tokens are stored hashed in the database — raw tokens are never stored after the redirect
Two-step flow: token URL → cookie → clean permalink (token never appears in browser history)
No external API calls, no phone-home, no subscriptions
Translation-ready (English default, Turkish included)

Developer Notes
Developers can add support for custom post types using the erdo_draft_links_supported_post_types filter:
add_filter( 'erdo_draft_links_supported_post_types', function( $types ) {
$types[] = 'product';
return $types;
} );

Source Code
The full source code including build tools is included in the plugin’s assets/js/src/ directory.

延伸相關外掛

文章
Filter
Mastodon