fraz
05-24-2007, 04:33 PM
Sorry for my english..
1) Script Title: RSS Box 2 in 1
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex18/rssdisplaybox/index.htm
3)
Hey,
is it possible to set two feeds in one box?
..
<script type="text/javascript">
//MAIN FUNCTION: rssdisplaybox("rssfeed_id", "rssbox_id", "rssbox_class")
var cssdrivebox=new rssdisplaybox("bbc; bbc2", "cssdriveid", "someclass")
cssdrivebox.set_items_shown(4) //Fetch and display first 4 entries
cssdrivebox.set_template("default") //Use "default" template, which outputs title + description + date
cssdrivebox.start() //Required: start script
</script>
thank you!
1) Script Title: RSS Box 2 in 1
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex18/rssdisplaybox/index.htm
3)
Hey,
is it possible to set two feeds in one box?
..
<script type="text/javascript">
//MAIN FUNCTION: rssdisplaybox("rssfeed_id", "rssbox_id", "rssbox_class")
var cssdrivebox=new rssdisplaybox("bbc; bbc2", "cssdriveid", "someclass")
cssdrivebox.set_items_shown(4) //Fetch and display first 4 entries
cssdrivebox.set_template("default") //Use "default" template, which outputs title + description + date
cssdrivebox.start() //Required: start script
</script>
thank you!