Custom JSP tags library lets you create hyperlinks for people search in
Facebook, Twitter, LinkedIn, MySpace. For example:
<%@ taglib uri="taglib.tld" prefix="t" %> <s:FacebookPeopleSearch firstName="John" lastName="Doe">John Doe</s:FacebookPeopleSearch> Tags are: FacebookPeopleSearch Custom tag lets you create hyperlink for people search in Facebook. Tag's body describes an anchor. Attributes are: 1) firstName Describes a first name
LinkedinPeopleSearch Custom tag lets you create hyperlink for people search in Linkedin. Tag's body describes an anchor. Attributes are: 1) firstName Describes a first name
TwitterPeopleSearch Custom tag lets you create hyperlink for people search in Twitter. Tag's body describes an anchor. Attributes are: 1) firstName Describes a first name
MyspacePeopleSearch Custom tag lets you create hyperlink for people search in Myspace. Tag's body describes an anchor. Attributes are: 1) firstName Describes a first name
for downloading: Library: psearchtag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|