WordPress installations using WebP Express plugin to redirect users to webp versions of images may have trouble when syncing products with TikTok Catalog because the only file formats it supports right now are JPG and PNG.
To make it compatible with WebP Express, the plugin could follow this logic:
1. Check if WebP Express is present on WordPress
–> if present: append “?dontreplace” at the end of the product image URL (eg. “https://example.com/wp-content/uploads/2024/07/product.png” would become “https://example.com/wp-content/uploads/2024/07/product.png?dontreplace”).
–> if not present, continue as usual.
Open
Last updated: July 14, 2024
0 comments
Log in to comment on this feature request.