php - Show Gutenberg facebook embed with a custom theme

I'm working on a custom theme, and I would like to display the facebook embed from Gutenberg in Wordpress.I'

I'm working on a custom theme, and I would like to display the facebook embed from Gutenberg in Wordpress. I've done parse_blocks and then printing the block displays just the facebook url.

// page-home.php
$post = get_post();
if (has_blocks($post->post_content)) {
  $blocks = parse_blocks($post->post_content);
  foreach($blocks as $block){
    if ($block[blockName] === 'core/embed/facebook') {
      // starting to get stuck here...
    }
  }
}

How do I display the facebook embed?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745094325a4610882.html

相关推荐

  • php - Show Gutenberg facebook embed with a custom theme

    I'm working on a custom theme, and I would like to display the facebook embed from Gutenberg in Wordpress.I'

    19小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信