Skip to content

Instantly share code, notes, and snippets.

@shehabkhan013
Last active December 30, 2017 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shehabkhan013/842dad3ebfe2c62ea33bf5e6da9ae990 to your computer and use it in GitHub Desktop.
Save shehabkhan013/842dad3ebfe2c62ea33bf5e6da9ae990 to your computer and use it in GitHub Desktop.
Instagram active
var feed = new Instafeed({
get: 'user',
userId: 6665768655,
accessToken: '6665768655.1677ed0.313e6c96807c45d8900b4f680650dee5',
target: 'Instafeed',
resolution: 'thumbnail',
limit: 6,
template: '<li><a href="{{link}}" target="_new"><img src="{{image}}" /></a></li>',
});
feed.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment