Description
This plugin intends to provide a single home for preview on a variety of decoupled front-ends. Can be used with the Decoupled Kit Next.js WordPress Starter for pre-configured examples for post and page content.
Features
- Preview while editing a Post/Page.
- Configure multiple preview sites.
- Specify the post types (Post and Pages) that each preview site applies to.
Configuration
In the WordPress Admin Dashboard, navigate to Settings -> Preview Sites, add one or more preview sites, and configure the following:
- Label: The name of the site.
- URL: The URL of the decoupled site you are providing preview data to.
- Secret: A token that will be passed to your decoupled site used to limit access to the preview.
- Preview Type: The type of preview site – currently only NextJS is supported.
- Content Types: The post types (like Post and Page) that this preview site applies to.
For more information on how preview data can be consumed on your front-end site, see implementing decoupled preview.
Installation
To install Decoupled Preview, follow these steps:
- Install the plugin from WordPress.org using the WordPress dashboard.
- Activate the plugin.
To install Decoupled Preview in one line with WP-CLI:
wp plugin install decoupled-preview --activate
Additional information on configuring the plugin can be found in the configuration section of the project details.
FAQ
-
What type of content can be previewed?
-
While we hope to expand in the future, the initial release of this plugin only supports NextJS. It was developed in support of Pantheon’s Next WordPress Starter, but can be applied to other NextJS sites using a similar approach.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Decoupled Preview” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Decoupled Preview” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.