Blogroll Links displays a list of URL links and related info in a Post or Page on your WordPress Blog. It is often used for tagged, social links.
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
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:
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>
New format:
[blogroll-links categoryslug="rajiv-web" sortby="link_name" sortorder="desc"]
Old (deprecated, but still supported) format:
<!--blogroll-links category-slug="rajiv-web" sort-by="link_name" sort-order="desc"--><!--/blogroll-links-->
<h3>Web Sites of Some People I Know</h3>
New format:
[blogroll-links categoryslug="people" sortby="link_name" sortorder="desc"]
Old (deprecated, but still supported) format:
<!--blogroll-links category-slug="people" sort-by="link_name" sort-order="desc"--><!--/blogroll-links-->
This list of charitable organizations with brief descriptions is generated by the plugin. Code:
New format:
[blogroll-links categoryslug="charity"]
Old (deprecated, but still supported) format:
<!--blogroll-links category-slug="charity"--><!--/blogroll-links-->
http://www.rajiv.com/blog/2004/08/02/search-engines/
This list of search engines is maintained as Blogroll links in WordPress. Code:
New format:
[blogroll-links categoryslug="search-engines"]
Old (deprecated, but still supported) format:
<!--blogroll-links category-slug="search-engines"--><!--/blogroll-links-->
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>
New format:
[blogroll-links categoryslug="featured" sortby="link_name" sortorder="desc"]
Old (deprecated, but still supported) format:
<!--blogroll-links category-slug="featured" sort-by="link_name" sort-order="desc"--><!--/blogroll-links-->
Requires: 2.0.2 or higher
Compatible up to: 2.9.2
Last Updated: 2010-2-22
Downloads: 13,277




