Page 1 of 1

Include GLONO Headlines on your Blog!

Posted: Tue Apr 06, 2004 10:40 am
by Jake
If you would like to include the five most recent GLONO headlines on your website and don't want to bother with converting our RSS feeds to HTML, you can now simply include this little code snippet on your page wherever you want the headlines to appear:

Code: Select all

<script language="JavaScript" type="text/javascript" src="http://www.gloriousnoise.com/scripts/headlines.js"></script>
That's all.

If you're comfortable with CSS and want to change the way the headlines appear on your site, you can add a class to your stylesheet for "glonotitle" because each headline is wrapped in a div with that class. You know?

The code that Javascript writes to your page looks like this:

Code: Select all

<div class="glonotitle"><a href="http://www.gloriousnoise.com/arch/001194_simpson.php">Soap Opera Digest: Jessica vs. Britney</a></div>
<div class="glonotitle"><a href="http://www.gloriousnoise.com/arch/001202_just_a_fan.php">Just a Fan: the Give and Take of Downloading</a></div>
etc.

Questions, comments or suggestions, let us know! We aim to please.