This feature can be used on any UNL Template page with navigation (Liquid, Splash, Fixed etc).
The first step is to create a RSS Feed for your site. RSS stands for Really Simple Syndication and it provides a mechanism to publish/retrieve limited content for a website.
Here's a sample RSS document from which you can base yours:
http://ucommxsrv1.unl.edu/rssfeeds/unlinthenewsrss.xml
Within your pages, you can let browsers know you have a RSS feed by adding a line like the following to your <head>.
- Code: Select all
<link>
After you have created a feed add the following javascript variables to your page:
- Code: Select all
<script>
<!--//--><CDATA></a><!]]>
</script>
Substituting the title of your RSS feed and the URL of the xml file.
Note: Your RSS feed needs to be on the same server as the page you are adding the news scroller to.
Post here if you have problems or questions.

