An open API service indexing awesome lists of open source software.

https://github.com/shelldandy/instagram-jquery

Super easy to use recent pics of instagram with Flexbox
https://github.com/shelldandy/instagram-jquery

Last synced: about 2 months ago
JSON representation

Super easy to use recent pics of instagram with Flexbox

Awesome Lists containing this project

README

          

# Instagram jQuery Plugin

[Demo: Click Here](http://mike3run.github.io/instagram-jquery/)

A little test to integrate myself with the API from instagram to display recent posts.

![Giphy](http://media0.giphy.com/media/OJbr914LLiETe/giphy.gif)

## Features
- Flexbox (if using Sass please use Autoprefixer for ease of mind)
- Easy to use.
- Free!
- Fabulous

![Giphy](http://media4.giphy.com/media/4oY18KcpgdSI8/giphy.gif)

## Instructions
- Go to http://www.pinceladasdaweb.com.br/instagram/access-token/ and be logged in to your instagram account.
- Approve the app and copy your user ID and and access token.
- Add the CSS in the Head or if using Sass import it to your stream `@import 'insta'`
- Now add the code after jquery then you can use it like this:

```
instaPics('userID', 'accessToken');
```
- Optional if paranoid: run gulp-obfuscate to hide your tokens from plain sight :)
- Enjoy!!
- Star me maybe??

Developed by: [@mpalau](https://twitter.com/mpalau/)