• Resolved bobjgarrett

    (@bobjgarrett)


    If I create a post in the dashboard, or edit a post in the dashboard then it is published to Facebook.
    However, I am using another plugin to create posts for users. These are not being published to Facebook unless I then edit them in Dashboard.
    So something in the other plugin is not triggering WP2Social Auto Publish.
    The author of the other plugin has asked what hook you use to identify a new post. Can you answer that, or solve my problem some other way?

Viewing 2 replies - 1 through 2 (of 2 total)
  • We are using transition_post_status hook with post meta settings for identifying new posts.
    Please check whether the posts(generated by other plugin) are Scheduled in WordPress or it is a custom post type .
    If the posts are scheduled in wp, then set “Auto publish on editing posts/pages/custom post types” to ?Use settings from post creation or post updation.
    Hope this helps.
    Thank you.

    Thread Starter bobjgarrett

    (@bobjgarrett)

    Thanks for your direct assistance with this. Great support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dashboard Posts Appearing But Not Others’ is closed to new replies.