Working on a blog that loads posts on an infinite scroller. Each blog post may or may not have Instagram embeds. I\'m finding that the first one that shows on the page wil
The embed.js script that comes with Instagram's embed code has a process function you can call.
window.instgrm.Embeds.process()
Just use that whenever your dynamic content loads.