jsanahuja / InstagramFeed

Vanilla JavaScript Instagram Feed without access token. Not using the Instagram API
MIT License
318 stars 128 forks source link

load more than 12 images #1

Closed petrpscolka closed 4 years ago

petrpscolka commented 4 years ago

Hi, great library! just one small issue is missing .. to call the "load more" function, to get more than 12 results :) .. but yes, I know, this JSON is not part of the pre-rendered HTML. Any idea, how to do it? Thank you

jsanahuja commented 4 years ago

Hey, thank you :)

As long as we are loading the items from the instagram page, 12 is the maximum. To load more Instagram uses a private API which is not CORS accessible