{"id":23020,"date":"2013-04-18T23:38:07","date_gmt":"2013-04-18T23:38:07","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/read-later-buttons\/"},"modified":"2014-04-18T01:19:56","modified_gmt":"2014-04-18T01:19:56","slug":"read-later-buttons","status":"publish","type":"plugin","link":"https:\/\/lmo.wordpress.org\/plugins\/read-later-buttons\/","author":2116647,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2","stable_tag":"1.2.1","tested":"3.9.40","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"Read Later Buttons","header_author":"Dave Ross","header_description":"","assets_banners_color":"92aec6","last_updated":"2014-04-18 01:19:56","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.giffordcatshelter.org\/donations\/","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/read_later_buttons","header_author_uri":"http:\/\/davidmichaelross.com","rating":5,"author_block_rating":0,"active_installs":10,"downloads":16726,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.2.1":"<ul>\n<li>Version 1.2 was released prematurely. It shouldn\u2019t have broken anything on your sites, but it wasn\u2019t tested like it should have been. So, I\u2019m releasing version 1.2.1 with some code improvements &amp; optimizations that shouldn\u2019t change anything in your experience or your readers\u2019, but bring the code more in-line with WordPress coding standards in case someone wants to read the source to the plugin &amp; learn from it. Thanks again to Gabriel Vivas for the excellent Spanish &amp; French translations that led to this new version.<\/li>\n<\/ul>","1.1":"<ul>\n<li>This release adds Javascript to figure out if a browser can display SVG images and uses them if possible. This means your Instapaper, Pocket, and Readlater buttons get Retina display-ready vector images wherever they&#039;re supported. All other users continue to get the same PNG images used in v1.0, which still weren&#039;t too bad.<\/li>\n<\/ul>","1.0":"<p>First official release<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"700314","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"700314","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.2.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"699996","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"699996","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"699996","resolution":"3","location":"assets"}},"screenshots":{"1":"Read Later buttons, with a reading time estimate, added to a post using the shortcode. Of course, this is just a demonstration. You can use the shortcode anywhere shortcodes are supported, even adding them to your page templates by calling <a href=\"http:\/\/codex.wordpress.org\/Function_Reference\/do_shortcode\">do_shortcode()<\/a>.","2":"The Read Later Buttons widget in the sidebar.","3":"The widget can be configured to show any combination of services, letting you balance features with space in your sidebar."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[6384,6912,23604,36953,12158],"plugin_category":[43],"plugin_contributors":[77625],"plugin_business_model":[],"class_list":["post-23020","plugin","type-plugin","status-publish","hentry","plugin_tags-instapaper","plugin_tags-kindle","plugin_tags-pocket","plugin_tags-read-later","plugin_tags-readability","plugin_category-customization","plugin_contributors-csixty4","plugin_committers-csixty4"],"banners":{"banner":"https:\/\/ps.w.org\/read-later-buttons\/assets\/banner-772x250.png?rev=700314","banner_2x":"https:\/\/ps.w.org\/read-later-buttons\/assets\/banner-1544x500.png?rev=700314","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/read-later-buttons_92aec6.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/read-later-buttons\/assets\/screenshot-1.png?rev=699996","caption":"Read Later buttons, with a reading time estimate, added to a post using the shortcode. Of course, this is just a demonstration. You can use the shortcode anywhere shortcodes are supported, even adding them to your page templates by calling <a href=\"http:\/\/codex.wordpress.org\/Function_Reference\/do_shortcode\">do_shortcode()<\/a>."},{"src":"https:\/\/ps.w.org\/read-later-buttons\/assets\/screenshot-2.png?rev=699996","caption":"The Read Later Buttons widget in the sidebar."},{"src":"https:\/\/ps.w.org\/read-later-buttons\/assets\/screenshot-3.png?rev=699996","caption":"The widget can be configured to show any combination of services, letting you balance features with space in your sidebar."}],"raw_content":"<!--section=description-->\n<p>Read Later Buttons provides a widget and a shortcode for displaying \"read later\" buttons for the popular apps Instapaper, Pocket, and Readability. It can also display a <a href=\"http:\/\/wordpress.org\/extend\/plugins\/send-to-kindle\/\">Send to Kindle<\/a> button if that plugin is installed, letting your users send your content to their e-reader to enoy when they have the time.<\/p>\n\n<p>This plugin is designed to function well and look good without much fuss, but it also provides a shortcode and filters so you can control how the buttons look &amp; work.<\/p>\n\n<p><strong>Shortcode<\/strong><\/p>\n\n<p>Use the <code>[read_later_buttons]<\/code> shortcode to render buttons for every one of the supported services. You can also include the names of one or more services (i.e. <code>[read_later_buttons instapaper pocket]<\/code>) to just get those buttons. Valid service names are <code>kindle<\/code>, <code>instapaper<\/code>, <code>pocket<\/code>, and <code>readlater<\/code>.<\/p>\n\n<p>The shortcode can also display an estimated reading time if you include the \"time\" parameter (<code>[read_later_buttons time]<\/code>). The reading time can be combined with service names (<code>[read_later_buttons time instapaper]<\/code>) and the time will render above the buttons. When including the time estimate, the plugin won't display all the buttons by default. You need to include the \"all\" parameter (i.e. <code>[read_later_buttons time all]<\/code>) in that case. Also, the shortcode has to be used inside \"the loop\" in order to calculate a time -- in other words in a page, post, or the appropriate parts of your theme template.<\/p>\n\n<p><strong>Filters<\/strong><\/p>\n\n<ol>\n<li>read_later_buttons_do_css: return false to prevent loading the default CSS (doesn't affect the Kindle plugin)<\/li>\n<li>read_later_buttons_instapaper: alter the HTML generated for the Instapaper button<\/li>\n<li>read_later_buttons_pocket: alter the HTML generated for the Pocket button<\/li>\n<li>read_later_buttons_readability: alter the HTML generated for the Readability button<\/li>\n<li>read_later_buttons_reading_time: alter the HTML generated for the reading time estimate<\/li>\n<li>read_later_buttons_link: alter or replace the link passed to the read later services (doesn't affect the Kindle plugin)<\/li>\n<\/ol>\n\n<!--section=installation-->\n<p>Install Read Later Buttons automatically from your admin account by selecting \"Plugins\", then \"Add new\" from the sidebar menu. Search for Read Later Buttons, then choose \"Install Now\".<\/p>\n\n<p>or<\/p>\n\n<p>Download the latest Read Later Buttons archive from wordpress.org.\nUnzip the archive and upload the read_later_buttons directory to the \/wp-content\/plugins\/ directory on your WordPress site.\nActivate the plugin through the 'Plugins' menu in WordPress<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>How do I enable the Kindle button?<\/dt>\n<dd><p>Install and activate the <a href=\"http:\/\/wordpress.org\/extend\/plugins\/send-to-kindle\/\">Send to Kindle<\/a> plugin. Read Later Buttons will detect that the Kindle button is available and offer a checkbox for it on the widget configuration form.<\/p><\/dd>\n<dt>The plugin uses a lot of CSS to style the buttons. Can I get rid of it and start from scratch?<\/dt>\n<dd><p>Sure! In your theme's functions.php file, include the following code:<\/p>\n\n<pre><code>function disable_read_later_buttons_css($status) {\n    return false;\n}\nadd_filter('read_later_buttons_do_css', 'disable_read_later_buttons_css');\n<\/code><\/pre>\n\n<p>That will remove the CSS from the Instapaper, Pocket, and Readlater buttons whether you're using the widget or the shortcode. You'll have to find your own way to alter the Kindle button's styling.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Code optimizations<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>French &amp; Spanish translations by Gabriel Vivas<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Use SVG images where supported (except for Kindle)<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Adds &quot;read later&quot; buttons to a site. Can send content to Kindle (additional plugin required), Instapaper, Pocket, and Readability.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/23020","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=23020"}],"author":[{"embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/csixty4"}],"wp:attachment":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=23020"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=23020"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=23020"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=23020"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=23020"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=23020"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}