Plugin Directory

Blogroll Links

Author: Rajiv Pant

For people who maintain their Web site or blog using the WordPress blog content management system, blogroll-links is an open source WordPress plugin that uses WordPressÕ built-in Blogroll feature and presents links to friendsÕ home pages and own pages on social networking sites using XFN in the links.

Features of this plugin

  • It can show the links by category in blog posts and WordPress Pages.
  • It uses WordPressÕ standard built-in Blogroll links database. There is no hassle of another list of links to maintain.
  • It can be used to show only the links assigned to a particular category, by stating the category slug as defined in that categoryÕs setting in Wordpress.
  • It honors the Show/Hidden setting as defined for each link in WordPress.
  • It displays the link in the same window or new window, as specified for each link in WordPress.

To learn more about this plugin, please read my blog post about it titled Social Graphs API: WordPress Plugin: Blogroll Links

Examples

See this plugin in action at the following Posts and Pages powered by WordPress:

www.rajiv.com/friends/

The two lists, first one of links to my own pages on various social networking sites and the second one of links to some of my friendsÕ pages are generated by this plugin. Yes, those social networksÕ logo pictures are also taken by the plugin from the WordPress standard Blogroll links. Code:

<h3>My Pages on Social Networking Sites</h3>

<!--blogroll-links category-slug="rajiv-web" sort-by="link_name" sort-order="desc"--><!--/blogroll-links-->


<h3>Web Sites of Some People I Know</h3>

<!--blogroll-links category-slug="people" sort-by="link_name" sort-order="desc"--><!--/blogroll-links-->

www.rajiv.com/charity/

This list of charitable organizations with brief descriptions is generated by the plugin. Code:

<!--blogroll-links category-slug="charity"--><!--/blogroll-links-->

www.rajiv.com/blog/2004/08/02/search-engines/

This list of search engines is maintained as Blogroll links in WordPress. Code:

<!--blogroll-links category-slug="search-engines"--><!--/blogroll-links-->

www.rajiv.com/

The featured links shown under the ÒWhatÕs featured here?Ó section shows the links IÕve categorized as featured in WordPressÕ Blogroll links. Code:

<a title="featured" name="featured"></a>

<h2>What's featured here?</h2>

<!--blogroll-links category-slug="featured" sort-by="link_name" sort-order="desc"--><!--/blogroll-links-->
Tags: ,