Custom JSP tags library lets you obtain stat info for any Feedburner feed. Circulation shows the number of subscribers Feedburner records a hit each time someone loads your feed in a web browser, feed reader or other program. When bots and automated services request your feed, that also counts as a hit. Reach is the total number of people who have taken action — viewed or clicked — on the content in your feed. For example (it is a feed for our blog):
<%@ taglib uri="taglib.tld" prefix="f" %> <f:FeedburnerStat>ColdtagsSuite</f:FeedburnerStat> Circulation: <%=idCirculation%> Hits: <%=idHits%> Reach: <%=idReach%> Tags are: FeedburnerStat Body tag lets you obtain stat info from Feedburner. Tag uses own body as a name for the feed. Alternatively, you can set name via attribute. Attributes are: 1) proxyHost Optional attribute. Describes proxy settings for your host
for downloading: Library: feedburnertag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|