I have DISABLED the plugin. It is now throwing additional PUBLIC PHP errors that displayed on my site.
Warning: Missing argument 2 for Share_Drafts_Publicly::show_draft_publicly()
wp-content/plugins/share-drafts-publicly/share-drafts-publicly.php 163 2016-07-01 10:02:24 (8586)
Warning: Cannot modify header information – headers already sent by (output started at wp-content/plugins/share-drafts-publicly/share-drafts-publicly.php:163)
wp-includes/feed-rss2.php 8 2016-07-01 10:01:26 (282)
Warning: Cannot modify header information – headers already sent by (output started at wp-content/plugins/share-drafts-publicly/share-drafts-publicly.php:163)
wp-includes/feed-rss2-comments.php 8 2016-07-01 09:00:24 (21)
Warning: Cannot modify header information – headers already sent by (output started at wp-content/plugins/share-drafts-publicly/share-drafts-publicly.php:163)
wp-includes/pluggable.php 1167 2016-07-01 09:07:55 (22)
Warning: Cannot modify header information – headers already sent by (output started at wp-content/plugins/share-drafts-publicly/share-drafts-publicly.php:163)
Notice: Undefined index: post
wp-content/plugins/share-drafts-publicly/share-drafts-publicly.php 245
Notice: Undefined index: post
wp-content/plugins/share-drafts-publicly/share-drafts-publicly.php 269
I have installed the plugin “Prepare New Version”. Like many workflow plugins, this has added its own status that is not in your normal list.
It would be very useful if you added a filter so I can add non-Publish status to the array of those where “Share draft publicly” metabox should show.
Perhaps something like:
`
$draft_status = apply_filters(‘sdp_get_status_array’,array(‘draft’,’pending’,’auto-draft’,’future’));
if ( in_array( $post_status, $draft_status) ){
add_meta_box( ‘share_drafts_publicly’, esc_html__( ‘Share Drafts Publicly’, ‘share_drafts_publicly’ ), array( $this, ‘display_meta_box’ ), null, ‘side’, ‘low’ );
}; // end if
`
Hi!
In working on my self-hosted blog, I was looking for the Writing Helper module that’s available on the WordPress.com site (https://en.support.wordpress.com/writing-helper/).
Specifically, I was looking for the ability to share a link to a draft article with reviewers.
That’s when I found your plug-in. It does most of what I was envisioning for my needs!
Thanks for making it. I noted that it wasn’t reported to be compatible with the current version of WP (as of this writing, v3.6.1), but I needed the functionality enough that I tried it anyway. It seems to be working fine, and I reported as much on the plug-in details page.
As a UX note, I’d recommend making the draft link actually appear on the article’s page in a non-editable field that users can see, select, and copy. It’d help with the visceral feeling of having copied the link.
Cheers!
=> Edwin
My host just installed the Share Draft plugin, which I see under Plugins, but I can’t find anywhere how to use it. I don’t see it listed under Posts as in the example I’ve seen.
https://www.ads-software.com/extend/plugins/share-drafts-publicly/
]]>