Usage:

This shortcode returns an HTML link which triggers a responsive 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_inliner].
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. Accepts px, vw and %.
Default: none. (auto adjust)
Required: no.
h Set the height of the popup window. Accepts px, vh and %.
Default: none. (auto adjust)
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. Only when footer is set to true.
Default: close.
Required: no.
header Defines whether the popup should have a header section or not. If yes, the title will be displayed within the header.
Default: true.
Required: no.
footer Defines whether the popup should have a footer section or not.
Default: true.
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_inliner header='true' footer='false' title='My Window Title' link_text='Click here to watch the video' w='90vw' h='80vh']
  

My Header

Paragraph 1

Paragraph 2

[/mbr_popup_inliner]
[mbr_popup_inliner close_link='Click here to close' title='My Window Title' link_text='' w='90%' h='50%']
  

My Header

Paragraph 1

Paragraph 2

[/mbr_popup_inliner]
[mbr_popup_inliner delay='12' title='My Window Title' link_text='' w='600px' h='500px']
  

[mbr_db_first_name]

[mbr_custom_shortcode]

Paragraph 2

[/mbr_popup_inliner]

API:

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

Notes:

Shortcodes can be used as part of the embedded inline content.

This shortcode is CSS driven and will not work as expected with Divi themes due to conflicts with their implementation of “smooth scrolling”.