Can't embed an Instagram post on iOS - works fine on Android
See original GitHub issueI can’t embed an instagram post on iOS (no errors, just blank, not rendering) but it works fine on android. Am I missing something? A CORS issue?
Here is a simple example: <blockquote class="instagram-media"><a href="https://www.instagram.com/p/CAp716Jjr6i/"></a></blockquote><script async defer src="https://platform.instagram.com/en_US/embeds.js"></script>
UPDATE: I can embed twitter posts on both platforms just fine, just not instagram.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Can't embed an Instagram post on iOS - works fine on Android
I can't embed an instagram post on iOS (no errors, just blank, not rendering) but it works fine on android. Am I missing...
Read more >Instagram embed not working on some mobile devices
Any idea? Make sure you append "http:" (this is by default missing) to the url you get from Instagram embed.
Read more >Troubleshooting - Instagram Help Center
From the Home screen, tap and hold the Instagram app icon until it shakes. Tap on the app to delete it.
Read more >How to Fix Instagram Lagging on iPhone and Android
Close Instagram if the app is already running on your phone. Open Settings on your Android phone. Head into Apps & notifications >...
Read more >Instagram not working? Here are some things you can try!
Clear cache on Android: · Open the Settings app. · Go into Apps. · Find the Instagram app under See all apps. ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Solved it by adding
baseUrl: "https://www.instagram.com"
i think he ment changing
<script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
to<script async defer src="https://platform.instagram.com/en_US/embeds.js"></script>
. Worked for me…