{"id":47230,"date":"2011-05-25T16:57:00","date_gmt":"2011-05-25T16:57:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/th0ths-quotes\/"},"modified":"2012-07-15T09:14:58","modified_gmt":"2012-07-15T09:14:58","slug":"th0ths-quotes","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/th0ths-quotes\/","author":7785092,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.02","stable_tag":"2.02","tested":"3.4.2","requires":"3.1.2","requires_php":"","requires_plugins":"","header_name":"th0th's Quotes","header_author":"H\u00fcseyin G\u00f6khan Sar\u0131","header_description":"","assets_banners_color":"","last_updated":"2012-07-15 09:14:58","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=7D75SD2JLPCMQ","header_plugin_uri":"https:\/\/github.com\/th0th\/th0ths-quotes","header_author_uri":"http:\/\/returnfalse.net","rating":4,"author_block_rating":0,"active_installs":90,"downloads":11591,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog","other_notes"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":"1","5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.3","0.4","0.5","0.6","0.7","0.8","0.81","0.82","0.83","0.9","0.91","0.92","0.93","0.94","0.95","0.96","0.97","0.98","1.0","1.1","1.2","1.25","1.26","2.0","2.01","2.02","testing"],"block_files":[],"assets_screenshots":{"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1538910","resolution":"5","location":"plugin"},"screenshot-6.png":{"filename":"screenshot-6.png","revision":"1538910","resolution":"6","location":"plugin"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1538910","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538910","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1538910","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538910","resolution":"1","location":"plugin"}},"screenshots":{"1":"Management page of plugin","2":"Add new quote page","3":"Edit quote page","4":"Import\/Export quotes page","5":"Screen shot of the widget itself","6":"Quote on a page with shortcode."}},"plugin_section":[],"plugin_tags":[5055,80,168,162],"plugin_category":[43],"plugin_contributors":[83909],"plugin_business_model":[],"class_list":["post-47230","plugin","type-plugin","status-closed","hentry","plugin_tags-quote","plugin_tags-shortcode","plugin_tags-sidebar","plugin_tags-widget","plugin_category-customization","plugin_contributors-th0th","plugin_committers-th0th"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/th0ths-quotes.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/th0ths-quotes\/trunk\/screenshot-1.png?rev=1538910","caption":"Management page of plugin"},{"src":"https:\/\/ps.w.org\/th0ths-quotes\/trunk\/screenshot-2.png?rev=1538910","caption":"Add new quote page"},{"src":"https:\/\/ps.w.org\/th0ths-quotes\/trunk\/screenshot-3.png?rev=1538910","caption":"Edit quote page"},{"src":"https:\/\/ps.w.org\/th0ths-quotes\/trunk\/screenshot-4.png?rev=1538910","caption":"Import\/Export quotes page"},{"src":"https:\/\/ps.w.org\/th0ths-quotes\/trunk\/screenshot-5.png?rev=1538910","caption":"Screen shot of the widget itself"},{"src":"https:\/\/ps.w.org\/th0ths-quotes\/trunk\/screenshot-6.png?rev=1538910","caption":"Quote on a page with shortcode."}],"raw_content":"<!--section=description-->\n<p><strong>th0th's Quotes<\/strong> is a plugin that allows you to show quotes from your collection in custom places of your Wordpress (like sidebar -with widget-, pages and posts).<\/p>\n\n<p>The plugin comes with a widget working out-of-the-box. Widget has no settings, it is pretty simple. After activating plugin you can add widget and it will show a random quote each time page is reloaded.<\/p>\n\n<p>You can display your quotes also in pages or posts using shortcode of the plugin. Plugin has shortcode <code>[th0ths_quotes]<\/code>. You can insert this to page or post that you want to show your quote on. By default, shortcode will work just like the widget, showing a random quote for your collection. However, you can specify the quote using parameters.<\/p>\n\n<h4>Specify by owner<\/h4>\n\n<p>You can narrow down your collection using <code>owner<\/code> parameter. Thus, a random quote will be chosen from quotes only with the specified owner. For example, <code>[th0ths_quotes owner=Buddha]<\/code> will show a random quote of quotes whose owner is 'Buddha'.<\/p>\n\n<h4>Specify by id<\/h4>\n\n<p>You also can show one specific quote on a page or post. For this you can use <code>id<\/code> parameter. <code>[th0ths_quotes id=3]<\/code> will show only one quote id of which is 3.<\/p>\n\n<h4>Specify by tag (Implemented in v0.93)<\/h4>\n\n<p>Now you can narrow down quotes that are used in shortcode by using tags. After adding a specific tag to quote in management menu, you can use <code>[th0ths_quotes tag=&lt;tag here&gt;]<\/code> to show quotes with the tag you specified.<\/p>\n\n<p><strong>NOTE:<\/strong> id parameter supersedes owner parameter, and owner parameter supersedes tag.<\/p>\n\n<h4>Styling quote displayed by shortcode<\/h4>\n\n<p>You can define custom style for the division on which quote displayed using shortcode to match your theme or your needs. Shortcode has <code>class<\/code> parameter which will set a css class for the division that quote will be displayed in. Using this class you can set a custom displaying style. For example, <code>[th0ths_quotes class=quote_div]<\/code> will cause the output <code>&lt;div class=\"quote_div\"&gt;...&lt;\/div&gt;<\/code> so that you can define custom width, height, etc. for your quote displaying division.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload th0ths-quotes folder to your <code>wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Add widget to your prefered location through the 'Appearance' menu in Wordpress.<\/li>\n<li>Manage quotes using \"th0th's quotes\" menu in administration panel.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Although I reinstall this plugin my quotes are still there, how can completely reinstall it?<\/dt>\n<dd><p>The plugin uses its own database table to store quotes. And Wordpress doesn't have an option do take some action upon deletion of the plugin. So, plugin is not able to delete its database table itself, you should manually do it. To completely remove plugin (also for a fresh install this step is required) after removing plugin from administration section of Wordpress, you should remove table named <code>wp_th0ths_quotes<\/code> from your database (<code>wp_<\/code> part can be change depending on the database prefix you are using).<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.02<\/h4>\n\n<ul>\n<li>Update tested-up-to WordPress version.<\/li>\n<li>Update plugin URL.<\/li>\n<\/ul>\n\n<h4>2.01<\/h4>\n\n<ul>\n<li>Add donation page.<\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>Enable sharing quotes on twitter.<\/li>\n<\/ul>\n\n<h4>1.25<\/h4>\n\n<ul>\n<li>Some styling.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Update plugin homepage so that users can reach the blog post.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Add Croatian language files.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Fix displaying quotes from trash bug.<\/li>\n<\/ul>\n\n<h4>0.98<\/h4>\n\n<ul>\n<li>Fix shortcode's output position.<\/li>\n<\/ul>\n\n<h4>0.97<\/h4>\n\n<ul>\n<li>Implement showing latest quote feature.<\/li>\n<\/ul>\n\n<h4>0.96<\/h4>\n\n<ul>\n<li>Changle maximum length of quote<\/li>\n<li>Enable usage of (\") and (') characters in quote.<\/li>\n<\/ul>\n\n<h4>0.95<\/h4>\n\n<ul>\n<li>Owner and tag filters now usable also in widget.<\/li>\n<\/ul>\n\n<h4>0.94<\/h4>\n\n<ul>\n<li>Typofix on tags shortcode.<\/li>\n<\/ul>\n\n<h4>0.93<\/h4>\n\n<ul>\n<li>Tags feature is implemented.<\/li>\n<\/ul>\n\n<h4>0.92<\/h4>\n\n<ul>\n<li>Fixing quotes' source link bug.<\/li>\n<li>Update XML structure for exported quotes to support opening links in new page.<\/li>\n<\/ul>\n\n<h4>0.91<\/h4>\n\n<ul>\n<li>Fix bug on source URL validation.<\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<ul>\n<li>Make opening source link in a new page (or tab) optional.<\/li>\n<\/ul>\n\n<h4>0.8<\/h4>\n\n<ul>\n<li>Sources for quotes feature is implemented.<\/li>\n<li>Some bugfixing.<\/li>\n<li>Update Paypal donation form to be international.<\/li>\n<\/ul>\n\n<h4>0.7<\/h4>\n\n<ul>\n<li>Editing quotes feature is implemented.<\/li>\n<li>'Add new quote' link is added to page displayed after adding a quote.<\/li>\n<\/ul>\n\n<h4>0.6<\/h4>\n\n<ul>\n<li>Language support is added.<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>Shortcode support is added.<\/li>\n<li>Some general styling has been done.<\/li>\n<\/ul>\n\n<h4>0.4<\/h4>\n\n<ul>\n<li>Empty form sends in management pages are now handled.<\/li>\n<li>Import\/Export feature is added.<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>'Trash' feature is added.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Enabling delete of multiple quotes with checkboxes.<\/li>\n<li>Check all checkbox is added.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>First release.<\/li>\n<\/ul>\n\n<!--section=other_notes-->\n<h3>More<\/h3>\n\n<ul>\n<li>You can support development of this plugin by donations. (<a href=\"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&amp;hosted_button_id=7D75SD2JLPCMQ\" title=\"Click to donate using Paypal\">Donate via Paypal<\/a>)<\/li>\n<li>This plugin is originally hosted on github. So you can check <a href=\"https:\/\/github.com\/th0th\/th0ths-quotes\" title=\"th0th's Quotes on Github\">there<\/a> as well if you want.<\/li>\n<li>You can contact me via e-mail or jabber (my address for both is th0th -at- returnfalse.net).<\/li>\n<\/ul>","raw_excerpt":"A plugin that enables you to display a random quote from your collection on sidebar, posts and pages.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/47230","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=47230"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/th0th"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=47230"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=47230"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=47230"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=47230"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=47230"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=47230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}