0
I wonder if there is any way to incorporate an Instagram profile, as there is the Like Button or the Twitter Widget
0
I wonder if there is any way to incorporate an Instagram profile, as there is the Like Button or the Twitter Widget
1
Officially, it is only possible to embed images and videos, not from the entire profile as you want.
0
You can do the following.
<iframe id="frame" width="320" height="568" src="https://www.instagram.com/p/BxFc58nFwpN/embed" frameborder="0"></iframe>
This way you will be creating an iframe that shows a specific post from your profile.
Unfortunately instagram does not allow you to incorporate the entire page, but I believe this already helps enough.
But there is a way to reverse this, if you and the type who likes to gambiara, you can create a page, similar to instagram, and use the instagram api itself to grab photos/videos from your profile.
Like for example 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.
Browser other questions tagged instagram
You are not signed in. Login or sign up in order to post.
Is there any plugin that does this? searched and found nothing. =/
– Felipe Viero Goulart
@Felipestoker Yes, http://web.stagram.com/tools/
– Laerte
Thank you very much, it worked!
– Felipe Viero Goulart