Skip to content

Instantly share code, notes, and snippets.

@filmgirl
Last active December 18, 2015 18:29
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save filmgirl/5826146 to your computer and use it in GitHub Desktop.
Save filmgirl/5826146 to your computer and use it in GitHub Desktop.
Instagram video embed steps. Replace URLs with Amazon S3 links from Instagram page.
<video controls="controls" poster="http://distilleryimage3.s3.amazonaws.com/2ea7416ad9e311e28f2322000a9e0753_7.jpg" width="640" height="640">
<source src="http://distilleryvesper3-7.ak.instagram.com/2ea7416ad9e311e28f2322000a9e0753_101.mp4" type="video/mp4" />
<img alt="C-Mac's Messy Desk" src="http://distilleryimage3.s3.amazonaws.com/2ea7416ad9e311e28f2322000a9e0753_7.jpg" width="640" height="640" title="No video playback capabilities, please download the video below" />
</video>
@alextoul
Copy link

But let's say you only know the link "http://instagram.com/p/bCQ2xGpgJX/" how do you actually extract the mp4 link through the API or using the OEmbed endpoint? http://instagram.com/developer/embedding/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment