Custom JSP taglib. This taglib lets you generate Tweet this links.
When clicking on the link the user is taken to the Twitter homepage with the message already preset
so he/she can share your page on Twitter immediately.
<%@ taglib uri="taglib.tld" prefix="t" %> <t:TweetLink/> or with your graphics for example <t:TweetLink><img src="tweetthis.gif" border="0" alt=""></t:TweetLink> and you will get this:
Tags are: TweetLink Body tag creates a link for sharing data on Twitter. Tag's body describes an anchor (text) for the link. By default it is Tweet this. Attributes are: 1) id Optional attribute. Describes a CSS/DHTML id for your block
for downloading: Library: tweetlinktag.jar Description: taglib.tld © Coldbeans Software Comments? See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|