[Most recent Shiba Gallery Plugin description.]
There are many gorgeous Javascript libraries for rendering a gallery of images, but thus far, I have been unable to find a WordPress Gallery plugin that allows me to easily integrate multiple gallery styles within a single blog.
Thus … the Shiba WordPress Gallery Plugin was born.
The Shiba Gallery Plugin operates on the WordPress gallery shortcode, so it will integrate seamlessly with the existing WordPress gallery system. In addition, it allows you to specify a new type attribute. For example –
[gallery type="galleria"]
Here is the resulting gallery.
The power of the Shiba Gallery Plugin is that it allows you to use a variety of gallery styles not just within the same blog, but within the same blog page. You can include as many galleries as you want and display them in the style that you want simply by specifying type in your gallery shortcode.
Simple but Powerful
Here is another example gallery rendered using Smooth Gallery.
[gallery id="10" type="smoothgallery"]
It is as simple as that.
And if you decide to deactivate the plugin, your gallery codes will still work with other WordPress gallery based plugins.
If you do not specify a type, the system will just default to Smooth Gallery. You can also change the default gallery by defining the constant SHIBA_GALLERY_DEFAULT in your theme functions.php file.
For example –
define('SHIBA_GALLERY_DEFAULT', 'popeye');
The same gallery rendered using Lytebox.
Josh Fialkoff says
Hi,
This looks like a great plugin. I’m quite interested in testing it out.
Is there any documentation on how to customize this plugin?
I would like to change the default size of the gallery.
Thanks!
-Josh
ShibaShake says
Hi Josh,
You can currently specify the gallery size within your gallery shortcode –
Options currently supported in the shortcode are thumbnail, medium, large, and full. The default is ‘medium’. You can set the exact pixel size in Settings >> Media.
In future releases I will definitely look into adding custom image sizes.
ShibaShake says
Ok – I just added in custom image sizes. You can specify it using the size option in your gallery shortcode.
Here is the updated plugin page –
http://www.shibashake.com/wordpress-theme/super-wordpress-gallery-plugin
ShibaShake says
Last few days there may have been some ‘security check’ errors while rendering galleries. This was a result of caching issues within my blog. It should all be resolved by now.
Please let me know if you continue to see ‘security check’ errors on this page. Thank you.