Changes between Version 3 and Version 4 of Feedburner
- Timestamp:
- 10/07/08 20:11:38 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Feedburner
v3 v4 12 12 !FeedFlares are links that appear at the bottom of each post and enchance your feed, like a link to directly add a comment, send post to delicious or to someone else via e-mail. You can set up !FeedFlares under at Feedburner admin site under the Optimize tab. You can easily add an ''Add comment'' by adding the !FeedFlare at [http://a.viktornagy.com/byteflow-comment.xml]. Feel free to copy and paste this xml under your own document root. Its contents is 13 13 14 <!FeedFlareUnit> 15 <Catalog> 16 <Title>Add comment for byteflow</Title> 17 <Description>Add comment to post on a byteflow blog</Description> 18 </Catalog> 19 <!FeedFlare> 20 <Text>Add comment</Text> 21 <Link href="${link}?comment=1"/> 22 </FeedFlare> 23 </FeedFlareUnit> 14 {{{ 15 <FeedFlareUnit> 16 <Catalog> 17 <Title>Add comment for byteflow</Title> 18 <Description>Add comment to post on a byteflow blog</Description> 19 </Catalog> 20 <FeedFlare> 21 <Text>Add comment</Text> 22 <Link href="${link}?comment=1"/> 23 </FeedFlare> 24 </FeedFlareUnit> 25 }}}