Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ramsesx Posted August 29, 2018 Posted August 29, 2018 https://www.instagram.com/coryrichards/ The link could not be embedded because an error occurred on www.instagram.com.
newbie LAC Posted August 29, 2018 Posted August 29, 2018 What do you want to see with that link? You can embed posts https://www.instagram.com/p/Bm3kitcHgwz/ Ramsesx 1
opentype Posted August 29, 2018 Posted August 29, 2018 Pretty sure this is working as intended, but the error message is maybe a bit misleading. It detects that it is an Instagram link, but since there is no specific post, it won’t do anything with it. sobrenome and Ramsesx 1 1
Ramsesx Posted August 29, 2018 Author Posted August 29, 2018 4 minutes ago, newbie LAC said: What do you want to see with that link? You can embed posts https://www.instagram.com/p/Bm3kitcHgwz/ I see, thanks, the error message was misleading me. It would be cool to have it embedding some images if a link to a instagram account is posted. But it looks like instagram isn't supporting this. sobrenome 1
LaCollision Posted November 6, 2018 Posted November 6, 2018 Hi, Embedding stories from Instagram doesn't work either (same error message) 😞 Is that a bug or Instagram doesn't allow it? Thanks!
bfarber Posted November 7, 2018 Posted November 7, 2018 We use Instagram's oembed endpoint. You can test their URLs yourself here: https://api.instagram.com/oembed/?url=https://www.instagram.com/coryrichards/ ^ Doesn't work Example working URL: https://api.instagram.com/oembed/?url=http://instagr.am/p/fA9uwTtkSN/ We don't control which Instagram URLs Instagram will support with their oembed endpoint I'm afraid. sobrenome 1
sobrenome Posted August 10, 2019 Posted August 10, 2019 On 11/7/2018 at 12:03 PM, bfarber said: We use Instagram's oembed endpoint. You can test their URLs yourself here: https://api.instagram.com/oembed/?url=https://www.instagram.com/coryrichards/ ^ Doesn't work Example working URL: https://api.instagram.com/oembed/?url=http://instagr.am/p/fA9uwTtkSN/ We don't control which Instagram URLs Instagram will support with their oembed endpoint I'm afraid. What’s the embed code to use in Pages custom template with the Instagram post url as field content?
bfarber Posted August 12, 2019 Posted August 12, 2019 I'm not sure I know how to answer that. For the editor, when you paste a link in that we know an oembed endpoint can handle, we send it to that endpoint, and then generally embed the content that the endpoint returns. Look at the "html" property of this JSON object for instance - it has the full HTML to embed: https://api.instagram.com/oembed/?url=http://instagr.am/p/fA9uwTtkSN/ sobrenome 1
sobrenome Posted April 8, 2020 Posted April 8, 2020 On 8/12/2019 at 11:32 AM, bfarber said: I'm not sure I know how to answer that. For the editor, when you paste a link in that we know an oembed endpoint can handle, we send it to that endpoint, and then generally embed the content that the endpoint returns. Look at the "html" property of this JSON object for instance - it has the full HTML to embed: https://api.instagram.com/oembed/?url=http://instagr.am/p/fA9uwTtkSN/ Hi @bfarber, I would like to embed IGTV videos into Pages just like YouTube videos. For YouTube there is a field option. We give the URL and IPS handles the embedding for us. But for Instagram there is no custom filed settings. Could you please add this setting for Instagram? If not, how could I call the oembed endpoint outside the editor, in Pages template? Is there a class to handle the response in Pages and translate into the html to publish?
bfarber Posted April 8, 2020 Posted April 8, 2020 Do you have an example URL that you want to embed which doesn't automatically embed? sobrenome 1
sobrenome Posted April 8, 2020 Posted April 8, 2020 1 hour ago, bfarber said: Do you have an example URL that you want to embed which doesn't automatically embed? No. The editor embeds perfectly. That's not the issue. There is no issue at all. What I want is to populate a database with IGTV videos URLs and them display this URLs as embedded videos in my pages. 😊
Recommended Posts