Read the statement by Michael Teeuw here.
Display a Web Page
-
Is there a module to display a web Page?
-
Not that I’ve seen. There’s a list of all known 3rd party modules here.
Might be an easy one to get your feet wet in building your own module.
-
Hey guys,
I would like to do build a similar module.
I have looked at the build your own module guide and I am still lost. Can someone point me in the right direction? -
@Jayh391 do you want to display a webpage with an iframe?
-
@strawberry-3.141
Yes an iframe would work just fine.thanks
-
@Jayh391 I would just go for the approach from the halloween thread
{ module: "helloworld", position: "top_right", config: { text: "<iframe src='YOUR_URL' style='height: 500px; width: 300px;'></iframe>" } },
-
@strawberry-3.141 said in Display a Web Page:
@Jayh391 I would just go for the approach from the halloween thread
{ module: "helloworld", position: "top_right", config: { text: "<iframe src='YOUR_URL' style='height: 500px; width: 300px;'></iframe>" } },
Interesting, any ref on getting the rss feed list when selected on any ‘one’ article to open in the i-frame?
-
What is this “halloween thread” people keep referring to? I have seen it a few times and cannot find it.
-