Specifying the radius distance for latitude and longitude in Instafeed.js
Is there a way to specify the radius distance of the lat + long locationID in instafeed.js? For example the following code will return photos tagged with the location for the Eiffel Tower and then...
View ArticleTrying to get a load more button working on an Instagram Instafeed script but...
I have an instagram feed integrated into a site I'm updating, I'm using instafeed.js which I have used before and I've set the feed up no problem but I'm trying to integrate a load more button which...
View ArticleFilter results for instagram videos only- instafeed.js
I am using the great and dead simple instafeed.js to pull a couple of my instagram videos into my personal webpage. It is working but I have not found an option for filtering results for just videos....
View ArticleLimit with filter - instafeed.js
I am using the great tool of instafeed.js to interact with instagram’s api. I am currently trying to filter results to only be image.type === 'video'. I have been able to get that to work. The only...
View ArticleSort images by most recent and filter for images with likes > x
In instafeed.js, I have the ability to sortBy tagged pictures either by most-liked or most-recent. Those options are mutually exclusive. I am trying to find a middle ground to do both. I would like to...
View ArticleInstafeed.js Previous Button
Here’s my question. I’m trying to get my website’s Instagram feed to work. It is Instafeed.js. I’m trying to get the previous button to work. I’ve seen an example where a “previous button” was used...
View ArticleInstafeed plugin Load More button is not working
I’m using instafeed js plugin and trying to use the load more button but it doesn’t work. I saw a post here with the same issue but i’m sorry is still not working for me. Any help? thank you Here is...
View ArticleHow to get user based and tag based photos from instagram
I have a requirement where i have to show instagram photos from users account xxxx and photos tagged as x,x2,x3,x4. Is it possible to do to both user account based and tagged based photos in with...
View ArticleInstafeedjs - how to give each picture different size
I'm using Instafeed.js (http://instafeedjs.com) to collect images from Instagram and show them on my website. But how do I control the size of each picture, and control whether it's in low-resolution...
View ArticleInstagram - Bootstrap 3 carousel with instafeedjs
I am using instafeedjs to display the pictures on a site. I am trying to add Bootstrap 3 carousel by following link. -...
View ArticleHow to pass value of dropdown to instafeed tagName property
I am using instafeedjs to show image based on tags. i want to add functionality to it so that it will show image based on the drop-down selection <div class="instaTagsdd"> <select>...
View ArticleBuilding an Owl Carousel with photos pulled from Instafeed.js
I am currently trying to build an image carousel (using Owl Carousel) that dynamically pulls in Instagram photos (using Instafeed.js). I'm using Owl Carousel v2 in conjunction with some custom scripts...
View ArticleInstafeedjs moment.js return time ago
Using instafeedjs and moment.js to render instagram feed and format the dates to a relative format ( X days/months/hours/minutes ago ). As you see below, the success function callback is looping thru...
View ArticleOverlapping masonry divs with instafeed and twitterFetcher scripts
I have a small problem where two masonry blocks are overlapping on load. Both blocks contain empty divs that use scripts to add content. One is instafeed to display the latest instagram image and the...
View Articleload more button in instafeed js issue
The load more btn works fine, but when i click load more, images are showing up but the problem is its shows from the top, it doesn't show where i was. it should show from 13 and the rest , not from...
View ArticleCan't call instagram API from Shopify
I am trying to use the instagram API from my shopify webstore. I am using javascript. When I use jQuery, instagram does not pass back the right headers. Here is the my code (the call has been...
View ArticleInstafeed.js and jQuery colorbox
I'm trying to set the jQuery Colorbox on the Instafeed.js images. Both of the scripts work fine separately, but whenever I try to set the colorbox class to an element inside the Instafeed.js template...
View ArticleInstagram API to get mp4 video list and show it on web page
I have been looking for a jquery or javascript based API for Instagram that will get the list of .MP4 file name which i can show on website. I am not good with java-script and have gone through...
View ArticleBootstrap + instafeed.js skipping issue
I have a bootstrap carousel working with instafeed.js. It works, but the issue is that it skips one picture and goes to every odd picture. My code is this: my instafeed.js:...
View ArticleGenerate id for each list item generated by instafeed
I'm using instafeed.js to get the latest instagram posts and I need an id generated for each list item. How can I do this? JS: var feed = new Instafeed({ clientId: '<id>', //enter client id here...
View Article