question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't embed an Instagram post on iOS - works fine on Android

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

4reactions
Razorholtcommented, Jun 10, 2020

Solved it by adding baseUrl: "https://www.instagram.com"

3reactions
janstuemmelcommented, Mar 11, 2021

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…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found