Read the statement by Michael Teeuw here.
Developer Wanted To Modify Default Newsfeed Module
-
@KristjanESPERANTO
Maybe. :) Iâm so lazy. hahaha⌠To be honest I have been forgetting this module until now. -
@greedyvegan you are showing @MMRIZE module. newsfeedticker is different
-
agreed. Iâve scrapped the newsfeedticker, I like his module better
-
@MMRIZE Okay đ I just added it to the list.
-
@MMRIZE , Real happy i found this , really great , quick question how do get this look you posted back in 2022
Wanna get the same look with multiple feeds and fade
Thank again -
@MMRIZE If I include more than one RSS feed, not all of them work.
feeds: [
{
title: âRadio Pacuâ,
url: âhttps://radiopacu.com.ar/feed/â,
},
{
title: âAmbitoâ,
url: âhttps://www.ambito.com/rss/pages/ultimas-noticias.xmlâ,
},
{
title: âPĂĄgina/12â,
url: âhttps://www.pagina12.com.ar/rss/portadaâ,
},
{
title: âLa PolĂtica Onlineâ,
url: âhttp://www.lapoliticaonline.com.ar/files/rss/ultimasnoticias.xmlâ,
}
], -
@chelofarias
I think you may have some typo error;{ title: âRadio Pacuâ, // <-- Wrong quotation marks url: âhttps://radiopacu.com.ar/feed/â, <-- Here also wrong. },
â
andâ
is not valid character for the quotation marks that could be used in JS code.
It should be"
.anyway, for me it works.
-
@MMRIZE â So to recap, is it the case that all thatâs needed to get the pictures to display is to add âshowImage: trueâ to the default newsfeed, or is something more required? If more is required, what would that be?
-
@JohnGalt
Nothing special. However, some feeds might have non-standard image enclosure, so in that case, image will not be shown.
That module was order-made, so not all the possible cases are considered. If you have some specific newsfeed, tell me the url. -
@MMRIZE â Ok, thanks. I had enabled the âshowImage: trueâ and didnât see images so I was just wondering.