Skip to content

Instantly share code, notes, and snippets.

@danfisher85
Created March 21, 2019 14:32
Show Gist options
  • Save danfisher85/314ac01f57863198a7e474e33d2f0e78 to your computer and use it in GitHub Desktop.
Save danfisher85/314ac01f57863198a7e474e33d2f0e78 to your computer and use it in GitHub Desktop.
var insta_feed = new Instafeed({
get: 'user',
target: 'instagram-feed',
userId: 'YOUR_USER_ID',
accessToken: 'YOUR_ACCESS_TOKEN',
limit: 6,
template: '<li class="widget-instagram__item"><a href="{{link}}" id="{{id}}" class="widget-instagram__link-wrapper" target="_blank"><span class="widget-instagram__plus-sign"><img src="{{image}}" alt="" class="widget-instagram__img"></span></a></li>'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment