Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Woocommerce REST API update product description – cannot insert youtube iframe

$
0
0

Replies: 0

Using the API with Node to update product descriptions with youtube videos.

api.put(“products/id”, {
description: newDescription
}

I couldnt manage any “iframe”, “embed” or “object” tags to show up. Tho I could easily insert a hyperlink to the video (whitch is not enough…)

Found from internet and tested with no luck to set enable_html_description: true

I could update directly in mysql, but maybe there is a nicer way?


Viewing all articles
Browse latest Browse all 59525

Trending Articles