Created
March 21, 2019 14:32
-
-
Save danfisher85/314ac01f57863198a7e474e33d2f0e78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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