How to add a news feed to your page

The code

<html>
<head>
   <link rel="stylesheet" href="my-newsfeed-style.css" type="text/css" />
   <script language="JavaScript" src="newsfeed-scroll/newsfeed-scroll.js" type="text/javascript"></script>
   <script language="JavaScript" src="http://www.erfilter.com/international.js" type="text/javascript"></script>
</head>
<body>
   <script language="JavaScript" src="my-newsfeed-configuration.js" type="text/javascript"></script>
   <script language="JavaScript" type="text/javascript">createNewsfeedTypewrite()</script>
</body>
<html>

Explanations

The file my-newsfeed-style.css is a stylesheet which defines the visual aspect of the headlines, including background color, link color etc. An example of such stylesheet can be found here.

The file http://www.erfilter.com/international.js contains the headlines which are to be displayed. EasyByte offers you many subject areas to choose from. Please click here for more information.

The file my-newsfeed-configuration.js contains JavaScript code which initializes some variables that control the behavior of the rendered newsfeed. Examples of such files can be found in the News Feed Web Developer's Guide by clicking on one of the "See configuration" links. You may also look at one concrete example by clicking here.