• Resolved markpack

    (@markpack)


    Since updating to 2.3.0 tweets have stopped being sent when a new post is published that has been syndicated from another site (via FeedWordPress). New posts typed directly into WP generate tweets fine; it’s just the synidcated posts that no longer generate tweets.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    I installed FeedWordPress to try and explore this, but it just through fatal errors for me — I don’t really have time right now to debug FeedWordPress to test this, but I’ll look at it later.

    You may want to check your settings however, and see if the custom post types settings need to be adjusted.

    Thread Starter markpack

    (@markpack)

    Thanks for that quick response Joe. I’ve downgraded to the previous version and all works fine. (I guess it’s possible the timings are a coincidence and some third factor is at work rather than it having been a problem with the latest version of this plugin.)

    Re. custom post types – I did double check my settings, but is there a particular user mistake that happens with these which I should watch out for?

    Plugin Author Joe Dolson

    (@joedolson)

    There isn’t a particular user mistake that I’m aware of, but in some cases they just didn’t get set on upgrade, which causes some problems. Visiting the settings page runs a double check on whether the upgrade ran correctly, and updates things if it didn’t.

    I did make some changes to post publishing actions in this release, but they only had to do with how the actions were expressed, not with which actions are used, so I wouldn’t expect any problems there for you.

    If you try upgrading again, let me know – be sure to check your settings to verify that they were updated before attempting to publish anything; that might help.

    Same problem here (WP 3.1.3) – after downgrading to V2.2.12 of this plugin, new posts are being Tweeted.

    try this;

    admin cp >> plugins >> editor
    select wp to twitter
    find:
    add_action( ‘publish_post’, ‘jd_twit’, 12 );

    and add this code behind it
    add_action( ‘wp_insert_post’, ‘jd_twit’, 12 );

    it is working for me.

    I tried to apply the code mentioned above, but without succes. This is what i tried

    after
    add_action( 'publish_'.$value, 'jd_twit', 16 );

    i added
    add_action( 'wp_insert_'.$value, 'jd_twit', 16 );

    Same problem over here. I downloaded, and am waiting to see if an new automatic post will be tweeted.

    Same problem over here. I downloaded, and am waiting to see if an new automatic post will be tweeted.

    Thread Starter markpack

    (@markpack)

    Hi Joe: I tried the latest version of the plugin again (with WordPress 3.2 this time) and again syndicated posts didn’t trigger tweets. Reverting back to version 2.2.12 and all is working ok once again.

    Same problem here, none of the syndicated posts are twittered. Version e.g WP 3.1.3 and wp-to-twitter version 2.3.5 …. Direct tweeting does work however. Should the problem being solved by now with a tweak or are we waiting for an improvement in the code?

    I am sorry to deviate a bit, but I am not having a problem with the syndicated posts tweeting, my problem is each time the syndicate is updated it is retweeting the previous posts of 10 to 20 at a time. Any thoughts?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Tweets not being sent by syndicated posts’ is closed to new replies.