| Name | Confluence FeedBurner Plugin |
|---|---|
| Vendor | not officially supported |
| Authors | Matt Ryall (Atlassian) |
| Homepage | http://confluence.atlassian.com/display/CONFEXT/FeedBurner+Plugin |
| Issue Tracking | not available |
| Categories | External Content |
| Version | 1.0, confluence26-1.0 |
| State | Beta |
| License | Open Source (BSD) |
| Price | Free |
| Release Docs | http://confluence.atlassian.com/display/CONFEXT/FeedBurner+Plugin |
| Java API Docs | not available |
| Download Source | http://svn.atlassian.com/svn/public/contrib/confluence/feedburner-plugin/tags/1.0 |
| Download JAR | 1.0, confluence26-1.0 |
Description
View FeedBurner feed statistics in a Confluence page or via a special feed.
|
|
|
Documentation
This plugin provides a popular items macro: {feedburner-popular:url=XXXX}.
The popular items can also be retrieved as an RSS feed: http://confluence.example.com/plugins/feedburner/popularitemsfeed.action?url=XXXX
Parameters
| Name | Required | Default value | Description |
|---|---|---|---|
| url | yes | none | The URL of your FeedBurner feed, e.g. http://feeds.feedburner.com/MyFeed. |
| count | no | 10 | The number of items to list |
| period | no | 7d | How far in the past to get statistics. Sample values: '7d' is 7 days, 'm' is 1 month, '12w' is 12 weeks. |
Notes:
- The FeedBurner Awareness API must be enabled for the feed URL.
- The longer the period, the longer the statistics will take to load for the first time.
Usage
Popular items in the last week
{feedburner-popular:url=http://feeds.feedburner.com/MyFeed}
15 popular items in the last three months
{feedburner-popular:url=http://feeds.feedburner.com/MyFeed|period=3m|count=15}
Chart of popular items in the last week
{chart:title=Last week|type=bar|orientation=horizontal|dataOrientation=vertical|width=600|height=600}
{feedburner-popular:url=http://feeds.feedburner.com/MyFeed}
{chart}
25 popular items in the last month as an RSS feed
http://confluence.example.com/plugins/feedburner/popularitemsfeed.action?url=http://feeds.feedburner.com/MyFeed&period=m&count=25
Compatibility With Other Macros
- Confluence Chart Plugin - can be used to create data for a chart
Version history
| Version | Date | Author | Notes |
|---|---|---|---|
| 1.0 | 17 August 2007 | Matt Ryall (Atlassian) | Initial release, supporting Confluence 2.5.x |
| confluence26-1.0 | 17 August 2007 | Matt Ryall (Atlassian) | Same as 1.0, compiled against Confluence 2.6 |


