Page 1 of 1

RSS feed that allow popup

Posted: Tuesday 24 May 2022 18:27
by NilsNijenhuis
Hello,

Does anyone know a good news feed (rrs) that works with dashticz.
i tried the rss feed from nu.nl, tweakers, NOS, BBC, newyork time, etc and none of them allow a popup to read the artikel.
or am i doing something wrong?

if a popup to read the artikel is never allowed at all, the function of the rss feed is useless in dashticz.

Re: RSS feed that allow popup

Posted: Thursday 26 May 2022 8:45
by Lokonli
Currently most sites block displaying content in a popup window (iframe).

You can display the newsarticle in a separate browser tab by setting the newwindow block parameter. Example:

Code: Select all

blocks['newsnunl'] = {
    feed: 'https://www.nu.nl/rss/Algemeen',
    maxheight: 220,
    newwindow:1
}

Re: RSS feed that allow popup

Posted: Saturday 28 May 2022 13:41
by NilsNijenhuis
oke thanks, i will try if that works :)

but the strange thing is that if nu.nl shows a rss artikel on my dashboard with a video in it, it works and if its is only tekst the popup doesn't work...