Description
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 Permanentlyredirect 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.
Installation
- Upload the entire
public-preview-url-managerdirectory to your/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Settings > Public Preview to configure your preferred global expiration conditions.
- Open any draft post, page, or custom post type to access the safe copy-to-clipboard public sharing box.
FAQ
-
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, nofollowheader to prevent Google or other web crawlers from indexing unreleased content.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Public Preview URL Manager” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Public Preview URL Manager” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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.