Instafeed is a dead-simple way to add Instagram photos to your website. No jQuery required, just good ‘ol plain javascript.Setting up Instafeed is pretty straight-forward. Just download the script and include it in your HTML.
Instafeed with automatically look for a <div id="instafeed"></div>
and fill it with linked thumbnails. Of course, you can easily change this behavior using standard options. Also check out the advanced options for some advanced ways of customizing Instafeed.js.
I am getting below error
0x800a139e – JavaScript runtime error: Error from Instagram: The access_token provided is invalid.
when running the code blow, please kindly advise the issue.. Thanks in advance.
var feed = new Instafeed({
get: ‘tagged’,
tagName: ‘awesome’,
clientId: ‘nn.4716’
});
feed.run();
asdfasfd