{"id":19132,"date":"2012-07-23T21:48:20","date_gmt":"2012-07-23T21:48:20","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/sliderly\/"},"modified":"2013-03-07T23:36:43","modified_gmt":"2013-03-07T23:36:43","slug":"sliderly","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/sliderly\/","author":9782929,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.19","stable_tag":"1.0.19","tested":"3.4.2","requires":"3.4.1","requires_php":"","requires_plugins":"","header_name":"Sliderly","header_author":"Dallas Read","header_description":"","assets_banners_color":"","last_updated":"2013-03-07 23:36:43","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/www.DallasRead.com","rating":1,"author_block_rating":0,"active_installs":40,"downloads":9482,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.0.15","1.0.16","1.0.18","1.0.19","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538988","resolution":"1","location":"plugin"}},"screenshots":{"1":"The drag-and-drop, ajax-ified management interface."}},"plugin_section":[],"plugin_tags":[221,57499,25458,3376,611],"plugin_category":[59],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-19132","plugin","type-plugin","status-closed","hentry","plugin_tags-ajax","plugin_tags-easiest-slider","plugin_tags-easy-slider","plugin_tags-simple-slider","plugin_tags-slider","plugin_category-utilities-and-tools"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/sliderly.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/sliderly\/trunk\/screenshot-1.png?rev=1538988","caption":"The drag-and-drop, ajax-ified management interface."}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>Sliderly is my opinion of how galleries should be managed, whether they're for a slideshow or gallery.<\/p>\n\n<p><strong>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.<\/strong><\/p>\n\n<p>In the front end of things, I chose to go with <a href=\"http:\/\/slidesjs.com\">Slides<\/a> and <a href=\"http:\/\/www.jacklmoore.com\/colorbox\">Colorbox<\/a> because they're awesome, flexible, and reliable.<\/p>\n\n<p>It comes with:<\/p>\n\n<ul>\n<li>Quick edit access via a menu item.<\/li>\n<li>Simple shortcode for <code>slideshow<\/code> or <code>gallery<\/code>.<\/li>\n<li><code>[sliderly id=123 type=gallery]<\/code><\/li>\n<li>Slideshows must declare their width and height <code>[sliderly id=123 type=slideshow width=500 height=100]<\/code>.<\/li>\n<li>To force links to open in colorbox (a pop-off-the-page image viewer), set colorbox to true <code>[sliderly id=123 type=gallery colorbox=true]<\/code>.<\/li>\n<li>Widget with intuitive interface for selecting gallery and type.<\/li>\n<li>Hard-codable into a template via <code>&lt;?php echo do_shortcode('[sliderly id=88 type=slideshow]'); ?&gt;<\/code>.<\/li>\n<\/ul>\n\n<p>For those developers out there,the javascript is found at <code>js.php<\/code>. With a little magic, you can leverage the backend of Sliderly with your own custom plugin.<\/p>\n\n<p>In the back end of things, it creates a custom post type called <code>slideshow<\/code> and just stuffs a hash of info into the post's content.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Search for <code>Sliderly<\/code> in the 'Plugin Gallery' and use the one-click install <em>OR<\/em> <a href=\"https:\/\/github.com\/dallas22ca\/Sliderly\/downloads\">Download<\/a> sliderly and Upload the <code>sliderly<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory in your own WordPress installation.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Use the shortcode <code>[sliderly id=123 type=gallery]<\/code> or use the fancy-schmancy widget.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>What are the different `type` I can use for the shortcode?<\/dt>\n<dd><ul>\n<li><code>gallery<\/code> - displays a grid of the images in two columns.<\/li>\n<li><code>slideshow<\/code> - displays a simple, one-image-at-a-time slideshow with navigation controls.<\/li>\n<li><code>featuredimg<\/code> - displays the first image of a gallery, if colorbox=true, clicking on it will show a slideshow of the images.<\/li>\n<\/ul><\/dd>\n<dt>What are the other features in the shortcode?<\/dt>\n<dd><ul>\n<li><code>colorbox<\/code> - links open in the glorious colorbox (inline dialog box), defaults to <em>false<\/em><\/li>\n<li><code>width<\/code> and <code>height<\/code> - must be declared for the slideshow to display properly<\/li>\n<li><code>controls<\/code> - where the slideshow controls will be positioned (left, centre, right, hide), defaults to <em>centre<\/em><\/li>\n<li><code>grid<\/code> - sets how many images wide the gallery should be, defaults to <em>3<\/em><\/li>\n<li><code>effect<\/code> - sets slideshow transition (slide, fade), defaults to <em>fade<\/em><\/li>\n<li><code>duration<\/code> - sets milliseconds between slideshow slides, defaults to <em>2500<\/em><\/li>\n<\/ul><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.19<\/h4>\n\n<p>Add multiple files at once! - Thanks to Mike Jolley - http:\/\/mikejolley.com\/2012\/12\/using-the-new-wordpress-3-5-media-uploader-in-plugins\/\nFix where the Sliderly sidebar only showed 10 latest slideshows (limit is now 100).<\/p>\n\n<h4>1.0.18<\/h4>\n\n<p>Added donate button =) and unique ID for each slide. The ID is <code>sliderly_{sliderly_id}_{slide_index}<\/code>.<\/p>\n\n<h4>1.0.17<\/h4>\n\n<p>Added support for HTML slides, fade transition for slideshows, and slideshow slide duration. Also added \"How do I use Sliderly?\" in the admin panel.<\/p>\n\n<h4>1.0.16<\/h4>\n\n<p>Added support to hide slideshow controls with <code>[sliderly controls=hide]<\/code>.<\/p>\n\n<h4>1.0.15<\/h4>\n\n<p>Added grid (<code>[sliderly type=gallery grid=3]<\/code>) for widget and shortcode. This lets you choose how many columns of images you want to see.<\/p>\n\n<h4>1.0.14<\/h4>\n\n<p>Added type of \"Featured Image\" for widget and shortcode (<code>[sliderly type=featuredimg]<\/code>). This will let you just add just the first image of a gallery to the page. If colorbox is turned on, it will show a slideshow of all the images in that particular gallery.<\/p>\n\n<h4>1.0.13<\/h4>\n\n<p>Sliderly plays better with other plugins now.<\/p>\n\n<h4>1.0.12<\/h4>\n\n<p>Support for moving the slideshow controls.<\/p>\n\n<h4>1.0.11<\/h4>\n\n<p>Make the widget extend to surround gallery. Backend drag and drop bug fix (being able to edit description, title, and link).<\/p>\n\n<h4>1.0.10<\/h4>\n\n<p>A few more if statements regarding output (declaring width and height only if present, caption and title only if present).<\/p>\n\n<h4>1.0.9<\/h4>\n\n<p>More silly changes regarding colorbox.<\/p>\n\n<h4>1.0.8<\/h4>\n\n<p>Properly require jQuery if not already required.<\/p>\n\n<h4>1.0.7<\/h4>\n\n<p>Fixed slideshow error if multiple instances are displayed on the same page.<\/p>\n\n<h4>1.0.6<\/h4>\n\n<p>Updated readme.<\/p>\n\n<h4>1.0.5<\/h4>\n\n<p>Gallery images stripped of their declared height and width.<\/p>\n\n<h4>1.0.4<\/h4>\n\n<p>Bugs fixed that shouldn't have gotten by...<\/p>\n\n<h4>1.0.0<\/h4>\n\n<p>A first attempt at greatness.<\/p>","raw_excerpt":"Wordpress plugin for making slideshows and galleries with simple ajax admin.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/19132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=19132"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/anonymized-9782929"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=19132"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=19132"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=19132"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=19132"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=19132"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=19132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}