{"id":5528,"date":"2009-05-14T21:30:12","date_gmt":"2009-05-14T21:30:12","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wordcycle\/"},"modified":"2010-10-28T14:25:01","modified_gmt":"2010-10-28T14:25:01","slug":"wordcycle","status":"publish","type":"plugin","link":"https:\/\/lmo.wordpress.org\/plugins\/wordcycle\/","author":399717,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1","stable_tag":"1.1","tested":"3.0.5","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"WordCycle","header_author":"Esther S White","header_description":"","assets_banners_color":"","last_updated":"2010-10-28 14:25:01","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&business=NHHQZ3K6AY5BU&lc=US&item_name=Esther%20S%20White&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted","header_plugin_uri":"http:\/\/blog.estherswhite.net\/wordcycle","header_author_uri":"http:\/\/blog.estherswhite.net","rating":1,"author_block_rating":0,"active_installs":10,"downloads":4997,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","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":["0.1","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","1","1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[210,163,229,202,208],"plugin_category":[50,59],"plugin_contributors":[89949],"plugin_business_model":[],"class_list":["post-5528","plugin","type-plugin","status-publish","hentry","plugin_tags-gallery","plugin_tags-images","plugin_tags-javascript","plugin_tags-jquery","plugin_tags-slideshow","plugin_category-media","plugin_category-utilities-and-tools","plugin_contributors-eswhite","plugin_committers-eswhite"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wordcycle.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>WordCycle is a WordPress plugin that acts as a wrapper for the popular <a href=\"http:\/\/malsup.com\/jquery\/cycle\/\">jQuery Cycle Plugin<\/a> by Mike Alsup. Use the [slideshow] shortcode to insert a jQuery Cycle slideshow into your WordPress post or page.<\/p>\n\n<p>No JavaScript necessary! Customize the slideshow using the shortcode options and by modifying your theme's stylesheet.  The plugin also adds a custom template tag wordcycle_slideshow().<\/p>\n\n<p>WordCycle is developed by <a href=\"http:\/\/blog.estherswhite.net\">Esther S White<\/a><\/p>\n\n<h3>Usage and Examples<\/h3>\n\n<p>Uploaded images are called attachments in the WordPresss database. If WordCycle is installed, you can use the [slideshow] shortcode to create a slideshow of all the attachments associated with a post. You can also use the custom template tag wordcycle_slideshow()  in your WordPress template files.<\/p>\n\n<p>The slideshow advances automatically and is minimally styled. The slideshow uses the Link, Title, and Caption attributes of the WordPress Image Uploader\/Gallery, as well as the gallery sorting options.<\/p>\n\n<p>To add the slideshow to a post, insert this code:  [slideshow]<\/p>\n\n<p>More examples available on the plugin website.<\/p>\n\n<h3>Options &amp; Defaults<\/h3>\n\n<ul>\n<li>id            \/\/ post id: #, current (default)  <\/li>\n<li>order         \/\/ slide order: ASC (default), DESC, RAND  <\/li>\n<li>orderby       \/\/ slide order by: menu_order ID (default), see list in codex: http:\/\/codex.wordpress.org\/Template_Tags\/get_posts  <\/li>\n<li>size          \/\/ image size: thumbnail, small, medium (default), large, full-size  <\/li>\n<li>speed         \/\/ effect speed: slow (default), normal, fast  <\/li>\n<li>fx            \/\/ slideshow effect (view the <a href=\"http:\/\/malsup.com\/jquery\/cycle\/browser.html\">jQuery Cycle Plugin Effects Browser<\/a> for a complete list)  <\/li>\n<li>timeout       \/\/ time on each slide: miliseconds: 8000 (default)  <\/li>\n<li>pause         \/\/ pause on mouse-over: 0 (default) or 1<\/li>\n<li>next          \/\/ selector of element to use as click trigger for next slide : null (default) or DOM element ID<\/li>\n<li>prev          \/\/ selector of element to use as click trigger for previous slide : null (default) or DOM element ID<\/li>\n<li>include       \/\/ include image by ID<\/li>\n<li>exclude       \/\/ exclude image by ID<\/li>\n<li>link          \/\/ image link: file, attachment<\/li>\n<li>align         \/\/ slideshow position: left, right, none (default)  <\/li>\n<li>float (deprecated)            \/\/ slideshow position: left, right, none (default)  <\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>Extract the zip file and drop the contents in the wp-content\/plugins\/ directory of your WordPress installation and then activate the WordCycle from Plugins page.<\/p>\n\n<p>Use [slideshow] shortcode in your Posts &amp; Pages to add Cycle slideshows or use the wordcycle_slideshow() template tag in your template files.<\/p>\n\n<!--section=changelog-->\n<h4>1.1<\/h4>\n\n<ul>\n<li>Updated jquery.cycle.js to v2.86<\/li>\n<li>Changed CSS to not include border around images<\/li>\n<li>Updated float option, now called \"align\", no longer uses <\/li>\n<\/ul>\n\n<p>&lt;<\/p>\n\n<p>style&gt;<\/p>\n\n<h4>1<\/h4>\n\n<ul>\n<li>Added custom template tag wordcycle_slideshow()<\/li>\n<\/ul>\n\n<h4>0.1.7<\/h4>\n\n<ul>\n<li>Updated slideshow markup to use $post-&gt;ID as element ID for easier CSS styling.<\/li>\n<\/ul>\n\n<h4>0.1.6<\/h4>\n\n<ul>\n<li>Added support for include and exclude based on Gallery Shortcode; suggested and implemented by Mathew Simo (@matthewsimo)<\/li>\n<\/ul>\n\n<h4>0.1.5<\/h4>\n\n<ul>\n<li>Fixed bug in v0.1.4 which broke slideshows.<\/li>\n<li>Added style .wordcycle { overflow:hidden } for improved page view before JS loads<\/li>\n<\/ul>\n\n<h4>0.1.4<\/h4>\n\n<ul>\n<li>Revised implementation of jQuery.noConflict()<\/li>\n<\/ul>\n\n<h4>0.1.3<\/h4>\n\n<ul>\n<li>Abstracted creation of slideshow (print_wordcycle()) from shortcode function (shortcode_cycle())<\/li>\n<li>Added random # to slideshow ID to allow multiple slideshows on a page<\/li>\n<li>Moved scripts and styles to wp_footer<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>Fixed readme.txt formatting, updated readme.txt<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Introduced \"next\" and \"prev\" attributes.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>WordCycle first released.<\/li>\n<\/ul>","raw_excerpt":"WordCycle is a WordPress plugin that acts as a wrapper for the popular jQuery Cycle Plugin by Mike Alsup.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=5528"}],"author":[{"embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/eswhite"}],"wp:attachment":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5528"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5528"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5528"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5528"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5528"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}