Overview
Plugin to manage and generate a nice image sliding effect in your blog. S3Slider and jQuery based.
This plugins is nothing else than a front-end to the nice S3Slider jQuery plugin that lets you:
1. Upload and crop images;
2. Set the size, order and timeout of the slider;
3. Edit a text to be shown on each image;
S3Slider can be seen in action here.
Download and Install
1. Download it!.
2. Extract `s3slider.zip` and upload the folder `s3slider` to the `/wp-content/plugins/` directory;
3. Activate the plugin through the `Plugins` menu in WordPress
4. Place something like this in your templates:
<?php if (function_exists(s3slider_show())) { s3slider_show(); } ?>
Warning: Upgrading this plugin to 0.04 requires the existing table to be removed, so the plugin will create a new one.
Screenshot
This is the panel screen with both options and upload section activated. Just to show how the plugin works globally. The crop section comes after the upload.

Multilanguage Support
The default PO and MO files are located in the lang directory. You can translate the plugin into your language by using any gettext editor like POEdit or even a simple plain text editor. Rename the file to your language code and define the language variable WPLANG into your wp-config.php with the same code.
If you translate this plugin into your language, please send it to me (viniciusandre ø gmail.com) so I can distribute in next versions.
Languages currently supported:
Next versions…
Known Bugs
Changelog