A Koken plugin to display an Instagram feed in a grid layout wherever you'd like on your Koken website.
You will need a Koken installation up and running.
The plugin should work with all Koken templates, including the ones that use pjax.
-
cd your-koken-website/storage/plugins
-
git clone https://github.com/eminos/eminos-instagram-feed.git
or download ZIP and extract to the directory in step 1. -
Enable and Setup the plugin in your Koken admin.
-
Add this tag wherever you want the grid to display:
<div id="instagram-feed"></div>
Use the "Insert custom code" if you're adding it to a Koken page.
Feel free to change the styling with custom CSS in Koken.
-
Follow the instruction above to clone the repository into the plugins directory.
-
npm install
to pull in the dependencies. -
npm run dev
to build for development. -
npm run prod
to build for production.
- Vue.js
- CSS Grid Layout (!)
- fetch() (!)
- Font Awesome
Please feel free to contribute to the code.
- Emin Jasarevic - Initial work - Soonce
This project is licensed under the MIT License.
- Inspired by wilsonlewis/koken-instagram-feed. The main difference between the plugins is that this one pulls in the Instagram feed with ajax when the page has loaded, instead of on the server side.
Using BrowserStack for live and automated browser testing.