This time there nothing Mac-related, but something for the Wordpress Community.
Link Summarizer
BIG FAT WARNING: VERSION 1.8.1 HAS BEEN REVOKED! If you’re using version 1.8.1 and are experiencing problems, please downgrade to 1.8. There are some serious bugs in this version.
Don’t use the comments for support questions or bug reports.
- For support questions send an email to helpdesk@team-erdle.de. All further communication can be done
- For bug reports and feature requests use the bug tracker at https://www.team-erdle.de/bugzilla/.
Current Version: 1.8
Content:
- About Link-Summarizer
- Donate
- Download
- Installation
- Usage Examples
- Deinstallation
- Changelog
- Feature Requests / Bug Reports
- Support
About Link-Summarizer
I like it to have all links referred in a post summarized at the end of the post. That’s why i wrote a small little plugin for wordpress.In the admin panel you can configure which links should not be displayed in the summary, like the ones in this blog referring to different language versions of a post. You can use full regular expressions.
Donate
If you like the plugin consider donating a small amount to support further development. You can use PayPal or my Amazon Wishlist.
| PayPal Donation: | |
| Amazon.de Wishlist: | ![]() |
These users have supported development with donations or things from my wishlist:
Download
As I moved development of Link Summarizer over to the platform wp-plugins.org you can download the plugin directly from the servers of WordPress.org:
- Current version: 1.8
- Development version (may be completely broken)
- A list of all downloads (including old versions) is available here
Old download stats:
- Downloads Version 1.0: [download#2#hits]
- Downloads Version 1.1: [download#1#hits]
- Downloads Version 1.2: [download#3#hits]
- Downloads Version 1.2.1: [download#4#hits]
- Downloads Version 1.3: [download#5#hits]
Installation
Installation of the plugin is straight forward:
- unzip link-summarizer.zip into the plugin directory
- activate Link Summarizer in the plugin manager
- setup Link Summarizer via “Options” ->”Link Summarizer”
Usage Examples
Examples for regular expressions that could be used:The following are the rules I use in my blog at the moment of writing.
- ^?lan=.*
- ^?p=(d)*.*&lan=.*
- ^#.+
- http://mac.partofus.org/macpress/?p=d*#more-d*
These do the following:
- all internal links starting with “?lan=” are omitted, i use this for the language swithing links in my blog, matches on index page
- same as above, but for individual posts
- omit local anchors in the SAME post
- omit the “read more” link when using the_excerpt in your template or <!–more–> in individual posts
Another Example:If you never ever want to show any links to wikipedia, you could use the following:
- ^http://.*.wikipedia.org/.*
If you want to use the conditional show/hide feature to control the summary display on a per post basis, you have to use a custom field called ‘lnsum_show’ in your post.

- If you set it’s value to 1, the summary is shown regardless of the global setting
- If you set it’s value to 0, the summary is hidden regardless of the global setting
This feature can also be used on the index page and in the RSS feed, to get it to work you have to enable the correcponding “allow override” setting in the admin page.
Deinstallation
[english]For uninstall deactivate the plugin in the plugin manager, then delete the plugin files from the file system.[/english]
Changelog:
- Version 1.8.1 [Release 09/08/2009] REVOKED:
- feature added: position of summary can now be choosen between above and below the post content
- bugs fixed: some minor bugs in german translation
- Version 1.8 [Release 10/07/2009]:
- bugs fixed: wrongly escaped characters in settings page fields (reported by Uli Rennert)
- Compatibility enhancement: settingspage now uses register_settings for compatibility with WP >= 2.7
- Version 1.7a [Release 08/07/2009]:
- bug fixed:
- minor format fixes in admin panel
- feature added:
- localization now available, english and german included, please contact me (email, comment, forum) if you can contribute to further languages
- bug fixed:
- Version 1.6.2 [Release 31/05/2009]:
- feature added
- change filter priority from within the admin panel, no need to edit the source code
- feature added
- Version 1.6.1 [Release 20/09/2008]:
- bug fixed
- title attribute was only searched right of href attribute, now also respects title attributes left of href attribute
- bug fixed
- Version 1.6 [Release 29/09/2008]:
- feature added
- use existing title attributes for summary display, can be selected optionally in addition to normal URL/text behavour
- redesign of settings page
- feature added
- Version 1.5.5 [Release 01/05/2008]:
- bug corrected
- corrected upgrade process from older version when settings have been added to the plugin options
- feature added:
- truncate link text if their length exceeds a specified limit
- bug corrected
- Version 1.5.4 [Release 22/04/2008]:
- bug fixed
- fixed readme.txt for compatibility with WordPress 2.5.1
- bug fixed
- Version 1.5.3 [Release 05/04/2008]:
- bug corrected
- when using thetemplate tag get_link_summary() now filters configured for the_content get applied, this is importent e.g. when using the plugin Markdown which stores only simplified markup code in the database. Thanks to Natalie Jost for poiting out the problem.
- bug corrected
- Version 1.5.2 [Release 10/03/2008]:
- Bugs corrected
- the configuration option for lnsum_onlyloopshow (omit changing the content via filter, only allow the template tag) (ticket #763)
- new configuration options included in later versions than the one originally installed now get predefined with sane defaults
- Bugs corrected
- Version 1.5.1 [Release 28/02/2008]:
- Bugs corrected:
- if called via filter the result of manipulating $content is returned instead of directly echoed out, thanks to P. Hofmann of contaxe.com for pointing this out
- further code cleanup for Wordpress coding guideline compliance
- Bugs corrected:
- Version 1.5 [Release 11/02/2008]:
- New Features:
- Theoutput of the plugin is now completely configurable through the admin interface, there needn’t be made changes to the plugin code to reflect special desing needs in you blog.
- Code cleanup for easier maintenance
- New Features:
- Version 1.4.2 [Release 09/11/2007]:
- New Features:
- option to show or hide link summary in RSS feeds
- searches by regular expressions can now be made case sensitive or case insesitive (admin option)
- the summary can now be called directly from the template files (“the loop”) to respect special design desires
- New Features:
- Version 1.4.1 [Release 08/11/2007]:
- design stylable through CSS, corrected wrong HTML tag
- New Feature: option to show the URL or the link text in summary
- Version 1.4 [Release 27/08/2007]: Thomas Ohms made the plugin aware of url rewriting. Also access to the userdefined custom fields was optimized.
- Version 1.3.1 [Release 14/08/2007]: bug on admin page: button “Update Options” is not shown
- Version 1.3 [Release 04/08/2007]:
- Check for empty regex, fixes an error reported by Andrew Perry
- New default regex: ^#.* omits all local anchors
- New feature: If a link occurs multiple times in the same posting, it is only included once in the summary (idea: Andrew Perry)
- Modified installation routine: On activation the plugin checks if all important settings are made, so that it can run out of the box without needing to change anything on the admin panel to use it
- Version 1.2.1 [Release: 02/08/2007]:You now can choose between POSIX and PCRE for the regex engine
- Version 1.2 [Release: 02/08/2007]:The output of the summary can now be disabled for the index page
- Version 1.1 [Release: 01/08/2007]:
- You now can define the default policy for displaying the link summary (enabled/disabled).
- For each post you now can define through custom fields, if the post should show a link summary independent of the global setting. Add a custom field named “lnsum_show” and change the value to “0″ to disable, any other value to enable.
- Version 1.0 [Release: 31/07/2007]: initial release
Feature Requests / Bug reports
For feature requests and bug reports use the bug tracker at https://www.team-erdle.de/bugzilla. This is the only way to report bugs! Don’t use the comments!
Support
You can get support for Link Summarizer by emailing to helpdesk@team-erdle.de.
Zusammenfassung der Links
- Mail to helpdesk@team-erdle.de
- https://www.team-erdle.de/bugzilla/
- Amazon Wishlist
- http://rennert.at
- http://www.wp-plugins.org
- http://downloads.wordpre...link-summarizer.1.8.zip
- http://downloads.wordpre...gin/link-summarizer.zip
- http://wordpress.org/ext...nk-summarizer/download/
- https://www.team-erdle.de/bugzilla

New release 1.7a is out.
New feature: localozation (english and german available)
Bugs fixed: admin panel, lnsum_show now also controls the display of the summary on the index page and in the rss feed. For this you find additional options (“allow override”) in the admin panel.
Best wishes,
Christoph Erdle
[...] Wenn man sich so das Plugin-Verzeichnis von WordPress ansieht, möchte man sie alle haben. Doch je nach Art der auf diesem Wege nachgerüsteten Funktion, geht dies zu Lasten der Performance… Man muß sich also entscheiden. Zum Beispiel für Link Summarizer. [...]
[...] als Linktext oder das fallweise Abschalten. Jetzt steht die aktualisierte Version 1.7 1.8 bereit, die neben kleineren Fehlerkorrekturen ein neu organisiertes Einstellungsformular sowie eine [...]
[...] Link Summarizer With Link Summarizer you can display a list of all the links you referred to in your post [...]
Hello, I love your link summarizer plugin! I was wondering what I have to modify in order to have the link summary be displayed at the start of the post not the end of the post. If it takes a while, I can pay you for your services, thanks!
If enabled, all excerpts at the main page are not displayed. This happens since version 1.8.1 … Single article pages are not affected by this. Reproducible at WP 2.8.3
Hello,
v1.8.1 wipes out post content when it’s asked to not provide a link summary. content displays fine when summaries are displayed. WordPress 2.8.3. (Forum is blank, otherwise I’d report this bug there)
Thanks!
(looks like Dirk and I are having the same issue, but my single post pages ARE affected! I suspect he has the summaries turned on for single post pages.. when I turn them all off, no content anywhere is displayed)
[...] (”insum_show” = 0). Da es offenbar noch andere Probleme gibt, hat der Autor diese Version offiziell zurück gezogen und empfiehlt ein Downgrade auf 1.8. — Jetzt ist weider alles in Ordnung. Liste der [...]
[...] Link Summarizer Visar alla länkar som finns i en viss post som en lista längst ner i posten. Hemsida [...]
[...] Links: Link Summarizer von Christoph Erdle: Das Plugin listet alle in einem Beitrag verwendeten Links gesammelt auf. Dabei kann das [...]
[...] Links: Link Summarizer von Christoph Erdle: Das Plugin listet alle in einem Beitrag verwendeten Links gesammelt auf. Dabei kann das [...]
Habe ein kleines Problem mit dem Plugin. Ich nutze das Plugin “Sociable” und habe keine Ahnung wie ich dem Plugin sagen soll, dass er diese Links ausschließen soll. Hat jemand das gleiche Problem ?
[...] Links Summarizer, qui fait la liste des liens en bas de cet article. [...]