Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.instagramFeed/2.0.1/jquery.instagramFeed.min.js"></script>
- <script>
- (function($){
- $(window).on('load', function(){
- $.instagramFeed({
- 'username': 'instagram',
- 'container': "#instagram-feed",
- 'display_profile': true,
- 'display_biography': true,
- 'display_gallery': true,
- 'display_captions': true,
- 'callback': null,
- 'styling': true,
- 'items': 8,
- 'items_per_row': 4,
- 'margin': 1,
- 'lazy_load': true,
- 'on_error': console.error
- });
- });
- })(jQuery);
- </script>
Add Comment
Please, Sign In to add comment