JSP custom taglib. Tag delicio lets you provide a bookmark for del.icio.us service. So tag actually
generates the hyperlink that lets your visitors tag your page. For example:
And you will get some like this:
By default tag will use the current URI for the bookmark. You can change this with
attribute href. Tag's body lets you provide your own text:
Tags are:
delicio
Body tag renders HTML hyperlink for the del.icio.us bookmark. Parameters are:
1) href Optional parameter. Describes an URL. By default
tag will use the current URL (request URI).
2) title Describes a title for your bookmark.
3) className Optional parameter. Describes a CSS class for your link.
4) style Optional parameter. Describes a CSS style for your link.
for downloading:
Library: deliciotag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of JSP custom tags.