I am using a modal to load post content via AJAX. Inside the post’s template I am using wp_oembed_get() to embed different types of media (YouTube, Vimeo, Flickr, and Instagram). Everything is working, except for Instagram.
When I open a post that contains an Instagram embed, it loads fine. But if I close the modal and try to load another post, the embed does not work correctly. The photo/video within the embed does not load.
This is the page: http://staging.smuttynose.com/the-hopper
If you open one of the “Instagram Test” posts, close it, then load the other one, you will see what is happening.
I’m at the end of my rope in figuring this out!