eminos / eminos-instagram-feed

A Koken plugin to display an Instagram feed in a grid layout wherever you'd like on your Koken website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram Feed - Koken plugin

A Koken plugin to display an Instagram feed in a grid layout wherever you'd like on your Koken website.

screenshot

How to install

Prerequisites

You will need a Koken installation up and running.

The plugin should work with all Koken templates, including the ones that use pjax.

Installing

  1. cd your-koken-website/storage/plugins

  2. git clone https://github.com/eminos/eminos-instagram-feed.git or download ZIP and extract to the directory in step 1.

  3. Enable and Setup the plugin in your Koken admin.

  4. 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.

Development

  • 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.

Built With

Contributing

Please feel free to contribute to the code.

Authors

  • Emin Jasarevic - Initial work - Soonce

License

This project is licensed under the MIT License.

Acknowledgments

  • 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.

About

A Koken plugin to display an Instagram feed in a grid layout wherever you'd like on your Koken website.


Languages

Language:JavaScript 31.1%Language:HTML 30.0%Language:CSS 29.6%Language:PHP 9.3%