Could this:
const feedConfig = { title: 'Tech news from Guardian and BBC', size: 20, feeds: [ 'http://feeds.bbci.co.uk/news/technology/rss.xml', 'https://www.theguardian.com/uk/technology/rss', ],
be changed to this:
const feedConfig = { size: 20, feeds: [ title: 'This news','http://feeds.bbci.co.uk/news/technology/rss.xml', title: 'That news','https://www.theguardian.com/uk/technology/rss', ],
I only ask because I'm more interested in using this in a news ticker so that the title could be the 'source' of the item :)
If not possible that's ok too!!
Thank you!
Could this:
const feedConfig = { title: 'Tech news from Guardian and BBC', size: 20, feeds: [ 'http://feeds.bbci.co.uk/news/technology/rss.xml', 'https://www.theguardian.com/uk/technology/rss', ],be changed to this:
const feedConfig = { size: 20, feeds: [ title: 'This news','http://feeds.bbci.co.uk/news/technology/rss.xml', title: 'That news','https://www.theguardian.com/uk/technology/rss', ],I only ask because I'm more interested in using this in a news ticker so that the title could be the 'source' of the item :)
If not possible that's ok too!!
Thank you!