{"id":20255,"date":"2012-10-07T06:49:32","date_gmt":"2012-10-07T06:49:32","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/delicious-readings\/"},"modified":"2018-05-19T08:52:52","modified_gmt":"2018-05-19T08:52:52","slug":"delicious-readings","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/delicious-readings\/","author":414728,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.4.2","stable_tag":"2.4.2","tested":"4.9.29","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Delicious Readings","header_author":"Aldo Latino","header_description":"","assets_banners_color":"","last_updated":"2018-05-19 08:52:52","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/dev.aldolat.it\/projects\/delicious-readings\/","header_plugin_uri":"http:\/\/www.aldolat.it\/wordpress\/wordpress-plugins\/delicious-readings\/","header_author_uri":"http:\/\/www.aldolat.it\/","rating":5,"author_block_rating":0,"active_installs":10,"downloads":3338,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>No upgrade notice.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","2.0","2.1","2.2","2.3","2.4","2.4.1","2.4.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"609070","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"609070","resolution":"2","location":"assets"}},"screenshots":{"1":"The dashboard panel to set up the widget","2":"An example of rendered widget"}},"plugin_section":[],"plugin_tags":[495,1671,23197,162],"plugin_category":[43,56],"plugin_contributors":[78205],"plugin_business_model":[],"class_list":["post-20255","plugin","type-plugin","status-closed","hentry","plugin_tags-bookmarks","plugin_tags-delicious","plugin_tags-readings","plugin_tags-widget","plugin_category-customization","plugin_category-social-and-sharing","plugin_contributors-aldolat","plugin_committers-aldolat"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/delicious-readings.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/delicious-readings\/assets\/screenshot-1.png?rev=609070","caption":"The dashboard panel to set up the widget"},{"src":"https:\/\/ps.w.org\/delicious-readings\/assets\/screenshot-2.png?rev=609070","caption":"An example of rendered widget"}],"raw_content":"<!--section=description-->\n<p>This plugin allows you to publish some of your Delicious bookmarks on your blog:\nit retrieves the bookmarks from a specific tag and publishes them on your sidebar.<\/p>\n\n<p>It could be useful, for example, to publish your readings on the Web.\nLet's say that you read a webpage and bookmark it as \"readings\".\nThis plugin can get the bookmarks from the tag \"readings\" (or whatever it is) and display them on a widget in your sidebar. You can also use a shortcode if you want to display your reading list on a static page or on a single post.<\/p>\n\n<p>The plugin may display for each tag:<\/p>\n\n<ul>\n<li>The title with link<\/li>\n<li>The description if any<\/li>\n<li>The date of the bookmark<\/li>\n<li>The tags assigned to the bookmark<\/li>\n<li>The link to the entire archive of that tag on Delicious<\/li>\n<\/ul>\n\n<p>After the plugin's activation, you will have a new widget in Appearance \/ Widgets.<\/p>\n\n<p><strong>Usage as shortcode<\/strong><\/p>\n\n<p>You can also use the plugin's shortcode to display your list on a static page or on a single post. Use:<\/p>\n\n<pre><code>[dreadings feed_url=\"http:\/\/delicious.com\/v2\/rss\/USERNAME\/TAG-NAME\"]\n<\/code><\/pre>\n\n<p>Change <code>USERNAME<\/code> and <code>TAG-NAME<\/code> as required.<\/p>\n\n<p>In the widget you can use the full set of options. So, for example, if you want to display the tags, use:<\/p>\n\n<pre><code>[dreadings feed_url=\"http:\/\/delicious.com\/v2\/rss\/USERNAME\/TAG-NAME\" display_tags=true]\n<\/code><\/pre>\n\n<p><strong>Usage as PHP function<\/strong><\/p>\n\n<p>You can also use the main PHP function directly in your theme. Add these lines where you want it be displayed:<\/p>\n\n<pre><code>if ( function_exists( 'dr_fetch_feed' ) ) {\n    $args = array(\n        'feed_url'         =&gt; '',\n        'quantity'         =&gt; 5,\n        'display_desc'     =&gt; false,\n        'truncate'         =&gt; 0,\n        'display_date'     =&gt; false,\n        'date_text'        =&gt; 'Stored on:',\n        'display_tags'     =&gt; false,\n        'tags_text'        =&gt; 'Tags:',\n        'display_hashtag'  =&gt; true,\n        'display_arrow'    =&gt; false,\n        'display_archive'  =&gt; true,\n        'archive_text'     =&gt; 'More posts',\n        'display_arch_arr' =&gt; true,\n        'new_tab'          =&gt; false,\n        'nofollow'         =&gt; true,\n    );\n    dr_fetch_feed( $args );\n}\n<\/code><\/pre>\n\n<p>Make sure to properly use the opening and closing tags <code>&lt;?php<\/code> and <code>?&gt;<\/code> respectively.<\/p>\n\n<p>The only mandatory option is <code>feed_url<\/code>. Also change <code>USERNAME<\/code> and <code>TAG-NAME<\/code> as required. The other options are the default options which you can change according your needs. It isn't necessary to insert all of them.<\/p>\n\n<p><strong>Privacy Policy<\/strong><\/p>\n\n<p>This plugin does not collect any user data.<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>From your WordPress dashboard search the plugin Delicious Readings, install and activate it.<\/li>\n<li>Add the new widget on your sidebar.<\/li>\n<li>The only necessary thing to do is to add the feed of the tag on Delicious to retrieve.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>The rendered text on my blog is not similar to the screenshot<\/dt>\n<dd><p>You have to modify the style.css of yout theme to fit your needs.<\/p><\/dd>\n<dt>What link have I to insert in the widget?<\/dt>\n<dd><p>The link for the feed of a specific Delicious tag is like this: <code>http:\/\/delicious.com\/v2\/rss\/USERNAME\/TAG-NAME<\/code>\nwhere <code>USERNAME<\/code> is your username on Delicious and <code>TAG-NAME<\/code> is the tag that collects all your bookmarks to be published.\nSo, for example, a link could be: <code>http:\/\/delicious.com\/v2\/rss\/myusername\/mytag<\/code>. Obviously adjust it to your real username ad tag.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.4.2<\/h4>\n\n<ul>\n<li>Removed sponsored link in the feed.<\/li>\n<\/ul>\n\n<h4>2.4.1<\/h4>\n\n<ul>\n<li>Switched to PHP5 __contruct() in creating the widget.<\/li>\n<\/ul>\n\n<h4>2.4<\/h4>\n\n<ul>\n<li>NEW: The user can fetch up to 100 items (props by alassafin.f).<\/li>\n<\/ul>\n\n<h4>2.3<\/h4>\n\n<ul>\n<li>NEW: The items can now be displayed in random order (props by whaus).<\/li>\n<\/ul>\n\n<h4>2.2<\/h4>\n\n<ul>\n<li>Fixed a typo that breaks hyperlink if \"nofollow\" is inactive (thanks to whaus).<\/li>\n<\/ul>\n\n<h4>2.1<\/h4>\n\n<ul>\n<li>Fixed a bug where the shortcode displayed the output before a custom introductory text (thanks to eggepegge).<\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>NEW: Added the shortcode to display your reading list on a static page or on a single post (thanks to @redhatgal for the tip).<\/li>\n<li>Minor bug fixings.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Moved the widget into a separate file.<\/li>\n<li>Fixed a typo in the widget panel.<\/li>\n<li>Fixed a bug in the \"nofollow\" value for rel attribute.<\/li>\n<li>Security focusing.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<p>First release of the plugin.<\/p>","raw_excerpt":"Publish your readings on your WordPress blog using your Delicious Bookmarks.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/20255","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=20255"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/aldolat"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=20255"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=20255"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=20255"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=20255"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=20255"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=20255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}