A simple customizable Javascript plugin to fetch Instagram images dynamically on a website.
You will need access_token
from Instagram, by registering at Instagram Developer for a developer acccount.
Make an empty div with the id of instagram-feed
.
Replace the default token
with one of your own
let token = "your_own_access_token";
Replace the default count
with the number of images you want to show.
let count = 8;
Sarabjot Singh