Usage:
This shortcode returns an HTML link which triggers a popup window displaying the code embedded between its opening and closing tags. Using the correct parameter, it can also trigger the popup window without clicking on the link.
This shortcode does NOT supports conditional branching with [ELSE_popup_inline].
Shortcode nesting is NOT supported.
Parameters:
title | Sets the title of the popup window. Default: none. Required: no. |
delay | Specifies the delay in seconds before which an auto popup window should activate. Default: none. Required: no. |
link_text | Set the text to appear in the anchor link (can be HTML). 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: 400. Required: no. |
autopopup | Defines whether the popup window should automatically popup on entering the page or whether the user should click first. Default: false. Required: no. |
modal | Defines whether the popup window should be opened as a modal window or not. Default: false. Required: no. |
close_link | Defines the label to be use for the “close” link. Default: close. Required: no. |
modal_reload_after | Defines whether the underlying page should be reloaded upon exiting the modal popup. This option is automatically set to false with autopopup windows. Default: true. Required: no. |
Example:
[mbr_popup_inline title='My Window Title' link_text='Click here to watch the video' w='800' h='500']My Header
Paragraph 1
Paragraph 2
[/mbr_popup_inline]
[mbr_popup_inline title='My Window Title' link_text='' w='800' h='500']
My Header
Paragraph 1
Paragraph 2
[/mbr_popup_inline]
[mbr_popup_inline delay='12' title='My Window Title' link_text='' w='800' h='500']
[mbr_db_first_name]
[mbr_custom_shortcode]
Paragraph 2
[/mbr_popup_inline]
API:
There is currently no ActiveMember360 API function equivalent for this shortcode.
Note:
Shortcodes can be used as part of the embedded inline content.