What would you like to know more about?

Configuring Login

Quick Start

Getting the Login Widget up and running quickly will allow you to use other Widgets requiring authentication. See the Quick Start Guide to get started.

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 Login Widget or identify the page on your website where it will be displayed.

Add the Login Widget to your church website by placing this snippet of code in the body of your chosen webpages. Ideally, the Login Widget will be added to each page that contains another Widget.

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