{"id":7322,"date":"2009-11-19T21:51:03","date_gmt":"2009-11-19T21:51:03","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/delicious-tagroll-shortcode\/"},"modified":"2016-12-12T20:15:21","modified_gmt":"2016-12-12T20:15:21","slug":"delicious-tagroll-shortcode","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/delicious-tagroll-shortcode\/","author":3803,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.2.2","stable_tag":"2.2.2","tested":"4.7.33","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"delicious tagroll shortcode","header_author":"Per Soderlind","header_description":"","assets_banners_color":"","last_updated":"2016-12-12 20:15:21","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/soderlind.no\/donate\/","header_plugin_uri":"http:\/\/www.soderlind.no\/archives\/2009\/11\/18\/delicious-tagroll-for-wordpress\/","header_author_uri":"http:\/\/www.soderlind.no","rating":0,"author_block_rating":0,"active_installs":10,"downloads":4583,"num_ratings":0,"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":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.1.4","2.2.0","2.2.1","2.2.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1398218","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1398218","resolution":"2","location":"assets"}},"screenshots":{"1":"Demo","2":"Adding the <code>[delicious_tagroll]<\/code> shortcode to a page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1671,80,23198,2255],"plugin_category":[43,51],"plugin_contributors":[78884],"plugin_business_model":[],"class_list":["post-7322","plugin","type-plugin","status-publish","hentry","plugin_tags-delicious","plugin_tags-shortcode","plugin_tags-tagroll","plugin_tags-wpmu","plugin_category-customization","plugin_category-multisite","plugin_contributors-pers","plugin_committers-pers"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/delicious-tagroll-shortcode.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/delicious-tagroll-shortcode\/assets\/screenshot-1.png?rev=1398218","caption":"Demo"},{"src":"https:\/\/ps.w.org\/delicious-tagroll-shortcode\/assets\/screenshot-2.png?rev=1398218","caption":"Adding the <code>[delicious_tagroll]<\/code> shortcode to a page"}],"raw_content":"<!--section=description-->\n<p>The delicious tagroll for WordPress plugin adds a new shortcode to WordPress, the <code>[delicious_tagroll]<\/code> shortcode.  The shortcode creates a <a href=\"http:\/\/wordpress.org\/extend\/plugins\/delicious-tagroll-shortcode\/screenshots\/\">tag cloud<\/a> from your public <a href=\"http:\/\/delicious.com\/\">delicious<\/a> <a href=\"http:\/\/delicious.com\/tag\/\">tags<\/a>.<\/p>\n\n<p>Live demo: <a href=\"http:\/\/soderlind.no\/bookmarks\/\">http:\/\/soderlind.no\/bookmarks\/<\/a><\/p>\n\n<p>For more information, please see the <a href=\"http:\/\/soderlind.no\/archives\/2009\/11\/18\/delicious-tagroll-for-wordpress\/\">plugin home page<\/a><\/p>\n\n<!--section=installation-->\n<h4>Requirement<\/h4>\n\n<ul>\n<li>PHP: 5.2.x or newer<\/li>\n<\/ul>\n\n<h4>Manual Installation<\/h4>\n\n<ul>\n<li>Upload the files to wp-content\/plugins\/delicious-tagroll-shortcode\/<\/li>\n<li>Activate the plugin<\/li>\n<\/ul>\n\n<h4>Automatic Installation<\/h4>\n\n<ul>\n<li>On your WordPress blog, open the Dashboard<\/li>\n<li>Go to Plugins-&gt;Install New<\/li>\n<li>Search for \"delicious tagroll\"<\/li>\n<li>Click on install to install the delicious tagroll shortcode<\/li>\n<\/ul>\n\n<h4>WPMU Installation<\/h4>\n\n<ul>\n<li>If you want to change the shortcode defaults, edit the <code>ps_delicious_tagroll.php<\/code> file<\/li>\n<li>Upload the file to wp-content\/mu-plugins\/<\/li>\n<\/ul>\n\n<h4>Usage<\/h4>\n\n<ul>\n<li>Add the <code>[delicious_tagroll username=\"delicious username\"]<\/code> shortcode to a post or page, see <a href=\"http:\/\/wordpress.org\/extend\/plugins\/delicious-tagroll-shortcode\/screenshots\/\">screenshot<\/a> and the <a href=\"http:\/\/soderlind.no\/archives\/2009\/11\/18\/delicious-tagroll-for-wordpress\/\">plugin home page<\/a><\/li>\n<\/ul>\n\n<h4>Parameters<\/h4>\n\n<ul>\n<li>username=\"delicious username\" (the only <strong>mandatory<\/strong> parameter, if you forget this parameter, my tagroll will be displayed)<\/li>\n<li>title=\"tagroll title\" (default =\"My Delicious Tags\", use \" \" if you don\u2019t want a tagroll title)<\/li>\n<li>count=\"number of tags\" (default=\"100\u2033)<\/li>\n<li>sort=\"alpha or freq\" (default = \u201calpha\")<\/li>\n<li>showcounts=\"true or false\" (default = \u201cfalse\", show tag counts)<\/li>\n<li>mincount (default mincount=\"10\"), eg. show only tags with 10 or more links<\/li>\n<li>minfont=\"12\u2033<\/li>\n<li>maxfont=\"35\u2033<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>What are shortcodes?<\/dt>\n<dd><p>Shortcode, a \"shortcut to code\", makes it easy to add funtionality to a page or post. When a page with a shortcode is saved, WordPress execute the linked code and embedds the output in the page.<\/p><\/dd>\n<dt>Writing your own shortcode plugin<\/dt>\n<dd><ul>\n<li><a href=\"http:\/\/www.smashingmagazine.com\/\">Smashing Magazine<\/a> has a nice (as allways) article about <a href=\"http:\/\/www.smashingmagazine.com\/2009\/02\/02\/mastering-wordpress-shortcodes\/\">Mastering WordPress shortcodes<\/a>. The article has several examples you can use as a starting point for writing your own.<\/li>\n<li>At codplex, you'll find the <a href=\"http:\/\/codex.wordpress.org\/Shortcode_API\">Shortcode API documented<\/a><\/li>\n<li>Also, feel free to use this plugin as a template for you own shortcode plugin<\/li>\n<\/ul><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.2.2<\/h4>\n\n<ul>\n<li>Tested &amp; found compatible with WP 4.7.<\/li>\n<\/ul>\n\n<h4>2.2.1<\/h4>\n\n<ul>\n<li>Change feed URL to feeds.del.icio.us<\/li>\n<\/ul>\n\n<h4>2.2.0<\/h4>\n\n<ul>\n<li>Add scripts to shortcode only when the shortcode is used.<\/li>\n<li>Update plugin for <a href=\"https:\/\/make.wordpress.org\/core\/handbook\/best-practices\/coding-standards\/\">WordPress Coding Standards<\/a>.<\/li>\n<li>Tested &amp; found compatible with WP 4.5.<\/li>\n<\/ul>\n\n<h4>2.1.4<\/h4>\n\n<ul>\n<li>Tested in WordPress 4.3<\/li>\n<\/ul>\n\n<h4>2.1.3<\/h4>\n\n<ul>\n<li>Tested in WordPress 3.9, bumped version number<\/li>\n<li>The plugin no longer supports PHP 4.x<\/li>\n<\/ul>\n\n<h4>2.1.2<\/h4>\n\n<ul>\n<li>Bugfix, You need this version if you are using PHP prior to version 5.3<\/li>\n<\/ul>\n\n<h4>2.1.1<\/h4>\n\n<ul>\n<li>Replaced LastRSS with WordPress built in methods and set\/get transient for caching. See function ps_delicious_tagroll_get_tags() in ps_delicious_tagroll.php<\/li>\n<li>Added a new optional attribute:\n\n<ul>\n<li>tags (default empty), used to filter which tags you'd like to display eg. tags=\"javascript,jquery,nodejs\"<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>Delicious removed their javascript feed so I had to do a <a href=\"http:\/\/plugins.trac.wordpress.org\/changeset\/455721\/delicious-tagroll-shortcode\/trunk\/ps_delicious_tagroll.php\">total rewrite<\/a>\n\n<ul>\n<li>Creates the tag cloud server-side (good for SEO) and lets you change the look and feel using the included style sheet.<\/li>\n<li>Uses the <a href=\"http:\/\/delicious.com\/help\/feeds\">Delicious RSS feed API<\/a><\/li>\n<li>Caches the feed for one hour. Delicious might block you if you access their feed API too often.<\/li>\n<\/ul><\/li>\n<li>Some attributes are removed from the shortcode (you can change these using the ps_delicious_tagroll.css style sheet in the plugin directory):\n\n<ul>\n<li>mincolor<\/li>\n<li>maxcolor<\/li>\n<li>flow<\/li>\n<\/ul><\/li>\n<li>Also removed the attributes\n\n<ul>\n<li>showname<\/li>\n<li>showadd<\/li>\n<li>icon<\/li>\n<\/ul><\/li>\n<li>Added a new attribute:\n\n<ul>\n<li>mincount (default mincount=\"10\"), eg. show only tags with 10 or more links<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>changed parameter name=\"true\" to showname=\"true\"<\/li>\n<li>added missing parameter showcounts=\"false\"<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>initial release<\/li>\n<\/ul>","raw_excerpt":"The delicious tagroll for WordPress plugin adds a new shortcode to WordPress, the [delicious_tagroll] shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/7322","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=7322"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pers"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=7322"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=7322"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=7322"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=7322"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=7322"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=7322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}