Descrição
Share a link to anonymous users to preview a draft of a post (or any other public post type) before it is published.
Have you ever been writing a post with the help of someone who does not have access to your site and needed to give them the ability to preview it before publishing? This plugin takes care of that by generating an URL with an expiring nonce that can be given out for public preview.
O plugin era mantido pelo Matt Martz e foi uma ideia do Jonathan Dingman. Agradeço ao Hans Dinkelberg pela foto.
Uso
- To enable a public post preview check the box below the edit post box.
- The link will be displayed if the checkbox is checked, just copy and share the link with your friends.
- To disable a preview just uncheck the box.
Capturas de tela
Instalação
Note: There will be NO settings page.
For an automatic installation through WordPress:
- Go to the ‘Add New’ plugins screen in your WordPress admin area
- Search for ‘Public Post Preview’
- Click ‘Install Now’ and activate the plugin
For a manual installation via FTP:
- Upload the
public-post-preview
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ screen in your WordPress admin area
To upload the plugin through WordPress, instead of FTP:
- Upload the downloaded zip file on the ‘Add New’ plugins screen (see the ‘Upload’ tab) in your WordPress admin area and activate.
Perguntas frequentes
-
Não consigo achar o link de pré-visualização. Onde está ele?
-
A caixa de seleção só fica disponível para posts não publicados uma vez que forem salvos como rascunho.
-
After some time the preview link returns the message “The link has been expired!”. Why?
-
The plugin generates an URL with an expiring nonce. By default a link “lives” 48 hours. After 48 hours the link is expired and you need to copy and share a new link which is automatically generated on the same place under the editor.
-
48 horas não são suficientes para mim. Posso estender este intervalo?
-
Yes, of course. You can use the filter
ppp_nonce_life
. Example for 5 days:add_filter( 'ppp_nonce_life', 'my_nonce_life' ); function my_nonce_life() { return 5 * DAY_IN_SECONDS; }
Or use the Public Post Preview Configurator.
Avaliações
Colaboradores e desenvolvedores
“Public Post Preview” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresPublic Post Preview” foi traduzido para 26 localidades. Agradecemos aos tradutores por suas contribuições.
Traduzir “Public Post Preview” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
2.10.0 (2022-11-19):
- Compatibility with WordPress 6.1.
- Integrate with User Switching: Direct the user to the public preview of a post when they switch off from the post editing screen. Props @johnbillion.
2.9.3 (2021-03-12):
- Compatibility with WordPress 5.7.
- Create a fresh preview URL when enabling public preview.
- Add check for possibly undefined PHP “superglobals”. Props @waviaei.
For more see CHANGELOG.md.