{"id":10406,"date":"2010-09-04T14:27:00","date_gmt":"2010-09-04T14:27:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/random-excerpts-fader\/"},"modified":"2017-02-04T16:20:24","modified_gmt":"2017-02-04T16:20:24","slug":"random-excerpts-fader","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/random-excerpts-fader\/","author":5508322,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.4.1","stable_tag":"trunk","tested":"4.7.33","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"Random Excerpts Fader","header_author":"Jack Reichert","header_description":"","assets_banners_color":"f2f2f2","last_updated":"2017-02-04 16:20:24","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.jackreichert.com\/buy-me-a-beer\/","header_plugin_uri":"http:\/\/www.jackreichert.com\/plugins\/random-excerpts-fader\/","header_author_uri":"http:\/\/www.jackreichert.com\/","rating":5,"author_block_rating":0,"active_installs":40,"downloads":6766,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1216119","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1216119","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[89,4923,244,1518],"plugin_category":[53],"plugin_contributors":[85716],"plugin_business_model":[],"class_list":["post-10406","plugin","type-plugin","status-publish","hentry","plugin_tags-category","plugin_tags-excerpts","plugin_tags-random","plugin_tags-testimonials","plugin_category-ratings-and-reviews","plugin_contributors-jackreichert","plugin_committers-jackreichert"],"banners":{"banner":"https:\/\/ps.w.org\/random-excerpts-fader\/assets\/banner-772x250.png?rev=1216119","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/random-excerpts-fader\/assets\/icon-128x128.png?rev=1216119","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin was developed to display excerpts from random posts in a category. jQuery is used for fading the plugin in and out. It's a great way for displaying testimonials of clients or just giving a snapshot of content from your site.<\/p>\n\n<p><strong>Shortcode added as of version 1.4<\/strong><\/p>\n\n<p>The most basic use is: <code>[reFader]<\/code> this will use the default options.\nHere is an example of all the options in use\n    [reFader title=\"Random Excerpts\" cat=\"23\" type=\"post\" amount=\"5\" length=\"50\" duration=\"5000\" linked=\"no\" url=\"http:\/\/www.jackreichert.com\/\"]<\/p>\n\n<p>This will show 5 (amount) posts (type) from category #23 (cat). It will show 50 (length) words from each post and fade out\/in every 5 seconds (duration). It will not link each title to the corresponding post, but it <strong>will<\/strong> link <strong>all<\/strong> the titles to this plugins page (url).<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the RandomExcerptsFader folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Place widget in desired place and set options there.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Are you planning on developing this further to include thumbnails?<\/dt>\n<dd><p>~~Eventually.~~ Done!<\/p><\/dd>\n<dt>Is it true that you coded the first version of this plugin live  on stage at a WordCamp, with Matt in the audience?<\/dt>\n<dd><p>Most definitely.<\/p><\/dd>\n<dt>What about foo bar?<\/dt>\n<dd><p>The foo bar is not a problem here. Don't worry about it.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.4.1<\/h4>\n\n<ul>\n<li>array_merge() error<\/li>\n<\/ul>\n\n<h4>2.4<\/h4>\n\n<ul>\n<li>Post types added.<\/li>\n<\/ul>\n\n<h4>2.3<\/h4>\n\n<ul>\n<li>Added fallback so it shows all for circumstances when jQuery.ready() won't work.<\/li>\n<\/ul>\n\n<h4>2.2<\/h4>\n\n<ul>\n<li>Fixed php errors<\/li>\n<\/ul>\n\n<h4>2.1<\/h4>\n\n<ul>\n<li>Implemented plugins_url<\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>Added featured images as an alternative to excerpts.<\/li>\n<li>Fixed JS issues with excerpt height in some browsers.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Added Shortcode<\/li>\n<li>Cleaned up jQuery<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Opacity bug<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Fixed IE bugs<\/li>\n<li>Rewrote the js to make it more efficient<\/li>\n<li>Added fixed height option<\/li>\n<\/ul>\n\n<h4>1.2.7<\/h4>\n\n<ul>\n<li>Tested on 3.2 RC1<\/li>\n<li>\"all categories\" had stopped working in this version - Fixed.<\/li>\n<\/ul>\n\n<h4>1.2.5<\/h4>\n\n<ul>\n<li>Fixed title when not linked<\/li>\n<\/ul>\n\n<h4>1.2.4<\/h4>\n\n<ul>\n<li>fixed linking bug (thanks to Martin).<\/li>\n<\/ul>\n\n<h4>1.2.3<\/h4>\n\n<ul>\n<li>Switched loop to get_posts.<\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Styles enqueued properly.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Replaced deprecated the_content_rss() with custom function.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Fix for includes.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>This is the first live version<\/li>\n<\/ul>","raw_excerpt":"Creates a widget that takes randomly a number of excerpts from a category of your choice and fades them in and out.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/10406","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=10406"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jackreichert"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=10406"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=10406"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=10406"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=10406"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=10406"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=10406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}