What would you like to know more about?

Configuring User Defined Labels

Quick Start

The User Defined Labels widget is baked into your microsite. If you're using a microsite, you can skip the widget setup and see Platform Configuration for your next steps. Or, if you want to use the widget on your website and you haven't configured your site to use widgets yet, see the Quick Start Guide.

If the shared script hasn't been added to your website, add it to the appropriate webpage, replacing "example-church.com" with the base URL of your church's website.

<script id="MPWidgets" src="https://example-church.com/widgets/dist/MPWidgets.js"></script>

Create a webpage on your website that will display your widgets or identify the page on your website where they will be displayed.

Add the User Defined Labels widget to your church website by placing this snippet of code in the body of your chosen webpage, modifying the required attributes. Ideally, it will be added in conjunction with the Language and Locale widget.

<mpp-user-label></mpp-user-label>
Tip: While not mandatory, this snippet would typically be placed inside a <div> element with the class "container".