News Feed
Add a line of JavaScript code to your page and
get the latest reviews and episode guides from
TV Forge. You can easily get started by using
a copy and paste:
<script language="JavaScript"
src="http://www.tvforge.com/feed.asp"
type="text/JavaScript"></script>
See an example of the
news feed...
You can customize the feed in several ways. The
first is to choose how many headlines you want.
You can have between 1 and 20. So you can change
the script URL to:
http://www.tvforge.com/feed.asp?headlines=3
http://www.tvforge.com/feed.asp?headlines=10
http://www.tvforge.com/feed.asp?headlines=20
The default number of headlines is 5. You can
also customise the styles of your newsfeed using
css classes. The two classes are tvforgetitle
and tvforgedesc. So you could use the following:
.tvforgetitle A, .tvforgetitle A:visited,
.tvforge A:active{
color: #000000;
text-decoration: none;
font-weight: bold;
}
.tvforgetitle A:hover{
color: #FF9900;
text-decoration: underline;
}
.tvforgedesc{
color: #999999;
}
The feed uses JavaScript as you might have gathered
so users without JavaScript enabled in their browser
will not be able to see it.
|