Usage:

This shortcode compares a user’s tags to a a given set of tags and computes a “progress” factor as a percent of total and returns the results wrapped inside an HTML5 <progress> tag.

This shortcode does NOT support conditional branching.
Shortcode nesting is NOT supported.

Parameters:

tags A comma separated list of tag ID’s used as the basis for comparison against a user’s assigned tags.
Default: none.
Required: yes.
round Specify the desired decimal rounding factor.
Default: 2.
Required: no.
callbacks A comma separated list of callback functions to be called to further process the return value of the shortcode.
Default: none.
Required: no.
style Used to pass direct CSS style instructions to the <progress> element.
Default: none.
Required: no.
class The name of a CSS class used to style the <progress> element.
Default: none.
Required: no.
id Specifies an optional unique id for an <progress> element.

Default: none.
Required: no.

Examples:

[mbr_progress_bar tags='123,234,345,456']
Assuming a user had tags 123 and 345, the result would be:

[mbr_progress_tags tags='123,234,345,456']
Assuming a user had tags 123, 234 and 345, the result would be:

API:

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