Embed Instagram profile

I would like to know if there is any way to embed an Instagram profile, just like there is the Like Button or the Twitter Widget

 0
Author: Guilherme Bernal, 2014-06-12

2 answers

Officially , it is only possible to embed images and Videos, not the entire profile as you want.

 1
Author: Laerte, 2014-06-12 14:36:39

You can do the following.

<iframe id="frame" width="320" height="568" src="https://www.instagram.com/p/BxFc58nFwpN/embed" frameborder="0"></iframe>

So you'll be creating an iframe that shows a specific post from your profile.

Unfortunately instagram does not allow you to embed the entire page, but I believe that this already helps a lot.

Instagram-instagram-like, but there's a way to reverse that, if you're a gambiara type, you can create a page, similar to instagram, and use instagram's own api to grab the photos/videos of your profile.

Such as this site - > https://web.stagram.com/leomessi

Just remember that at the end of the link you should put the embed, as in the example above.

 0
Author: Jonathan Matheus, 2019-05-14 17:45:00