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.

This shortcode does NOT support conditional branching with [ELSE_popup_page].
Shortcode nesting is NOT supported.

Parameters:

title Sets the title of the popup window.
Default: none.
Required:no.
url Set the internal or external to be loaded into the popup window.
Default: none.
Required: yes.
w Sets the width of the popup window.
Default: 500.
Required: no.
h Set the height of the popup window.
Default: 750.
Required: no.

Example:

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

API:

There is currently no ActiveMember360 API function equivalent for this shortcode.

Note:

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.