Category LiveBookmarks Plus
CLB+ New version of Category LiveBookmarks Plus (CLB+) now available! CLB+ version 2.3.0b enables WordPress 2.3+ users to configure and customize the ultimate set of autodetection feeds, category feeds, category links, and feed links.
Features include completely rewritten, optimized code, optional category post counts, and custom RSS-icon links for all category and/or feed links. Overall, the new version is faster and more flexible than ever!
Let’s take a quick look..
</update>
Live bookmarks
Category LiveBookmarks Plus is the easy way to provide complete “Live Bookmark” functionality and “Post Smart” feed links to your WordPress-powered website. Simply install the plugin, and users with Firefox, Opera, Navigator, or any other modern browser, will enjoy a selection of your RSS feed links at their fingertips. CLB Plus seamlessly integrates the code necessary for modern browsers to automatically detect and update any RSS feed available from the current page, enabling readers to stay current with important news and updates.
About the plugin
Category LiveBookmarks Plus also makes it easy to add category feed links to posts, comments, pages, or anywhere else within your site. Simply add the <? clb_plus(); ?>
function to the desired location within your blog, and there enjoy a contextually relevant selection of completely customizable RSS feed links. There are also options to include RSS feed links for “all posts” and “all comments”, as well as settings to customize markup, icons, and feed links. Plus, as of version 1.7.7, there are options to display a custom set of category links next to feed links, which may include comment counts and RSS-icon links.
With CLB+, you may customize category feeds for the various WordPress view types (e.g., category views, page views). CLB automatically omits feeds with zero posts, and also excludes subcategory feeds. Further, this plugin produces strictly valid XHTML markup.
Installation and Usage
- Unzip php file and add to wp-content/plugins directory.
- Open php file and adjust any of the “CLB OPTIONS”, if desired.
- Add the following function call to your sidebar or any other location:
<?php if (function_exists('clb_plus')) { clb_plus(); } ?>
- Feed links will be added to the
<head>
automatically. No further action required. - Feed links will be added to the
<body>
wherever the function call (from step 3) is located.
131 responses to “Category LiveBookmarks Plus”
@Austin: I have yet to test this plugin on versions of WordPress beyond 2.3+, which of course includes all versions released under the 2.3 branch (2.3.1, 2.3.2, etc.). As soon as time allows, I plan on upgrading the plugin with new features and ensuring 2.5, 2.6 and 2.7 functionality. My plate is currently very full, but I am hoping to get to this soon.
I have noticed that when a new category is added, the plugin does not automatically place it in the correct alphabetical place, but rather at the bottom of the feed list. I am assuming that the list is being ordered by category ID for new categories? Please advise:
http://www.bradleyquick.com/rss-feeds
@Brendon Barnett: No problem, simply open the plugin file and locate each instance of the following code:
ORDER BY $wpdb->terms.term_id ASC";
and replace each instance with this:
ORDER BY $wpdb->terms.name ASC";
..and that’s all there is to it! :)
hello there. this looks great. but when i click on the downloard link, i get:
@robert: Fixed! Thank you! :)
thanks! gonna try it out now!
Is there a widgetized version of CLB+ yet? Is there a way of getting its output into a widget?
It’s hard to integrate it into a widgetized template as it is.
I tried using the “My Widget” template about, but I can’t get the output to nest in the sidebar list properly. The CLB output comes before the widget’s title and outside its tag.
Any suggestions?
Also, how does one the the rss icons to follow the category links and numbers?
Thanks,
Michael
Brilliant, just what I was looking for thanks!
Implemented it on our blog, and rather than including all feeds, I added two buttons at the top of the blog, one for jobs and one for general rss feed, check it out here: http://blog.dynamic50.com
@Jason Green: Sweet! But I don’t think you need a plugin to add two sitewide links to your feeds. You would get a slight performance boost from just manually coding them into the page. Either way, glad you found the plugin useful!
@Jeff Star: Yeah not just for that, I have plenty of categories and it’s nice to be able to select any of the feeds as well hence having decided to use it! Thanks!
Hi!)
Great plugin, it’s what i’m looking for!
But I have an important problem for me. I made categories with subcategories feed-list as u wrote but dont know how to customize it in a hierarchical way
Plz, answer me)
Ekaterina, I am not sure what you mean exactly.. could you maybe explain further to give me a better idea of what you are trying to achieve?