Not Rated!1 Star2 Stars3 Stars4 Stars5 Stars

Jquery Bookmarks Script

A jQuery plugin that sets a div to allow sharing of your page on various bookmarking sites. If you find this plugin useful please vote for it on the jQuery site: (6 votes).

The current version is 1.2.0 and is available under the GPL and MIT licences. For more detail see the documentation reference page. Or see a minimal page that you could use as a basis for your own investigations.

Default Settings

The bookmark sharing functionality can easily be added to a div or span with appropriate default settings. The resulting links allow the user to easily post your current page to any number of bookmarking sites.
You can also remove the bookmarking widget if it is no longer required.

Usage

1. Include the jQuery library in the head section of your page.

 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>  

Download and include the jQuery Bookmark CSS and JavaScript in the head section of your page.

  <style type="text/css">@import "jquery.bookmark.css";</style>
<script type="text/javascript" src="jquery.bookmark.js"></script> 

# Alternately, you can use the packed version jquery.bookmark.pack.js (14.5K vs 22.9K), or the minified version jquery.bookmark.min.js (16.1K, 5.2K when zipped).
# Connect the bookmarking functionality to your divs.

$(selector).bookmark();

You can include custom settings as part of this process.

$(selector).bookmark({sites: ['delicious', 'digg']});   



Demo: http://www.ajaxcase.com/demo/Jquery-Bookmark
Download: http://keith-wood.name/zip/jquery.bookmark.package-1.2.0.zip
Source: http://keith-wood.name/bookmark.html

de3e4 tafbutton blue16 Jquery Bookmarks Script

Related Listings:

  1. Jquery Bookmark Script The bookmark sharing functionality can easily be added to a…
  2. jQuery Scalable Vector Graphics SVG (Scalable Vector Graphics) is a “modularized language for describing…
  3. mooSocialize – Bookmarks Widget Based on ajax, this small widget allows to integrate many…

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>