Revision [103]

This is an old revision of Mod018fIFrameAction made by JsnX on 2004-04-04 05:33:37.

 

Wikka Mod 018

Type: Feature Addition


IFrame


This is a very simple action that can be very useful to include content that otherwise might not easily import into a Wikka page.

Usage example:
{{iframe height="480" width="650" url="http://google.com"}}


<?php

$width = $vars['width'];
$height = $vars['height'];
$url = $vars['url'];

echo '<iframe width="'.$width.'" height="'.$height.'" src="'.$url.'"></iframe>';

?>
There are 10 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki