Syndicate using Feedburner's BuzzBoost
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:
| Parameter | Setting |
| nItems | Integer; number of items to output |
| displayTitle | true or false; outputs feed title above feed content (see below) |
| feedTitle | Any text; appears above your feed content if enabled |
| displayExcerpts | true or false; outputs item content according to settings (see below) |
| excerptFormat | full or plain; outputs item content as full HTML or a plain-text excerpt |
| excerptLength | Integer (0 means all); number of words to be shown (plain text only) |
| displayDate | true or false; outputs item date according to settings (see below) |
| dateLocation | above or below; positions date above or below item content |
| dateFormat | MM/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 |
| displayEnclosures | true or false; outputs a link to podcasts or other enclosed media |
| openLinks | new; opens links in a new window (opens in same window if not new) |