Read the statement by Michael Teeuw here.
default newsfeed and iframe
-
sorry but I’m a noob when it comes to coding js.
does anyone know how I can configure the default newsfeed module to open the article in an iframe when I click on it?
-
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. :(
-
One Tip, you have to press the button twice to Open the full article (website). Details see Readme at Newsfeeds Module.
AxLED -
@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
}
}, -
@ Oneil25
Config looks ok, have you tried a second rss source (feed), maybe something with nytimes feed.
AxLED -
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.