Embed component not working for Instagram Images/videos
I have a requirement to embed Instagram images/videos to our website. I was using embed component for that, it should be working by default for youtube, facebook, instagram etc.
It is working fire with youtube/facebook and recognising the url but while adding any instagram url it not recognising at all(throwing error msg- this embed url is not supported).
I did some investigation and found it works via oEmbed API and all endpoints/schemas/API url can be checked from here https://oembed.com/providers.json
here it is given as
https://graph.facebook.com/v10.0/instagram_oembed
while in our confMgr it is diff.
I tried replacing it with this url, Insta url is then recognised but still image is not appearing on page.
Any suggestions?