Load oEmbed iframe within ajax call

I figured out that I needed to call specific plateform function to fire the process. In my case Instagram and Facebook :

window.instgrm.Embeds.process();
if(typeof FB!=="undefined"){
  FB.XFBML.parse();
}