=== Plugin Name ===
Contributors: dallas22ca
Tags: slider, easy slider, easiest slider, simple slider, ajax
Requires at least: 3.4.1
Tested up to: 3.4.1
Stable tag: 4.3
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Wordpress plugin for making slideshows and galleries with simple ajax admin.

== Description ==

After trying a plethora of gallery management plugins, I didn't find one that I would want to provide for my clients. Up 'til now, I would use a plugin for home page sliders, a different plugin for a gallery widget, and a different one for galleries and slideshows embedded into posts.

Sliderly is my opinion of how galleries should be managed, whether they're for a slideshow or gallery.

By default, I chose to go with Slides and Colorbox because they're awesome and flexible.

It comes with:
* Quick edit access via a menu item.
* Simple shortcode for `slideshow` or `gallery`.
	1. `[sliderly id=123 type=gallery]`
	1. Slideshows must declare their width and height `[sliderly id=123 type=slideshow width=500 height=100]`.
	1. To force links to open in colorbox, set colorbox to true `[sliderly id=123 type=gallery colorbox=true]`.
* Widget with intuitive interface for selecting gallery and type.
* Hard-codable into a template via `<?php echo do_shortcode('[sliderly id=88 type=slideshow]'); ?>`.

In the back end of things, it creates a custom post type called `slideshow` and just stuffs a hash of info into the post's content.

== Installation ==

1. Search for `Sliderly` in the 'Plugin Gallery' and use the one-click install **OR** [Download](https://github.com/dallas22ca/Sliderly/downloads) sliderly and Upload the `sliderly` folder to the `/wp-content/plugins/` directory in your own WordPress installation.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Use the shortcode `[sliderly id=123 type=gallery]` or use the fancy-schmancy widget.

== Frequently Asked Questions ==

= What are the different `type`s I can use for the shortcode? =

* `gallery` - displays a grid of the images in two columns.
* `slideshow` - displays a simple, one-image-at-a-time slideshow with navigation controls.

= What are the other features in the shortcode? =

* `colorbox` - links open in the glorious colorbox (inline dialog box), defaults to *false*
* `width` and `height` - must be declared for the slideshow

== Screenshots ==

1. The drag-and-drop, ajax-ified management interface.

== Changelog ==

= 0.1 =
A first attempt at greatness.