Skip to main content

i4w_page_popup

Usage

This shortcode returns an HTML link which, when clicked, activates the display of a web page – internal or external – in a Thickbox popup window.

[ELSE_page_popup] conditional branching is NOT supported.

Shortcode nesting is NOT supported.

Parameters

ParameterDescriptionDefaultRequired
titleSets the title of the popup window.NoneNo
urlSet the internal or external URL to be loaded into the popup window.NoneYes
wSets the width of the popup window.500No
hSets the height of the popup window.750No

Example

Shortcode
[i4w_page_popup title='My Window Title' url='http://www.google.com' h=800 w=500]
Click here to see more…
[/i4w_page_popup]

Notes

warning

Windows opened and displayed through this shortcode are not "modal" windows, which means that clicking anywhere outside the window area will automatically close the window.