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.

rating: +61+x

Comments

Just what I was looking for
quixotic-ironistquixotic-ironist 1175990309|%e %b %Y, %H:%M %Z|agohover

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.

unfold Just what I was looking for by quixotic-ironistquixotic-ironist, 1175990309|%e %b %Y, %H:%M %Z|agohover
helpful and fast!
raoul groulsraoul grouls 1187078403|%e %b %Y, %H:%M %Z|agohover

just what i needed, and it worked immediatley

unfold helpful and fast! by raoul groulsraoul grouls, 1187078403|%e %b %Y, %H:%M %Z|agohover
KillerSpazKillerSpaz 1196969364|%e %b %Y, %H:%M %Z|agohover

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?

unfold by KillerSpazKillerSpaz, 1196969364|%e %b %Y, %H:%M %Z|agohover
I am taking issue with the iframe!
 ALAGOAS PRAIA LAZER ALAGOAS PRAIA LAZER 1203120821|%e %b %Y, %H:%M %Z|agohover

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!

unfold I am taking issue with the iframe! by  ALAGOAS PRAIA LAZER ALAGOAS PRAIA LAZER, 1203120821|%e %b %Y, %H:%M %Z|agohover
Re: I am taking issue with the iframe!
gerdamigerdami 1207739858|%e %b %Y, %H:%M %Z|agohover
[[iframe 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"]]

unfold Re: I am taking issue with the iframe! by gerdamigerdami, 1207739858|%e %b %Y, %H:%M %Z|agohover
Add a new comment
page tags: embed iframe include page web
page_revision: 1, last_edited: 1191929969|%e %b %Y, %H:%M %Z (%O ago)
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License