How to insert gutenberg block inside post_content when using wp_insert_post()? How to insert gutenberg block inside post_content when using wp_insert_post()? wordpress wordpress

How to insert gutenberg block inside post_content when using wp_insert_post()?


When you manually add a YouTube block, click the "Code Editor" view in the Tools & Options menu (right side). In the Code Editor view you will see the HTML needed for the editor to correctly parse the block.

For example:

<!-- wp:core-embed/youtube {"url":"https://www.youtube.com/watch?v=VIDEOID","type":"video","providerNameSlug":"youtube","className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} --><figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://www.youtube.com/watch?v=VIDEOID</div></figure><!-- /wp:core-embed/youtube -->