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
I had the same issue. In react you have to process the embeds like:
componentDidMount() { window.instgrm.Embeds.process(); }
This dit it for me!