Instafeed.js does not load any picture
I am trying to load Instagram image by using instafeed.js. I got no pics with this code <script> var feed = new Instafeed ({ get: 'tagged', tagName: 'phillyisugly', clientId: 'CLIENT ID',...
View ArticleHow can I find out where a script is loading twice?
I have a website that I'm using instafeed.js on which is a script that hooks into Instagram's API's and displays pictures in HTML/CSS. I only put this script in once but for some reason it's loading...
View ArticleInstafeed filter data into different divs
I have 4 divs & I want to show 20 results as below: Div 1 - first 5 feeds Div 2 - next 5 feeds (exclude first 5) Div 3 - next 5 feeds (exclude first 10) Div 4 - next 5 feeds (exclude first 15)...
View ArticleInstafeedjs and Fancybox how to get lightbox to work on javascript output of...
I am trying to make my instafeed image links open via fancybox (or any other lightbox!!). I am currently using Easy Fancybox plugin and InstafeedJS. Simply adding the fancybox class to the image link...
View Articleinstafeed does not load all images on second click
Am sure this must have been answered but I will ask as I have searched I have implemented instafeed and it loads the images, also when I click show more, it loads the next set of images, then when I...
View ArticleI can't get instafeed js to work
I am trying to have a instagram feed on my website so instead of using a plugin that uses instafeed js i decided to go strait to the source and use instafeed js and go from there with CSS grids to...
View Articleinstafeed.js stopped working: The access_token provided is invalid
I am using instafeed.js like so: var feed = new Instafeed({ get: 'user', userId: 19191919191, limit: 9, accessToken: 'myaccesstokenhere', target: 'instagram', resolution: 'standard_resolution', after:...
View ArticleSimplyScroll won't move with InstafeedJS
I have a website (test page here) using InstafeedJS and SimplyScroll - yet for the life of me I cannot figure out why the feed won't scroll. I'm a novice so be nice! <!DOCTYPE> <html>...
View ArticleTrying to load an image to magnific gallery results in CORB problem
I am trying to load an image to a magnific gallery pop-up, however whener I click on the image I get an error on the webpage: "The image could not be loaded", while "The image" in this error message...
View ArticleInstafeed js add wrapper around every 4 image
I am using instafeed js to call photos from instagram. Is there a way to wrap every 4 images inside a div? is this even possible? Here is my code: jQuery(window).load(function(){ var userFeed = new...
View ArticleInstafeed.js not uploading photos
Does instafeed.js only work with an active website? I'm trying to add my friends instagram photos to the website I'm creating for him but the website is not yet 'live/active' so I feel this must be the...
View ArticleInstagram feed + Slick Carousel
Im trying to run Instafeed with Slick Slider. Instafeed is working well, loading the instagram images, but doesn't output the images on Slick Slider.Something is wrong on...
View Article