Public Preview URL Manager

外掛說明

Public Preview URL Manager solves a classic WordPress challenge: letting external stakeholders, clients, or editors review content before it goes live, without forcing them to create a WordPress account.

Engineered with total compatibility for major page builders like Divi and Elementor, this plugin spoofs post states safely in memory right before layout generation. This guarantees your reviewers see the exact page layout, custom CSS, modules, and sections that will appear after formal publication.

Core Features

  • Secure Cryptographic Tokens: Links are secured using time-sensitive hashes combined with unique security salts.
  • Page Builder Support: Designed specifically to fix blank-page layout rendering bugs common in Divi and popular builders on drafts.
  • Modern Switch Toggle UX: A native, beautiful settings wrapper using modern CSS toggles to manage link expiration.
  • Never Expire Mode: Turn on an absolute “Never Expire” mode to keep links active until publication.
  • Auto-Redirect Lifecycles: When a draft transitions to Published, Private, or Password-Protected, external preview links run an instant structural 301 Moved Permanently redirect directly to the formal live permalink.
  • Custom Post Type (CPT) Ready: Automatically supports all public custom post types like Services, Products, Portfolios, or Case Studies.
  • No Database Bloat: Contains robust cleanup uninstallation loops that scrub choices, custom options, and variables cleanly if uninstalled.

安裝方式

  1. Upload the entire public-preview-url-manager directory to your /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Settings > Public Preview to configure your preferred global expiration conditions.
  4. Open any draft post, page, or custom post type to access the safe copy-to-clipboard public sharing box.

常見問題集

Does this work with Custom Post Types?

Yes! It hooks dynamically into all post formats flagged with 'public' => true. It will generate precise preview parameters for portfolios, landing pages, or service types natively.

What happens when a post gets published?

The token system shuts off, and any user clicking the old sharing link will be seamlessly redirected with a 301 response straight to your public live page layout.

Is it safe from Search Engine indexers?

Absolutely. All public preview queries force an explicit X-Robots-Tag: noindex, nofollow header to prevent Google or other web crawlers from indexing unreleased content.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Public Preview URL Manager〉的開發相關工作。

參與者

將〈Public Preview URL Manager〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Stable production release.
  • Resolved script and style inline block violations via enqueue hooks.
  • Purged common “wp” prefix allocations to prevent text-domain collisions.
  • Rectified readme contributor account verification criteria maps.