Viewing 4 replies - 1 through 4 (of 4 total)
  • must be a problem with plugin . use default wordpress post scheduler and then check

    Plugin Author alexbenfica

    (@alexbenfica)

    Hi reidstothav,

    Are these other plugin filtering if the post is “published” or “schedulled” before post it to social networks?

    I think the right way to do that is use a cron to periodically check the pubished posts and post to social networks those which were not posted yet.

    If this plugin uses a trigger when cliclking the “Publish” botton, it will publish when the “Publish to Schedule” will be actually scheduling. That might be causing this issue.

    My plugin really need to intercept the “Publish” button. I do not see another way of doing this schedule.

    Did I make myself clear?

    Your plugin is allowing the posts to be published — then making the changes to them, using the possibleStatus array…

    $possibleStatus = array();
    ...
    add_action($status.'_to_publish',

    Could it not be changed to get the post as soon as it is going to inserted into the database with this…

    add_action('save_post'
    OR
    add_action('wp_insert_post'

    I’m trying to see if it’s possible – as i have the same problem as reidstothav

    same problem here.. was completely blown away by plugin – wanted to rate 5 stars and send my regards to developer…

    until discovered that it can`t work in combination with Next Scripts: Social Networks Auto Poster as it all publishes instantly…

    hope there will be solution. Otherwise, as I see many won`t be able to benefit.

    Thanks Alex for your efforts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Posts are sent immediately – Why?’ is closed to new replies.