Include Any Page

By michal frackowiak

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]]

url-source does not include quotation marks and attributes can be any of:

  • 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!


Thanks to tsangk for this great snippet: conditional-blocks


text above inserted with:

[[include :snippets:if START |unique=1|type=equal|var1=%%name%%|var2=conditional-blocks]]
**##red|Thanks to tsangk for this great snippet:##** [[[code:conditional-blocks]]]
[[include :snippets:if END]]



Other snippets posted by michal frackowiak

Zoho Writer - 16 Feb 2012 01:57
Zoho Sheet - 16 Feb 2012 01:56
Zoho Show - 16 Feb 2012 01:55
Zoho Polls - 16 Feb 2012 01:53
WoW Tooltips - 16 Feb 2012 01:52
Widgetbox Panel - 16 Feb 2012 01:52
Video from Revver - 16 Feb 2012 01:50
Todo List - 16 Feb 2012 01:48
Tabs - 16 Feb 2012 01:45
Standalone Page Buttons - 16 Feb 2012 01:44
Social Bookmarking - 16 Feb 2012 01:42
Simple Gallery - 16 Feb 2012 01:41
Remember The Milk Todo - 16 Feb 2012 01:39
Recent Changes (mini) - 16 Feb 2012 01:36
Rating Summary - 16 Feb 2012 01:35
Quimble Poll - 16 Feb 2012 01:33
Quikmaps Maps - 16 Feb 2012 01:33
Photobucket Widget - 16 Feb 2012 01:29
Page Previews (Snap.com) - 16 Feb 2012 01:29
Pabpixies Gadgets - 16 Feb 2012 01:28

page 1 of 3123next »

Rate this solution

If you think this solution is useful — rate it up!

rating: +103+x
Add a New Comment
Page tags: embed iframe include page web
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License