WP Manifestindependent plugin directory
manifest / social / d4-instagram

D4 Instagram

Simple Instagram feed based off of Grayson Laramore's original code

by D4 Adv. Media · github.com/d4advancedmedia/d4-instagram · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/d4advancedmedia/d4-instagram/archive/refs/heads/master.zip

Readme

D4-Instagram

Simple Instagram feed based off of Grayson Laramore's original code

Step 1: Set up application (uncheck OAuth redirect_uri): http://instagram.com/developer/clients/manage/#

Step 2: Get User ID: http://jelled.com/instagram/lookup-user-id

Step 3: Get Code: https://api.instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=code

Step 4: Get Token: https://instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token

Read the full README on GitHub →