Kris-B / nanoGALLERY4GS

nanoGALLERY plugin for GetSimple CMS
14 stars 5 forks source link

nanoGALLERY4GS for GetSimple

Image gallery for GetSimple CMS. A powerful and easy to setup GetSimple plugin for displaying image galleries, with support for pulling in Flickr and Picasa/Google+ photo albums. Mobile-friendly. Images are shown as clickable thumbnails, which will expand to full view via a modal popup window. Support custom themes.

Key features

Screenshot Screenshot Screenshot Screenshot

Demonstration

Go to the demonstration site

Usage

To display an image gallery insert a code like this one in a GetSimple page :

(%nanogallery userID=PicasaUserID%)

Replace PicasaUserID with your Picasa/Google+ user ID.

Note: syntax is case sensitive.

Example:

(%nanogallery userID1=cbrisbois@gmail.com%)

History:

Installation

Syntax and options

Arguments are separated by &. Following arguments are supported

General arguments

Picasa/Google+ specific arguments

Flickr specific arguments

To retrieve your Flickr user ID, use this page:

http://www.flickr.com/services/api/explore/flickr.people.findByUsername

Picasa/Google+ example:

Display albums from the user cbrisbois@gmail.com. Thumbnail size : 300x200 pixels.

(%nanogallery userID=cbrisbois@gmail.com&thumbnailWidth=300&thumbnailHeight=200%)

Display albums from the user cbrisbois@gmail.com. Thumbnail size : 300x200 pixels. Ignore album containing 'scrapbook' or 'profil' in the title.

(%nanogallery userID=cbrisbois@gmail.com&thumbnailWidth=300&thumbnailHeight=200&blackList=scrapbook|profil%)

Flickr example:

Display albums from the user Kris_B (34858669@N00). Thumbnail size : 300x200 pixels.

(%nanogallery kind=flickr&userID=34858669@N00&thumbnailWidth=300&thumbnailHeight=200%)

Display albums from the user 34858669@N00. Thumbnail size : 300x200 pixels. Ignore album containing 'scrapbook' or 'profil' in the title.

(%nanogallery kind=flickr&userID=34858669@N00&thumbnailWidth=300&thumbnailHeight=200&blackList=scrapbook|profil%)

Debug mode

To enable the debug mode:

To disable the debug mode:

Requirements

Third party tools