Social bookmarks taglib ver. 1.1

    Custom JSP taglib. This taglib lets you generate a list of social bookmarks:
 


<%@ taglib uri="taglib.tld" prefix="b" %>

<b:socialBookmark title="Bookmark taglib"/>

and you will get this:
 

blinklist | del.icio.us | digg | furl | google | stumbleupon | technorati | yahoo

Tags are:

socialBookmark

Generates a list of social bookmarks. Attributes are:

1) id Optional attribute. Describes a CSS/DHTML id for your block
2) className Optional attribute. Describes a CSS class.
3) title Optional attribute. Describes a title for your bookmark.
4) url Optional attribute. Describes an url. By default tag will use the current url.
 

for downloading:

Library: socialtag.jar    Description: taglib.tld

© Coldbeans Software      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.