{"id":1917,"date":"2007-08-12T10:17:02","date_gmt":"2007-08-12T10:17:02","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/link-summarizer\/"},"modified":"2009-07-10T12:08:00","modified_gmt":"2009-07-10T12:08:00","slug":"link-summarizer","status":"publish","type":"plugin","link":"https:\/\/gl.wordpress.org\/plugins\/link-summarizer\/","author":118926,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.8","stable_tag":"1.8","tested":"2.8","requires":"2.0","requires_php":"","requires_plugins":"","header_name":"Link Summarizer","header_author":"Christoph Erdle","header_description":"","assets_banners_color":"","last_updated":"2009-07-10 12:08:00","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/mac.partofus.org\/macpress\/?p=40#donate","header_plugin_uri":"http:\/\/mac.partofus.org\/macpress\/?p=40","header_author_uri":"http:\/\/mac.partofus.org","rating":5,"author_block_rating":0,"active_installs":10,"downloads":8135,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":[],"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","1.2","1.2.1","1.3","1.3.1","1.4","1.4.1","1.4.2","1.5","1.5.1","1.5.2","1.5.3","1.5.4","1.5.5","1.6","1.6.1","1.6.2","1.7a","1.8"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1573768","resolution":"1","location":"plugin"}},"screenshots":{"1":"Link Summarizer in action"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[175,86],"plugin_category":[],"plugin_contributors":[93047,93048],"plugin_business_model":[],"class_list":["post-1917","plugin","type-plugin","status-publish","hentry","plugin_tags-links","plugin_tags-post","plugin_contributors-grafzahl","plugin_contributors-rigacha","plugin_committers-grafzahl"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/link-summarizer.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/link-summarizer\/trunk\/screenshot-1.png?rev=1573768","caption":"Link Summarizer in action"}],"raw_content":"<!--section=description-->\n<p>With Link Summmarizer you can produce a list of all the links you referred to in a posting. \nYou can exclude links from the summary by specifying regular expressions for links that shouldn't\nshow up.\nYou can enable\/disable the link summary globally through the Options page of Link Summarizer, but you also\ncan enable\/disable the display of the summary for specific post by specifying a custom flag named\n\"lnsum_show\" (without quotes) and setting a value of 0 (disable) or 1 (enable).\nYou also can choose the regex engine to use (the standard php one or the PCRE extension)<\/p>\n\n<h3>Uninstallation<\/h3>\n\n<p>For uninstallation deactivate the plungin through the 'Plugins' menu in WordPress.<\/p>\n\n<h3>Contributors<\/h3>\n\n<ul>\n<li>Thomas Ohms<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin to your plugin directory (wp-content\/plugins)<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<p>Optional: If you have special design concepts in mind you can get a summary directly using the following code in \nyour template files at the place you want it to appear:<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Can I have the admin page in my native language?<\/dt>\n<dd><p>Since 1.7 Link Summarizer uses Wordpress' localization features. To use it,\nset WPLANG ind wp-config.php to your locale, e.g. for german use\ndefine('WPLANG', 'de_DE')<\/p>\n\n<p>At the moment Link Summarizer is only available in english (default) and\ngerman. If you want your native language to be included, please help to\ntranslate. It's really simple, please contact me using the plugin homepage.<\/p><\/dd>\n<dt>I want to enable\/disable the display of the summary on a single post<\/dt>\n<dd><p>differtently from the default setting. What can I do? =<\/p>\n\n<p>You can use a custom variable called \"lnsum_show\" (without parantheses). You\ncan set it to \"1\" to enable the summary, or \"0\" to disable it.<\/p>\n\n<p>You can also use this feature to control the display of the link summary on\nthe index page and in RSS feeds. There are additional options available to\nenable the use of the pre post settings in these areas. Check out the admin\npanel of Link Summarizer for more information.<\/p><\/dd>\n<dt>I have other plugins that interfere with Link Summarizer. What can I do?<\/dt>\n<dd><p>Since 1.6.2 it is possible to adjust the priority of the plugin execution. By\ndefault Link Summarizer uses a default priority of 20 (in opposite to\nWordpress default of 10). As most other plugins use a priority of 10 Link\nSummarizer is executed after the other plugins. This is especially needed if\nyou use MarkDown plugins, which replace HTML shorthands with correct HTML\ntags.<\/p>\n\n<p>But if you e.g. use plugins like Twitter Tool or Sociable and don't want to\nfilter out these links using regular expressions, simply set the priority of\nLink Summarizer to a value lower than 10 and give it a try. But keep in mind\nthat if you also use plugins which need Link Summarizer to be run afterwards,\nyou can't use this option and must filter out via regular expressions.<\/p><\/dd>\n<dt>Is it possible to use CSS to style the summarizer?<\/dt>\n<dd><p>Yes, since version 1.4.1 it is possible. I set the surrounding div tag to use the css class\n\"link-summarizer\". For details see the included file style.css.sample.<\/p>\n\n<p>If you use then template function, the enclosing div uses the css class\n\"link-summarizer-loop\".<\/p>\n\n<p>The contents of the surrounding div tag can be configured completely through\nthe admin interface independently for the manually used template function and\nthe automatic variant.<\/p>\n\n<p>To use the CSS styling you have to include appropriate CSS code in your theme\nstylesheet.<\/p><\/dd>\n<dt>Is it possible to decide if the URL or the link text get shown in the summary?<\/dt>\n<dd><p>Yes, this is also a new feature included in 1.4.1. In the Admin panel there's an option for it.<\/p><\/dd>\n<dt>I have special design needs.<\/dt>\n<dd><p>Starting with version 1.5 the design of the output the pluging produces is completely configurable in the admin interface<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Link Summarizer appends a list of the links referred to in a post at the end of a post automatically. You can also configure the output position when  &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/1917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=1917"}],"author":[{"embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/grafzahl"}],"wp:attachment":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=1917"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=1917"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=1917"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=1917"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=1917"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=1917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}