Include Any Page
Description
Here is a way to include ANY page within your Wiki page using an [[iframe]] element. The syntax for it is:
[[iframe url-source attributes]]
Where attributes can be:
- frameborder (0 or 1 allowed)
- align (left, right, top, bottom, middle)
- height (number of pixels)
- width (number of pixels or nn%)
- scrolling (yes or no)
- class
- style
The [[iframe]] element renders into the <iframe src="…" attributes></iframe> HTML element.
Code
Here is an example how to put the Google front page inside an iframe box.
[[iframe http://www.google.com width="95%" height="400" scrolling="no"]]
In action
This is a very powerful technique and allows insertion of pages, widgets, panels etc. from other websites. Use wisely!
Rate this solution
If you think this solution is useful — rate it up! Or dump it otherwise.
page_revision: 1, last_edited: 1191929969|%e %b %Y, %H:%M %Z (%O ago)





Comments
I don't want to learn all the code and jargon of web design so tip was perfect. Copy, paste…done.
Thanks for the simple tip.
just what i needed, and it worked immediatley
how would you do something like this for a wiki page?
for example, i want my top bar page to also be on my home/landing page, so that way i don't have to update TWO pages of the same info.
I want it to layout like it does when you actually view the menu (as a UL/LI list) on the landing page.
I tried it with the url to the top nav, but it also includes the header/etc, which is not wanted.
Any ideas?
I am taking place on my site wikidot using iframe you follow the code:
<iframe src='http://selos.climatempo.com.br/selos/MostraSelo.php?CODCIDADE=343,347,6,232,25,39,593,256,264,334,94,259,60,56,384,8,88,218,212,61,558,107,84,321,363,377,271' scrolling='no' frameborder='0' width='150' height='170' marginheight='0' marginwidth='0'></iframe>
But I am not achieving, who knows a way to ask, please tell me!
From the already grateful!