Hello,
I am using Blog2Social Premium and have noticed that the auto-posting feature works correctly only for posts created via the frontend (user submissions).
However, posts created programmatically through the backend using a custom PHP client and wp_insert_post do not trigger automatic sharing to social media, including Instagram.
I have confirmed that the post status is set to publish and that all relevant hooks such as publish_post and save_post are triggered in my code. Despite this, Blog2Social does not recognize these backend-created posts as original content for auto-posting.
Could you please advise if there is a way to enable or configure Blog2Social to auto-share posts created via backend scripts or APIs? Is there an internal function or API call I can trigger after post creation to include them in the auto-post queue?
Thank you for your support.
Best regards,
AtaKNY (dev)
I am using Blog2Social Premium and have noticed that the auto-posting feature works correctly only for posts created via the frontend (user submissions).
However, posts created programmatically through the backend using a custom PHP client and wp_insert_post do not trigger automatic sharing to social media, including Instagram.
I have confirmed that the post status is set to publish and that all relevant hooks such as publish_post and save_post are triggered in my code. Despite this, Blog2Social does not recognize these backend-created posts as original content for auto-posting.
Could you please advise if there is a way to enable or configure Blog2Social to auto-share posts created via backend scripts or APIs? Is there an internal function or API call I can trigger after post creation to include them in the auto-post queue?
Thank you for your support.
Best regards,
AtaKNY (dev)
Comment