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
- Host: GitHub
- URL: https://github.com/shelldandy/instagram-jquery
- Owner: shelldandy
- Created: 2015-11-27T02:49:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T17:30:35.000Z (about 10 years ago)
- Last Synced: 2025-01-14T23:06:46.257Z (about 1 year ago)
- Language: CSS
- Homepage: http://mike3run.github.io/instagram-jquery/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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

## 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/)