<<

NAME

Feed::Parser::NS::Feedburner

DESCRIPTION

Feedburner has a few added tags. These do not appear to be documented anywhere.

NAMESPACE

xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0

ELEMENTS

feedburner:browserFriendly

This is used by the style sheets associated with a feedburner feed to provide a user-visible explanation of what their looking at. This is not generally useful to systems that understand RSS. This has only been observed as a child of rss/channel and feed. You almost certainly do not care about its content.

feedburner:origLink

One of the services feedburner offers is click tracking on item links. If this service is enabled then the URLs referenced by link tags are replaced with URLs pointing at feedburner. When these URLs are fetched feedburner records the request and forwards the user on to the original URL. The origLink tag contains the original URL. If there was no GUID specified then this will make a better GUID replacement then the contents of the link tag.

feedburner:awareness

This is a URL pointing at the GetFeedData page for the the feed. Details of what this looks like can be found at the Feedburner Awareness API documentation.

SEE ALSO

The Feedburner Awareness API: http://www.feedburner.com/fb/a/api/awareness

<<