Usage:

This shortcode will hide a block of content and generates a link to expand/collapse the hidden content.

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

Parameters:

header The link text to be displayed.
Default: Click here to expand.
Required: no.

Example:

[mbr_texpand]
  Your hidden content.
[/mbr_texpand]

[mbr_texpand header='Click here to show more']
  Your hidden content.
[/mbr_texpand]

API:

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