Instagram API changed. No longer Works!
- Set variables (see instafeedjs.com)
var feed = new Instafeed({
get: 'tagged',
limit: '60',
resolution: 'standard_resolution',
tagName: 'Zürich',
sortBy: 'most-recent',
clientId: 'yourID'
});
feed.run();
Links
- Based on Instafeed.js, a dead-simple way to add Instagram photos to your website. No jQuery required, just plain ‚ol javascript.instafeedjs.com
- Instagram developer instagram.com/developer
- Instagram developer. Manage Clients instagram.com/developer/clients/manage