• WordPress 3.6.1
    Facebook Plugin 1.5.3

    Whenever there is at least one schedule post in WordPress, the Facebook status message for any additional schedule posts, or when creating a new one is pre-populated with the status message from the last scheduled post.

    added a debug line to the function content() in publish-box-page.php: echo ‘Post ID: ‘.$post->ID;

    Noticed this always outputs the post ID of the last scheduled post in the metabox, and not the current one as expected.

    http://ww.wp.xz.cn/plugins/facebook/

Viewing 1 replies (of 1 total)
  • Thread Starter fahdoos

    (@fahdoos)

    More info, it also seems to “cross wires” with deeper WordPress functions, noticed things like post revisions, permalinks, authors get incorrectly associated to posts. Disabling the facebook plugin alleviated the issue.

Viewing 1 replies (of 1 total)

The topic ‘Scheduled posts, facebook message duplicated’ is closed to new replies.