Skip to content

wilsonlewis/koken-instagram-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Koken

About

A Koken plugin to easily add an Instagram user's recent images feed.

  • Koken is a CMS focused on photography
  • Instagram is a common photo-sharing application

Installation

Koken does not have a store for 3rd party plugins, so we need to install it manually.

  • Install Koken

  • Navigate to the plugins folder:

      cd /storage/plugins
    
  • Git clone or download and unzip this package:

      git clone https://github.com/wilsonlewis/koken-instagram-feed.git
    
  • Open a new browser window to login to your admin plugins section:

      http://yoursite.com/admin/#/settings/plugins
    
  • Click the Enable button next to this plugin to enable

  • Click the Set up button to add an Instagram username

Markup

Add an image feed using an 'instagram' tag in an essay or custom page.

    // using global settings
    <instagram></instagram>
    
    // using optional overrides
    <instagram username="user" images="4"></instagram>

It can also be used in any .lens template.

Attributes (optional)

username

  • type: string
  • value: a username as it appears in an instagram url
  • default: null (set globally in plugin settings)

images

  • type: integer
  • value: the number of images shown
  • default: 6 (set globally in plugin settings)

License

This plugin is open-sourced software licensed under the MIT license.

About

A Koken plugin to get Instagram recent photos feed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published