WP-Galleriffic

0

WP-Galleriffic is an image gallery plugin to extend WordPress. The JavaScript code is based on Galleriffic, but modified at some small points for bugfix. It started as a fork of Photosp

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

WP-Galleriffic is an image gallery plugin to extend WordPress. The JavaScript code is based on Galleriffic, but modified at some small points for bugfix.

It started as a fork of Photospace plugin (v1), but it became very different approach.

There are two ways to use the plugin:

1. Attachment image gallery

The plugin adds two additional image sizes using the built-in functions of WordPress. The sizes can be modified at the plugin’s settings panel. The missing images be generated on-demand (for example: images uploaded before the plugin was installed or the sizes have been modified), but for large quantities I’d recommend the Regenerate Thumbnails plugin.
Versions before 1.0 used an own cache and image resizing module, but this has been eliminated due to better potentials in the core WordPress code, better Multisite compatibility, faster processing and cleaner filesystem.

2. Flickr Set gallery

Flick Set can be added as source to a galleriffic shortcode. An API key is bundled with the plugin, registered for this purpose, but you can change it. It is vital, Flick requires it for the API to work. The display order is the same in Flickr. There is a chance to select the source Flickr image for both the thumbnail and the preview image. Also, if required, the Flickr images can be resized as well with a local copy of the image. The plugin grabs the images from Flickr, resizes them and serves locally.

  • Note: if you change the size settings, the previously generated images ones will not be deleted. You have to make a cleanup manually. *

Usage

Place [wp-galleriffic] shortcode into anywhere in the post for attachment gallery.

For a specified post, add [wp-galleriffic postid=POST#], where POST# is the number of the post with the attachment images to create a gallery from.
For Flickr gallery, add the set ID as: [wp-galleriffic set=SET#], where SET# is the ID of the set. You can get it by navigating to the Set’s page at Flickr and take a look at the end of the URL.