SONIC NEWS > Services
[ Headlines | Archives | Search | Services | RSS Feed ]
You can have Sonic News on your own website. True story. How so? By using any of our scripts on this page. Now you can be the envy of your friends by saying "I AM Sonic News!", and people will want to go to your website and have your babies. Until they realise the links go back to TSS and see that you're a big fat LIAR. But still, if you can't be faffed to do news yourself, letting us do the work is a good way to make your site look updated.

We currently have two scripts you can take advantage of. Why don't you take a look?

News Ticker

This is a scrolling marquee with a summary of the five latest stories on Sonic News, with links to the full stories on this site. The style of the ticker can be suited to your own site through CSS. The ticker here is exactly the same as the ticker presented on the SONIC NEWS website as well. If you wish to use this on your website copy and paste one of the below sections of code corresponding with the format you would like to adopt (either a PHP or Javascript version):

<?php
if (!@include 'http://www.sonicstadium.org/sonicnews/ticker/php/')
if (!@include 'http://www.w00ty.com/sonicstadium/sonicnews/sn_ticker.php')
print 'Sonic News feed unavailable.';
?>

<script language="Javascript" type="text/javascript" src="http://www.sonicstadium.org/sonicnews/ticker/js/"></script>

Headlines List

A DIV area with the titles of the five latest SN stories, also linking to the full stories, and also style-customisable. If you wish to use this on your website copy and paste one of the below sections of code corresponding with the format you would like to adopt (either a PHP or Javascript version):

<?php
if (!@include 'http://www.sonicstadium.org/sonicnews/headlines/php/')
if (!@include 'http://www.w00ty.com/sonicstadium/sonicnews/sn_headlines.php')
print 'Sonic News feed unavailable.';
?>

<script language="Javascript" type="text/javascript" src="http://www.sonicstadium.org/sonicnews/headlines/js/"></script>