I have not yet. Reading the newsfeed readme it looks like it may have to do with x-frame options of the source. I have to confess though I have no idea where to view a site’s x-frame options header or how to find news feeds with x-frame options that are favorable for embedding into an iframe.
Read the statement by Michael Teeuw here.
Latest posts made by Oneil25
-
RE: default newsfeed and iframe
-
RE: default newsfeed and iframe
@AxLed Yup, I have done that the first press opens the short summary as expected the second press opens a blank/black iframe. This is using the default rss feed of:
{
module: “newsfeed”,
position: “bottom_bar”,
config: {
feeds: [
{
title: “New York Times”,
url: “http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml”
}
],
showSourceTitle: true,
showPublishDate: true
}
}, -
News Feed full article won't display.
I am trying to get a full news article from the default newsfeed to display when I press a button though it seems to display a blank iframe. I’m guessing it has something to do with the X-frame options not set correctly according to what I read on the newsfeed module git page. Is this x-frame option thing something I can set? Or how do I tell which news rss sites will allow embedding into an i-frame? Sorry I have basically no .js or xml experience so this is all pretty new to me.
Running MM 2.3.1.btw with electron 1.4.15
-
RE: default newsfeed and iframe
I too am having this issue. Saw something having to do with a site having the appropriate X-frame options settings, though can’t figure out how to tell which sites do or do not have the correct settings. :(