Facebook stat taglib ver. 1.1


    Custom JSP tags library lets you obtain stat data from Facebook for any URL. Tag will retrieve all Facebook likes, clicks, comments and share count. For example:
 

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

<f:FacebookStat>http://google.com</f:FacebookStat>

Share: <%=idShare%> Like: <%=idLike%>
<br/>Clicks: <%=idClick%> Comments: <%=idComment%>

Tags are:

FacebookStat

Body tag lets you obtain stat info from Facebook. Tag's body can describe an URL. Attributes are:

1) url Optional attribute. Describes an URL
2) idShare Describes a name for your page scope variable for share counter (type is java.lang.Integer). Default value is idShare
3) idLike Describes a name for your page scope variable for like counter (type is java.lang.Integer). Default value is idLike
4) idClick Describes a name for your page scope variable for click counter (type is java.lang.Integer). Default value is idClick
5) idComment Describes a name for your page scope variable for click counter (type is java.lang.Integer). Default value is idComment
6) proxyHost Optional attribute. Describes proxy settings for your host
7) proxyPort Optional attribute. Describes proxy settings for your host

for downloading:

Library: facebookstattag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: