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

https://github.com/webdevstudios/wds-instagram-widget

A bare-bones (no CSS) widget for displaying your most recent Instagram photos.
https://github.com/webdevstudios/wds-instagram-widget

Last synced: 11 months ago
JSON representation

A bare-bones (no CSS) widget for displaying your most recent Instagram photos.

Awesome Lists containing this project

README

          

WDS Instagram Widget
=========
A bare-bones (no CSS) widget for displaying your most recent Instagram photos.

WebDevStudios. WordPress for big brands.

**Note: Instagram has deprecated much of this API. This widget still works, _if you're showing your own content_. Even then, that functionality will be gone in 2020. It's recommended you look into using the new [Instagram Graph API](https://developers.facebook.com/docs/instagram-api) for media consumption.**

## Instructions

1. Visit https://www.instagram.com/developer/
2. Register a New Instagram Client, and provide https://yourwebsite.com/authorize_instagram as the "Valid Redirect URI".
3. Enter the Client ID and Client Secret into the widget fields.
4. Press the "Connect To Instagram" button to give your site access to your Instagram account.
5. Fill out the widget fields, and press "Save"

## Changelog

v1.3
* Updated the UI & UX to support the new API updates for Instagram

v1.2
* Add ability to display instagrams by #hashtag
* Misc. optimizations

v1.1
* Update branding
* Update "Find User ID" lookup URL
* Fix "WordPress database error: [Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '=']" error

v1.0
* Initial Release of Instagram Widget