I’m trying to implement the VTEX + WordPress integration using the WordPress Integration app, but without success. I added the blog URL in the app, implemented the JSON blocks as described in the docs, but all I get is „post not found.
Hey @wanderson, how’s it going?
Normally, just adding the blog link — something like blog.storename.com.br — should work, following the Wordpress Integration doc.
To test things out, try using any blog from the internet, for example https://blog.talcha.com.br/, and paste it into the app. Save it. Then access the page www.YOURVTEXSTORENAME.COM.BR/blog
Unless the blog has some DNS handling or reverse proxy in place — that’s the only thing I’ve ever seen prevent the integration from working 100%.
Check with the domain’s network administrator to see if the site falls into one of these cases.
Cheers.
So I think I found the problem, the blog URL is the same as the site’s but with /blog — I tested it with another link and it worked, but with the URL in question, which in this case is the same as the site’s with /blog, I believe it won’t work like that.