Skip to content

minimaldesign/instagram-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Widget

Easily add a "latest photos" type slideshow to your website.

You'll need to get an authemtication token from your instagram account in order to do that first though:

  1. Log in instagram andf register as a developer
  2. Register a new "client" (Sandbox Mode is good enough)
  3. Copy your "Client ID"
  4. Make sure you setup the "Valid redirect URIs" under the Security tab
  5. Authenticate you client by going to https://api.instagram.com/oauth/authorize/?client_id=YOUR_CLIENT_ID&redirect_uri=YOUR_REDIRECT_URI&response_type=token
  6. Once you authenticate, you'll be redirected to your redirect URL and the token will be appended to it
  7. Add your token to the AUTH_TOKEN constant

About

Show your latest Instagram photos in slideshow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published