Favoracious Bookmarks

See Also

What it does

With a few lines of code, web site owners can help their users easily save pages to a variety of Online Bookmark Services. Open Source. Subtle and easy to use out-of-the-box, highly customizable, and standards-compliant, Favoracious Bookmarks aims to become a powerful addition to a WebMaster's Toolbox.

License

Same Open-Source Licensing Terms as IBDOM.

Demo

Powered by Favoracious

The Libraries

As Favoracious depends on IBDOM, you need to have both libraries on your site. Releases come with ".compressed" versions of the JavaScript files.

  1. Download the latest core.X.Y.tar.gz file: IBDOM
  2. Download the latest projects_favoracious.X.Y.tar.gz file: Favoracious

Using Favoracious Bookmarks From Your Server

In your HTML Document's <head>

<script type="text/javascript" src="/path/to/ibdom.compressed.js"></script>
<link rel="stylesheet" type="text/css" href="/path/to/favoracious.css" />
<script type="text/javascript" src="/path/to/favoracious.compressed.js"></script>
	

In your HTML Document's <body>

Wherever you'd like to display the Favoracious Bookmarks interface, just paste:

<div id="IBFav">
	<ul id="socialBookmarks" class="socialBookmarks">
		<li class="template:repeat bookmark"><a
		title="data:linkTitle"
		href="about:data:linkUrl"
		class="data:linkClass"><span>data:linkText</span></a></li>
	</ul>
	<h4>
	Powered by
	<a	class="poweredBy"
		rel="bookmarks"
		href="http://ibdom.sourceforge.net/favoracious/">Favoracious</a>
	</h4>
</div>
<script type="text/javascript">
	showSocialBookmarksForThisPage();
</script>
	

Features

Customizing Favoracious Bookmarks

You can customize presentation and behavior: