Why is instagram embed code only showing an instagram icon, not the image?

前端 未结 9 1698
天涯浪人
天涯浪人 2021-01-11 12:07

I was wanting to embed a photo from my instagram account in to my blog. I thought it would be a simple case of copying the embed code from the photo, paste it in to my edito

9条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-11 12:32

    I had the same issue. In react you have to process the embeds like:

    componentDidMount() {
      window.instgrm.Embeds.process();
    }
    

    This dit it for me!

提交回复
热议问题