Digg taglib ver. 1.3


    Custom JSP taglib lets you add links to the popular Digg service. Tag DiggButton lets you add vote service to your site. For example:
 


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

<d:DiggButton/>

and you will get some like this:
 

Tag adds to your page a button from digg.com

Tags are:

DiggButton

Body tag provides a button for vote on Digg. Tag's body describes an URL (optional). Parameters are:

1) url Optional parameter. Describes an url for your record on digg.com. By default it will be a current URL (current page).
3) title Optional parameter. Describes a title for your link
4) target Optional parameter. Describes a target frame.

for downloading:

Library: diggtag.jar    Description: taglib.tld

© Coldbeans      Comments?

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

Also in Coldtags: