I am creating an Instagram feed dynamically from AJAX. It wasn't 'rendering', so after researching I found the following answer
https://stackoverflow.com/a/27409565/3316722
which says, call this...
window.instgrm.Embeds.process()
I was excited when it worked on Chrome, but it did not work in Safari, either on desktop or mobile. I opened console log in Safari and ran that code, but it did nothing, whereas it works from Chrome console.
I thought it may be a dynamic issue, so I put the feed on a static page and the instagram posts are still not 'rendering' properly.
Lost entire day, can't find any more details. Help would be greatly appreciated.