From Spam Daily News

Customer Service
Syndicate using Feedburner's BuzzBoost
Posted on January 19, 2006

Copy and paste the following code into any Web page. Your BuzzBoost will be automatically inserted each time the page is loaded.

<script src="http://feeds.feedburner.com/SpamDailyNews-TopStories?format=sigpro" type="text/javascript"></script>
<noscript>
Subscribe to RSS headline updates from:
<a href="http://feeds.feedburner.com/SpamDailyNews-TopStories"></a><br/>
Powered by FeedBurner
</noscript>

 
Customizing BuzzBoost's Appearance

Your BuzzBoost output is marked up with id and class attributes, providing you with plenty of options for styling your resyndicated feed using Cascading Style Sheets.

See bellow the code output. This block shows only one entry, but you can imagine how this would repeat itself for multiple entries.


<div class="feedburnerFeedBlock" id="myfeeduri1234">
<p class="feedTitle">Feed Title Goes Here</p>
<ul>
<li>
<span class="headline"><a href="#">First item headline here</a></span>
<p class="date">Jan 22, 2005</p>
<div>Aliquam delenit enim nostrud autem velit eum aliquip consectetuer eum volutpat vero autem et. Tincidunt suscipit dolor nonummy in dolore.</div>
<p class="enclosure"><a href="#">Download podcast</a></p>
</li>
.
.
.
</ul>
<div id="creditfooter">
<a href="http://www.feedburner.com" target="_blank">
<img src="http://www.feedburner.com/fb/images/buzzboost-pwrd.gif" alt="Headlines by FeedBurner" /></a>
</div>
</div>

A small image with a link back to FeedBurner is inserted at the bottom of each BuzzBoost. This image is contained within a div so you have flexibility in positioning and styling this image.

Overriding BuzzBoost Settings

You can override all of the settings to create a completely different version of BuzzBoost. The following options can be overridden by editing the script that FeedBurner outputs:
ParameterSetting
nItemsInteger; number of items to output
displayTitletrue or false; outputs feed title above feed content (see below)
feedTitleAny text; appears above your feed content if enabled
displayExcerptstrue or false; outputs item content according to settings (see below)
excerptFormatfull or plain; outputs item content as full HTML or a plain-text excerpt
excerptLengthInteger (0 means all); number of words to be shown (plain text only)
displayDatetrue or false; outputs item date according to settings (see below)
dateLocationabove or below; positions date above or below item content
dateFormatMM/dd/yyyy or MMM d, yyyy or MMM d yyy or d/M/yyyy or M/d/yyyy or MMMM d, yyyy; formats item date
displayEnclosurestrue or false; outputs a link to podcasts or other enclosed media
openLinksnew; opens links in a new window (opens in same window if not new)

SOURCE: