instafeedjs

Instafeed JS not loading

泄露秘密 提交于 2021-01-29 09:55:57
问题 I'm trying to test out instafeed.js and I can't get it to load on a simple bootstrap page Everything on my page loads, including this container, but it's empty with no hint of Instagram code. I downloaded the instafeed js folder, in my root directory. The working file is in the same folder as this instafeed folder, and the min.js file is in there. Obviously, my client ID was omitted, but other than that, what could I be doing wrong here? Here is my current code block pertaining to this: <head

Trying to get a load more button working on an Instagram Instafeed script but it isn't responding in my site

▼魔方 西西 提交于 2019-12-22 01:08:01
问题 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 would load more images below the original set of images. Even though I've done this before in another site and I'm using the exact same code as I did then, it doesn't want to make the load more button work. Can anyone help me find where I'm going wrong and get the solution? HTML: <div class=

Instagram - Bootstrap 3 carousel with instafeedjs

谁说胖子不能爱 提交于 2019-12-13 11:13:23
问题 I am using instafeedjs to display the pictures on a site. I am trying to add Bootstrap 3 carousel by following link. - http://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=carousel-methods. When I run the code it displays nothing. <script type="text/javascript"> var feed = new Instafeed({ get: 'tagged', tagName: '****', clientId: '*************', limit: 20, sortBy: 'most-recent', template: '<div class="item"><img src="{{image}}"/></div>', success: function (data) { $('.carousel')

Limit with filter - instafeed.js

天大地大妈咪最大 提交于 2019-12-13 00:42:48
问题 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 problem is that it never satisfies the limit:10 set. Somehow it may be pulling all types( image and video ) and then applying the filter. Is it possible to meet the limit 10 while applying a filter for videos only? var feed = new Instafeed({ limit: '10', sortBy: 'most-liked', resolution: 'standard

Trying to get a load more button working on an Instagram Instafeed script but it isn't responding in my site

耗尽温柔 提交于 2019-12-04 22:44:52
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 would load more images below the original set of images. Even though I've done this before in another site and I'm using the exact same code as I did then, it doesn't want to make the load more button work. Can anyone help me find where I'm going wrong and get the solution? HTML: <div class="instagramFeed row"> <div id="instafeed"></div> <p id="mybutton">Load More...</p> </div> </div> <!-- end