Articles
User Guides
RSS: Javascript Feeds RSS: Javascript Feeds
Javascript Feeds are ideal for sites that receive low to moderate amounts of traffic and don't have access to server-side scripting technologies. Simply copy & paste the Javascript code into one or more of your pages and your visitors will instantly receive up-to-the-hour updates from uncharted.ca
In addition, web site operators can customize the appearance of the RSS Feed on their site by modifying a few CSS selectors. The CSS selectors can be added to an external style-sheet, be included between the <head> and </head> tags, or simply pasted right before the Javascript code itself.
Some common Javascript RSS Feed URLs are listed in the table below. If you'd like more granular control over the content and quantity of your RSS Feed, please visit our Custom RSS Feed Generator and be sure to select the Javascript format from the Additional Options area.
Also below you will find a list of the CSS selectors provided in the RSS Feed and an image showing which element belongs to which selector.
Finally, on the following pages you'll find some working examples of the Javascript Feeds and the CSS used to style them. Feel free to copy & paste the code right into your pages then modify it however you see fit.
| Content | URL | News, Articles, & Announcements | <script type="text/javascript" src="http://www.uncharted.ca/rss/feed.php?version=JS"></script> |
|---|---|
| News | <script type="text/javascript" src="http://www.uncharted.ca/rss/feed.php?source=news&version=JS"></script> |
| Articles | <script type="text/javascript" src="http://www.uncharted.ca/rss/feed.php?source=articles&version=JS"></script> |
| Forums | <script type="text/javascript" src="http://www.uncharted.ca/rss/feed.php?source=forums&version=JS"></script> |
| Events | <script type="text/javascript" src="http://www.uncharted.ca/rss/feed.php?source=announcements:events&version=JS"></script> |
CSS Selectors
- img.feed_js_image
- div.feed_js_title
- a.feed_js_title
- div.feed_js_description
- div.feed_js_item_title
- a.feed_js_item_title
- div.feed_js_item_description

You can check out a few style examples on the following pages.