xddesigners / silverstripe-instagram-feed
Instagram Feed for Silverstripe with Basic Display API
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- espresso-dev/instagram-php: ^1
- silverstripe/framework: ^5.0 || ^6.0
README
Add an Instagram Feed to you Silverstripe website that can be used anywhere in your site.
Thanks
Special thanks to @Lerni and the instagram-basic-display-feed-element for his work on [instagram-basic-display-feed-element]. This project builds upon and refactors his implementation.
Installation
composer require xddesigners/silverstripe-instagram-feed
# Silverstripe 4.x composer require xddesigners/silverstripe-instagram-feed:dev-ss4 # Silverstripe 5.x composer require xddesigners/silverstripe-instagram-feed
Usage
Setup you Instagram App ID and Secret in your CMS -> Settings -> Instagram.
Run provided task to update your Instagram feed. sake
sake dev/tasks/XD-InstagramFeed-Tasks-InstagramUpdateTask
The feed data is stored in the database.
Use the provided templates in your website. ```env ```.ss-file <% include XD\InstagramFeed\Includes\InstagramMedia %> or <% include XD\InstagramFeed\Includes\InstagramMedia_grid %> or <% include XD\InstagramFeed\Includes\InstagramMedia_swiper %> Note: you need to add your own swiper js code.