• Resolved Avf

    (@avf)


    We have pipes that save to posts with pictures. I works fine for visiting the website, images are there.
    However, we tried several plugins to auto post to social media. I all of them, the picture is not present when wp the hook publish_post is triggered. It’s like there is no featured image when the new post hook is triggered. If we go to facebook debugger and scrape the url again, the image is there, along with the tags and all.
    It seems that when wp-pipes publishes the posts, the featured image is not yet present, only a few seconds later. The workaround was to create a feed and post to social networks with a delay. Is there any information you can give us regarding this issue so we can fix it? Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Tung Pham

    (@phamtungpth)

    Hi,

    With current WPPipes version, the featured image will be created after the grabbed post is created in your WP site.

    So I think you could try this way: change the Public option to Draft –> https://www.screencast.com/t/sXFVsc83AW –> then publish the grabbed posts manually.

    Best Regards!

    Thread Starter Avf

    (@avf)

    That explains the issue.
    Knowing how it works, maybe I can use the draft option and create a filter to publish posts from draft after a few seconds.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Weird “bug” with images’ is closed to new replies.