<< SharePoint 2019/SE 'Modern' Web PartsTable of contents 
RSS Feed Ticker Web Part

The RSS Ticker Web Part displays either an external RSS Feed or the content of a local Sharepoint list.  
It displays the feed either as a Marquee ticker or a static vertical list.
Sharepoint 2019 Modern RSS Feed Ticker Web Part

Web Part Configuration:


Title:
enter the optional web part title

Web Part:
AERSSTicker

Configuration:
enter the below configuration options:

url=RSS Feed URL (if an external feed is used)
url=List URL (if an internal feed is used)
count=4 (defines the number of feed items to be displayed)
more=16 (defines the number of words displayed per item)
ticker=1 (displays feed as a ticker)
speed=3 (defines the ticker speed (lower=faster))
title=CNN NEWS (defines the ticker title)
tabs=1 (display a Tabs menu if you specify multiple RSS feeds.)
bgcolor=silver (defines the optional web part background color)
titlestye=font-size:17px (defines CSS styles for the item titles)
bodystyle=font-size:13px (defines CSS styles for the body text)
datestyle=color:blue (defines CSS styles for the item dates)

Web Part Configuration
Webpart Homepage & Download »


Please enter a comment below if you want to give feedback or have suggestions for improvements:

User Comments Post a Comment 

Jürgen Kessler  
6/23/2020 15:44 
Hello Juerg,
how can we activate the marquee mode in the modern version?
Thank you.
Regards
Juergen
Juerg  
6/24/2020 11:33 
Jürgen
we have now added the below new "Ticker" parameters:

ticker=1 (displays feed as a ticker)
speed=3 (defines the ticker speed (lower=faster))
title=CNN NEWS (defines the ticker title)

Please re-download the web part and then update the solution.
Meru  
1/21/2021 07:56 
Hi Juerg!

Is there a way to display RSS channels in tabs in modern version?

Best regards,
Meru
Juerg  
1/21/2021 11:59 
Meru,
we have now added the "tabs=1" configuration parameter:

tabs=1

Please also re-download the web part from our website at /apps/page.asp?Q=5752 and then update the solution.
RHONA  
2/24/2021 17:54 
How do I customize the title of the RSS feed in the tabs view - it's currently showing the URL of the feed as the Tab title
Juerg  
2/24/2021 18:13 
Rhona,
please add the tab titles right after each RSS URL, separated by "pipe" | characters as illustrated below:

url=http://rss.news.yahoo.com/rss/topstories|Yahoo News;http://feeds.abcnews.com/abcnews/internationalheadlines|ABC Headline News
Kevin R  
4/11/2023 07:09 
Hello Juerg, how do we define text colour?
Thank you.
regards,
Juerg  
4/11/2023 11:51 
Kevin,

please use the "options" parameter as illustrated below:

options=css=.AERSbody, .AERStitle {color:red}