Skip to content

Plugin for Kirby CMS to place photo's from your Flickr account in a pretty grid on your site.

Notifications You must be signed in to change notification settings

mirthe/kirby_photogrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Plugin: Photogrid

This plugin allows you to place photo's from Flickr on your pages.

Git submodule

git submodule add https://github.com/mirthe/kirby_photogrid.git site/plugins/photogrid

Usage

Add the following to your config:

'flickr.apiKey' => 'XX',
'flickr.userID' => 'XX',
'flickr.username' => 'XX'

You can load the js and css from https://simplelightbox.com/ to have the bigger image appear in a lightbox.

Example

Placed for example with

(photogrid: tags: Amorphis,013,20200125,fav)

Example of usage

Todo

  • Offer as an official Kirby plugin
  • Might rename to FlickrGrid, or incorporate other services
  • Add sample SCSS to this readme
  • Cleanup code
  • Improve lightbox initialisation
  • Add option to display smaller image in grid
  • Add title and date
  • Lots..

About

Plugin for Kirby CMS to place photo's from your Flickr account in a pretty grid on your site.

Topics

Resources

Stars

Watchers

Forks