Link Library
This plugin is used to be able to create a page on your web site that will contain a list of all of the link categories that you have defined inside of the Links section of the WordPress administration, along with all links defined in these categories. The Admin Panel for Link Library allows you to define up to 5 different sets of settings to have pages with lists of links looking quite different from each other. Please feel free to leave comments, ask questions or report issues on either of these plugins.
Donations
If you feel generous and really like this plugin, here is a donation link on Paypal:
Example Configurations
The Freeware DB and Favorite Links section of this site uses Link Library to generate the contents of the page. To help you get similar results, here are snapshots of my configuration for the examples that are available on the site:
- Freeware DB (Config)
- Favorite Links (Config)
- Favorite Links with RSS Feed Icons and Pagination (Config)
- Freeware DB only showing one category at a time (Config)
- Links with inline RSS Feed Items (Config)
Usage Examples
Click here for more usage examples of Link Library.






I'm a tech enthusiast working in the modeling and simulation software industry. I'm also married and the father of two very energetic little girls.





Elisheva, thanks for the feedback. I implemented the mechanism to conditionally load scripts and styles based on the presence of the shortcode on a page based on the input of other users saying that they did not want to load unnecessary stylesheets and scripts on pages if they were not being used. However, in implementing this solution, I forgot to think about people using the API (I was actually not sure if anyone still used the API instead of the short codes).
While looking through a list of templates might be an option, another might be to list pages on which you want to specifically load scripts and styles. Opinion?
Elisheva, I added a new option in the admin panel to be able to specify a list of comma-separate page IDs in which the stylesheets and scripts should be loaded. Please let me know if this works for you.
Hello Yannick! Just wanted to say thank you for your help and kindness! Your plugin is great! Thank you for sharing it!
Valérie
http://kshomeless.com/?page_id=230.
I’m having trouble with the RSS Icon. I’m attemting to to the top-border and bottom-border on in the element. The only problem is, when I do this the RSS Icon drops down to the next line in IE. For now, I’ve removed the tag in the link-library.php.
Any thoughts?
Additionally, I have problems with the setting changes sticking. Sometimes, I have to make this 2-3 before they’ll stay.
George, You want to center the RSS icon in the middle of each line? You could just add a margin-top command with a value of 3 to img class in your stylesheet and that would center it vertically.
For the changes now sticking, please try version 2.9.2 and let me know if things work better on that side.
Great work! Hey, I got the RSS icon to work with absolute positioning. Idea: how about implementing a tooltip option by default for the description (please see my site now for a working example). This really cuts down on the space. Also, you could AJAX the RSS icon with a tooltip rather than the lightbox…just a thought.
Putting the link description as a tooltip could definitely be an option. I have done tooltips for another one of my plugins (Weekly Schedule). As for the RSS icon, you are talking about the RSS Preview icon bringing up a Lightbox being changed to a tooltip? The issue there is that I would have to pre-load the RSS data for all of the links preview to create these tooltips I think. Whereas with the lightbox it only goes to load the RSS data when you click on that preview icon.
With jQuery 1.4, there are tooltips which enable you to load from external files. ClueTip, for instance: http://plugins.jquery.com/node/12707
Since the RSS feed is simply an external XML file, I don’t see why this couldn’t be AJAXed into the tooltip.
To be honest, the lightbox seems a bit…unnecessary? Why not just go directly to the link? Whereas a tooltip would give you a quick preview without the hassle of closing out a whole window.
By the way, I have not properly thanked you for providing this great script. It was wonderful. I’m impressed with your work.
Great plugin for organising links I’m using it on my blog (http://keithneilson.co.uk/link-library/) but the search doesn’t seem to be functioning as expected. Its not giving any results for a search term that I know is there and should certainly return at least one result.