P
P
Poly2016-09-09 14:18:01
Instagram
Poly, 2016-09-09 14:18:01

How to implement a posting page FROM instagram?

I want to make a page on the site where the feed from the insta from a certain page would be displayed. I'm also interested in displaying posts by hashtag. How best to implement? Thank you for your attention

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Seredny, 2016-09-09
@smidl

Through the official API, you will not do this in the sandbox. In addition to parsing the web version and twisting...
Look at the plugin https://truemisha.ru/plugins/instagram-widget-shortcode . You can see the solution

H
hoarywolf, 2016-09-09
@hoarywolf

make a GET request to

https://www.instagram.com/_имя_пользователя_/?__a=1

in the header x-requested-with: XMLHttpRequest
you get JSON in response, where the last 12 photos will be in USER -> MEDIA -> NODES Searching
by hashtag is about the same, but a little more complicated.

D
Denis Yanchevsky, 2016-09-09
@deniscopro

The Instagram Feed plugin might be useful .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question