Here is a simple Social Bookmarking Lib which outputs links for 41 SB sits.
Usage:
Controller:
$this->load->library('sb')
View:
$this->sb->create_links()
The lib file simply replaces $this->sb->create_links() with around 80 lines of code.
Lib File: application/libraries/sb.php
Available here: http://www.wackywebs.net/php-lib/sb.txt
