OK, here it is:
rsscrawler.zip
There are lots of things that could be configured. But all you need is a folder structure and files like that in the archive, the styles and the scrpt tags on the demo page and a call like so in the body right after an empty div:
Code:
<div id="irishanglers" class="marquee"></div>
<script type="text/javascript">
new rsscrawler('http://pipes.yahoo.com/pipes/pipe.run?_id=01cac7772e5b26ab65968cd03ed3d8d1&_render=rss', 'irishanglers');
</script>
Notice the id of the empty div is the same as the second parameter in the call. The first parameter is the address to the feed. The class name as shown is also required.
There are two on the demo page, but you can have just one, or as many as you like.
These marquees are 100% in width. So if you don't want them going the full width of the page, put them inside something with a defined width, ex:
Code:
<div style="width: 700px;">
<div id="irishanglers" class="marquee"></div>
<script type="text/javascript">
new rsscrawler('http://pipes.yahoo.com/pipes/pipe.run?_id=01cac7772e5b26ab65968cd03ed3d8d1&_render=rss', 'irishanglers');
</script>
</div>
You can play around with the styles. But if you change heights, padding, margin, and/or font sizes or possibly even font family, you may have to do a balancing act among those various values to get it to look right. If only changing those things slightly, it may work out without any extra thought. If you have any questions about that or anything, let me know.
And if you want help with it:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks