Long URL taglib ver. 1.1


    Custom JSP tags library lets you deploy LongURL API and expand short links from many services like tinyurl.com, is.gd, ping.fm, ur1.ca, bit.ly, snipurl.com, tweetburner.com, metamark.net, url.ie, x.se, 6url.com, yep.it, piurl.com etc. For example:
 

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

<e:LongURL>http://bit.ly/6y6kAx</e:LongURL>

and you will get this:
 


http://linkstore.ru/tgazeta/?q=mashup

Tags are:

LongURL

Body tag lets you obtain an original URL from its short version. Tag's body describes a short URL. Attributes are:

1) url Optional attribute. Describes a short URL
2) id Describes a name for your page scope variable with data (type is java.lang.String).
3) proxyHost Optional attribute. Describes proxy settings for your host
4) proxyPort Optional attribute. Describes proxy settings for your host

for downloading:

Library: longurltag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: