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.
Same Open-Source Licensing Terms as IBDOM.
As Favoracious depends on IBDOM, you need to have both libraries on your site. Releases come with ".compressed" versions of the JavaScript files.
<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>
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>
You can customize presentation and behavior: