simple-preview
Simple Preview
Let anonymous users preview a post before it is published!
Proof Health
Open evidenceCommercial opportunities need traceable source links before they are treated as build-worthy.
68.3% of this page's analysis has direct source links.
0 rows here require auditable proof before promotion.
0 rows have source counts but still need direct links.
Related Opportunities
2 marketsSource Evidence
Open evidence explorerError in regular post preview (using BeTheme): users show bugs, compatibility pain that may indicate a product gap.
Buyer: site owners and agencies · Wedge: detect failures around anonymous before they cost the buyer time, revenue, or trust[simple-preview ]-Not working: users show bugs, support pain that may indicate a product gap.
Buyer: site owners and agencies · Wedge: detect failures around anonymous before they cost the buyer time, revenue, or trustSupport for Custom Post Types: users show security, support pain that may indicate a product gap.
Buyer: site owners and agencies · Wedge: detect failures around anonymous before they cost the buyer time, revenue, or trustPlugin not working: users show bugs, compatibility, support pain that may indicate a product gap.
Buyer: site owners and agencies · Wedge: detect failures around anonymous before they cost the buyer time, revenue, or trust[Plugin: Simple Preview] Add option for default behavior -> "Allow Anonymous Preview": users show bugs, missing feature pain that may indicate a product gap.
Buyer: site owners and agencies · Wedge: detect failures around anonymous before they cost the buyer time, revenue, or trustNot working if user is logged: users show compatibility pain that may indicate a product gap.
Buyer: site owners and agencies · Wedge: detect failures around anonymous before they cost the buyer time, revenue, or trustWarning: Creating default object from empty value in…: users show compatibility pain that may indicate a product gap.
Buyer: site owners and agencies · Wedge: detect failures around anonymous before they cost the buyer time, revenue, or trustGenerate links programatically?: users show missing feature pain that may indicate a product gap.
Buyer: site owners and agencies · Wedge: detect failures around anonymous before they cost the buyer time, revenue, or trustWorks like a charm!: users show compatibility, missing feature pain that may indicate a product gap.
Buyer: site owners and agencies · Wedge: detect failures around anonymous before they cost the buyer time, revenue, or trustCreating default object from empty value: users praise value, which suggests what competitors already do well.
Buyer: site owners and agencies · Wedge: detect failures around anonymous before they cost the buyer time, revenue, or trustCompetitor Context
2 shownRepeated Themes
0 shownNo repeated plugin-level themes have been generated yet.
Collected Signals
12 shown from 12 collectedNotice in admin on new posts: users show compatibility pain that may indicate a product gap.
Evidence: on line 106 of simple-preview.php, you grab $_POST['post_ID'] – but on a new post it’s not defined.Generate links programatically?: users show missing feature pain that may indicate a product gap.
Evidence: Is it possible to generate these preview links via a function call?Creating default object from empty value: users praise value, which suggests what competitors already do well.
Evidence: Creating default object from empty value Noticed an unanswered ticket here about this.Plugin not working: users show bugs, compatibility, support pain that may indicate a product gap.
Evidence: Plugin not working Has the issue with PHP7.x been resolved?Error in regular post preview (using BeTheme): users show bugs, compatibility pain that may indicate a product gap.
Evidence: Error in regular post preview (using BeTheme) Hi there, When doing a regular preview of a draft post, using certain modules from the visual builder in BeTheme (Muffin Builder), I get this error: Warning: Creating default object from empty value in /home/couragem/public_html/wp-content/plugins/simple-preview/simple-preview.php on line 140 Fatal error: UncaughSupport for Custom Post Types: users show security, support pain that may indicate a product gap.
Evidence: Support for Custom Post Types Okay, I’ve added the support for custom post types: // hack to add custom post types to the query $oPost = get_post( $this->id ); $this->post_type = $oPost->post_type; add_action( 'pre_get_posts', array( $this, 'add_post_type_to_query' ) ); add_filter('posts_results', array(&$this, 'fake_publish')); function add_post_type_to_queNot PHP 7 Compliant: users show compatibility pain that may indicate a product gap.
Evidence: Not PHP 7 Compliant We are running PHP 7.1 and are getting the following warning when running the Simple Preview plugin: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Simple_Preview has a deprecated constructor in /app01/html/aaa_ncnu/wp-content/plugins/simple-preview/simple-preview.php on line 45Warning: Creating default object from empty value in…: users show compatibility pain that may indicate a product gap.
Evidence: Warning: Creating default object from empty value in… This warning appears at the top of the previewed page: Warning: Creating default object from empty value in /home/[MY USER]/public_html/wp-content/plugins/simple-preview/simple-preview.php on line 129 This warning appears at the top of the previewed page: Warning: Creating default object from empty valueWorks like a charm!: users show compatibility, missing feature pain that may indicate a product gap.
Evidence: Works like a charm!Not working if user is logged: users show compatibility pain that may indicate a product gap.
Evidence: I have fixed this with the following change: In simple-preview.php, line 114 replace the code: if ( !isset($preview_posts[$this->id]) with the following code: if ( !isset($preview_posts[$this->id]) AND !current_user_can('edit_post', $this->id)) Regards http://wordpress.org/plugins/simple-preview/ Hello, if the user is authenticated and the plugin is activate[simple-preview ]-Not working: users show bugs, support pain that may indicate a product gap.
Evidence: [simple-preview ]-Not working I’m using wordpress 3.2.1 and the plugin seems to be broken.[Plugin: Simple Preview] Add option for default behavior -> "Allow Anonymous Preview": users show bugs, missing feature pain that may indicate a product gap.
Evidence: [Plugin: Simple Preview] Add option for default behavior -> "Allow Anonymous Preview" Hi, I believe an option to always allow anonymous preview by default would be very useful nowadays.