Link Search Menu Expand Document

Convert an Instagram post into an image

Learn how to use the API to generate an image from an Instagram post.


How it works

To generate a screenshot of an Instagram post, you can make use of the Instagram embed API.

Generate a screenshot of an instagram post

You can generate this code yourself by viewing an Instagram post in a web browser. Clicking the top right hamburger menu, and then “Embed”.

Example code

Copy this example, and swap out the href to create an image of any post you’d like.

Create a screenshot of an instagram post

HTML

<blockquote style = 'width:600px;' class='instagram-media' data-instgrm-version='14'>

<!-- replace this href with the link to the post -->
<a href='https://www.instagram.com/p/CWA2UbCs6x_/' ></a>

</blockquote>
<script src="//www.instagram.com/embed.js"></script>

Important: set these parameters when creating the image.

  • selector: .instagram-media-rendered
  • ms_delay: 1750

Try it yourself


Need help?

Talk to a human. Please email us support@htmlcsstoimage.com with any questions and we’ll gladly help you get started.


Back to top

Built with extensive integration tests and serious care for developer happiness.
© 2018-2024 Code Happy, LLC.

Page last modified: Mar 1 2024 at 01:46 AM.

Edit this page on GitHub.