Include GLONO Headlines on your Blog!

A discussion area for issues about Glorious Noise: bug reports, feature requests, etc.

Moderators: Jake, D. Phillips

Post Reply
Jake
GLONO Team Member
Posts: 33525
Joined: Sun Sep 09, 2001 8:00 pm
Location: Michigan

Include GLONO Headlines on your Blog!

Post 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.
Post Reply