write out right here
//just write code here
SocialBookmarking.writeBookmarks
(false,false,["digg","delicious"]);
replace a div whose id=“social_bookmarking”
[replace_me]
//onload or domready
//replace DIV with id="social_bookmarking"
SocialBookmarking.replaceDIV
('social_bookmarking',false,false,["technorati","reddit"]);
grab a single HREF reference
var stumble = SocialBookmarking.getBookmarkItem
(
SocialBookmarking.bookmarks["stumbleupon"]
);
document.write(stumble);
add new bookmark (not in default set) + custom css
SocialBookmarking.addCSS('c/screen.css');
SocialBookmarking.addBookmark
(
'newsvine',
'http://www.newsvine.com/_tools/seed&save?
u=%%URL%%&h=%%TITLE%%',
'Newsvine'
);
SocialBookmarking.writeBookmarks
(false,false,["slashdot","facebook","newsvine"]);
da source…
SocialBookmarking.zip