Swiper and Instafeed
See original GitHub issueHi! Is it possible to use the images fetched from Instafeed (http://instafeedjs.com/) into Swiper?
I tried to append it like this, but it didn’t work:
var feed = new Instafeed({
get: 'user',
userId: 3722752,
accessToken: '3722752.467ede5.edc5948480384f54915ea14617ce6716',
template: '<div class="swiper-slider"><a href="{{link}}"><img src="{{image}}" /></a></div>',
after: function () {
$('#instafeed').swiper({
slidesToShow: 1
});
}
});
feed.run();
Hopefully someone can help me 😃 Thanks in advance!
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Swiper and Instafeed · Issue #1498 - GitHub
Hi! Is it possible to use the images fetched from Instafeed (http://instafeedjs.com/) into Swiper? I tried to append it like this, ...
Read more >Instgram + Swiper - CodeSandbox
CodeSandbox is an online editor tailored for web applications.
Read more >Instagram instafeed Image rotator/Slider - Stack Overflow
I am currently using the instafeed.js (http://instafeedjs.com/) script to pull in images from instagram and display them on my site.
Read more >How to work with the "TM Instafeed" module - Zemez Support
“TM Instafeed” module displays recent photos you posted on Instagram using your Instagram access token. To configure the “TM Instafeed” ...
Read more >30 Instafeed ideas - Pinterest
12/05/2019 - Explore Hila Krupik Photographer & Mak's board "Instafeed" on Pinterest. ... VSCO Filters on Instagram: “ ⛲️Swipe for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Basilakis I’m so sorry for a very late reply. I just saw this today 😃
Here is what we did:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.