网站上的PHP / jQuery Instagram画廊

I'm looking to have a gallery on my website that contains the images from my Instagram account. I haven't been able to find my resources that explain the process of interacting with the API for this purpose. Can anyone point me in the right direction? Ideally the gallery would have folders by month, sort of like an archive feature.

Did you check this out? It seems straightforward.

http://snipplr.com/view/58083/

  1. You can use the Instagram API and create a Javascript solution manually. But this will take time.

The API that you need is -

https://api.instagram.com/v1/users/{user-id}/media/recent/?access_token=ACCESS-TOKEN
  1. Or You can directly use a simple plugin like Youmax-PhotoMax.

PhotoMax will create an Instagram Gallery from your user account. The Archiving feature you will have to add manually into it. But most of features like filtering images based on @user or #hashtags will already be present in there.

You can check out the demos here.