featured-image-by-url icon indicating copy to clipboard operation
featured-image-by-url copied to clipboard

API update and Facebook for Woocommerce image (solved)

Open fernandogiacomino opened this issue 3 years ago • 0 comments

It happened that in Woocommerce all the product images were seen correctly from this plugin, but in the products synchronized with the Facebook store, the images were not displayed.

I found that if I completed (with any image) the "Product Image" field, then the Facebook for Woocommerce plugin update and publish the image refered by this plugin (featured-image-by-url).

So I've used dummy url from product placeholder image as image src:

"images": [ {"src":"https://myshop.com/wp-content/uploads/dummy.png"} ], "meta_data": [{"key": "_knawatfibu_url", "value":"https://mydam.com/uploads/productimage.png"} ]

fernandogiacomino avatar Dec 06 '21 17:12 fernandogiacomino