BuzzFlash Syndication | ||||
BuzzFlash Headline Syndication |
BACK TO ABOUT | |||
Want to add BuzzFlash headlines to your website? It's easy. With the single line of code below, you can add a vertical column of BuzzFlash hypertext headlines to your website. By changing a variable or two on the single line, you can choose the number of headlines, the width of the column, and whether to place the BuzzFlash logo on the top or bottom of the column. You can also change the background of the links by adding a table around the script. The articles are updated, in real time, as they change on the BuzzFlash.com website. Looking for RSS-type syndication? Unfortunately, we're not quite set up for that just yet. We'll announce it on the home page when we are. How to Add BuzzFlash Headlines to Your Web Site (1) To start a syndication of BuzzFlash articles and headlines, simply copy and paste the following line of text to the HTML code of a page on your website:
Here are the settings you can change: "logo=" (for logo location, valid values are "top" (default) or "bottom"), "amount=" (for total number of headlines displayed, valid values are "2","3",..."10" (default), "15", "20",...etc) "width=" (width of the panel, valid values are any integers over 100, default is 150) (2) Then, email BuzzFlash and let us know the URL of the page with the headlines. With the above script in place, your Buzzflash syndication will appear like this:
Important Design Note: The table that contains the headlines will expand or contract in length depending on the number of words in each headline. The width of the table should not change considerably. How to Change the Background from Neutral | BACK TO TOP Surround the syndication script with a table and set the table's background to the color of your choice (see HTML below). Where "66FFFF" is, substitute the hexadecimal code for the color of your choice. <table border="0" width="150" bgcolor="66FFFF"> <tr> <td> PLACE SCRIPT HERE </td> </tr> </table> Here's how the above example would look:
|