=== Public Post Preview === Contributors: ocean90 Tags: public, post, preview, posts, custom post types Requires at least: 3.3 Tested up to: 3.5-alpha License: GPLv2 or later Stable tag: 2.0 Enables you to give a link to anonymous users for public preview of a post before it is published. == Description == Enables you to give a link to anonymous users for public preview 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 blog and needed to give them the ability to preview it before publishing? This plugin takes care of that by generating a URL with an expiring nonce that can be given out for public preview. **Sounds pretty good? Install now!** *Previously this plugin was maintained by [Matt Martz](http://profiles.wordpress.org/sivel/) and was an idea of [Jonathan Dingman](http://profiles.wordpress.org/jdingman/).* = Feedback = If you want, you can drop me a line @[ocean90](http://twitter.com/ocean90) on Twitter or @[Dominik Schilling](https://plus.google.com/101675293278434581718/) on Google+. = More = Try also some of my [other plugins](http://profiles.wordpress.org/users/ocean90) or visit my site [wpGrafie.de](http://wpgrafie.de/). *Thanks to Hans Dinkelberg for his [photo](http://www.flickr.com/photos/uitdragerij/7516234430/).* == Installation == Note: There will be NO settings page. For an automatic installation through WordPress: 1. Go to the 'Add New' plugins screen in your WordPress admin area 1. Search for 'Public Post Preview' 1. Click 'Install Now' and activate the plugin For a manual installation via FTP: 1. Upload the `public-post-preview` directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' screen in your WordPress admin area To upload the plugin through WordPress, instead of FTP: 1. Upload the downloaded zip file on the 'Add New' plugins screen (see the 'Upload' tab) in your WordPress admin area and activate. == Screenshots == 1. Edit Posts Page == Upgrade Notice == = 2.0 = New plugin maintainer, supports now all public post types, saves preview status via an AJAX request, ready for translation, requires at least WordPress 3.3. == Usage == * 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 frieds. * To disable a preview just uncheck the box. == Change Log == = 2.0 (20012-07-23): = * Support for all public post types * Saves public preview status via an AJAX request * I18n * Requires at least WordPress 3.3 = 1.3 (2009-06-30): = * Hook in earlier in the post selection process to fix PHP notices * Add uninstall functionality to remove options from the options table = 1.2 (2009-03-30): = * Fix preview URL for scheduled posts on sites with a permalink other than default activated. = 1.1 (2009-03-11): = * Don't limit public previews to posts in draft or pending status. Just exclude posts in publish status. = 1.0 (2009-02-20): = * Initial Public Release