Publicize isn’t working for scheduled posts
-
We’re not sure since when, but the publicize feature isn’t working for Scheduled Posts. It works fine for normal published posts, but something is wrong with scheduled ones.
I tried a scheduled post from https://wordpress.com/posts/www.domain.me as well without any luck.
These blogs are on a MU installation, I tried so far:
- Upgraded to the most recent version
- Reconnecting the blog to Jetpack already.
- Reconnecting the social media accounts, but these work on normal Published posts.
- Checked crons., there’s a small delay on the scheduled part, but we have enabled the “WP Missed Schedule” plugin, it was working before.
I also:
checked for access using
curl -A "Jetpack by WordPress.com" -is -H 'Content-Type: text/xml' --data '<?xml version="1.0"?><methodCall><methodName>demo.sayHello</methodName><params></params></methodCall>' 'https://www.domain.me/xmlrpc.php' && echo
And the response was good, from my server.
Then I tried adding these filters:
add_filter( 'jetpack_sync_listener_should_load', '__return_true' ); add_filter( 'jetpack_sync_sender_should_load', '__return_true' );
But not luck either.
Could it be related to: https://github.com/Automattic/jetpack/issues/5149 in some way?
Thanks,
-Luis
- The topic ‘Publicize isn’t working for scheduled posts’ is closed to new replies.