>
Download This Plugin | |
Download Elegant Themes | |
Name | Sliderly |
Version | 1.0.19 |
Author | Dallas Read |
Rating | 0 |
Last updated | 2013-03-07 11:36:00 |
Downloads |
8022
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Sliderly plugin added 36 bytes of resources to the Home page and 17 bytes of resources to the sample Post page.
Sliderly plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Sliderly plugin ads no tables to your Wordpress blog database.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.
How easy is it? Click on the Slideshows tab, upload your images via the core WP Media Gallery, and Drag-and-Drop your images to re-order them. Show them on your site with a shortcode or a widget.
In the front end of things, I chose to go with Slides and Colorbox because they're awesome, flexible, and reliable.
It comes with:
slideshow
or gallery
.[sliderly id=123 type=gallery]
[sliderly id=123 type=slideshow width=500 height=100]
.[sliderly id=123 type=gallery colorbox=true]
.<?php echo do_shortcode('[sliderly id=88 type=slideshow]'); ?>
.For those developers out there,the javascript is found at js.php
. With a little magic, you can leverage the backend of Sliderly with your own custom plugin.
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.