Digg taglib ver. 1.1

    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
url="http://digg.com/programming/Coldtags_suite_-_a_largest_set_of_Java_web_components"
target="_blank"/>

and you will get some like this:
 

Tag mimics a button from digg.com

Tags are:

DiggButton

Body tag provides a button for vote on Digg. Body describes a caption. Default value is digg it. Parameters are:

1) url Describes an url for your record on digg.com
2) width Optional parameter. Describes a width for your button. Default value is 4.8em.
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.