Plugin don't tweet, when post was saved as a draft
-
Hi,
My settings: https://i.imgur.com/qCAuLO1.png
When I save post as a draft, in the plugin box it is automaticly checked option “Do not Tweet this post.”, even though the post wasn’t published. Becouse of that tweet is never send for that post (unless you do it manually).
I made a simple fix and it seems working, you may be interested:
Line 1026:
if ( isset( $_GET['action'] ) && $_GET['action'] == 'edit' && get_option( 'jd_tweet_default_edit' ) == '1' && $status == 'publish' ) { $jd_tweet_this = 'no'; }
- The topic ‘Plugin don't tweet, when post was saved as a draft’ is closed to new replies.