Read the statement by Michael Teeuw here.
Newfeet only show the last rss feed
-
Hello,
in my newsfeed module I have three rss feeds. The module only shows the last one on the mirror.
Is this correct?
Sebastian -
@shgmongohh Could you post the newsfeed part of your config?
-
@MichMich
Here is my newsfeed configmodule: 'newsfeed', position: 'bottom_bar', config: { feeds: [ { title: "Spiegel", url: "http://www.spiegel.de/schlagzeilen/tops/index.rss", title: "Sueddeutsche", url: "http://rss.sueddeutsche.de/rss/Topthemen", title: "Tagesschau", url: "http://www.tagesschau.de/xml/rss2" } ], showSourceTitle: true, showPublishDate: true } }Sebastian
-
Break them up:
feeds: [ { title: "Spiegel", url: "http://www.spiegel.de/schlagzeilen/tops/index.rss", }, { title: "Sueddeutsche", url: "http://rss.sueddeutsche.de/rss/Topthemen", }, { title: "Tagesschau", url: "http://www.tagesschau.de/xml/rss2" } ], -
@KirAsh4
Thank you. It woks fine!Sebastian
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login