Adding MinistryPlatform Widgets to Wix Websites
Wix can use its Custom Elements to host MinistryPlatform widgets. These instructions illustrate illustrate how this is accomplished.
Prerequisites
-
Your Wix site must have a premium plan with no advertising. This sample site uses the cheapest tier premium plan.
-
You must have a custom domain for your Wix website.
-
Your Wix website must be configured in the permitted URL list for your MinistryPlatform site.
Wix Site Configuration
-
From your Wix Dashboard go to Settings > Custom Code.
-
In the Head section press the Add Code button.
-
Paste the script code (See step 2 in the Preparation section below) in the "Paste the code snippet here".
-
For the name enter MPWidgets.
-
In the Add Code to Pages section choose All pages.
-
Select the option for Load code on each new page.
-
On the Code Type tab, choose the Essential option.
-
Press the Apply button.
Preparation
You can't simply copy/paste the html code from the documentation. You'll need to lookup settings from the documentation to be used in the next step.
-
From the MinistryPlatform online help, locate the configuration documentation for the associated widget. For example: Configuring Event Finder.
-
Make note of the Script src where the MPWidgets.js file is located.
-
Make note of the widget name.
-
Make note of the attribute name/value pairs that may be available. (What is listed before and after the equal sign).
​​Wix Pages Configuration
-
Create Wix pages for each widget.
-
​Add a new Custom Element to each page. From the Embed Code section choose Custom Element.
-
With the Custom Element selected click Choose Source.
-
Select the Server URL option.​
-
For the Server URL enter the address of your MPWidgest.js file (for example: https://yourservername.ministryplatform.com/widgets/dist/MPWidgets.js).
-
Scroll down to the bottom of that window and for Tag name enter the name of the widget (for example mpp-event-finder).
-
With the Custom Element selected click Set Attributes.
-
Click the Set Attributes button
-
For Attribute Name enter the first paramater name (for example: targetURL).
-
​For Value enter the parameter value (for example: event-details).
-
​Click the Set button.
-
If the widget has multiple parameters, click the New Attribute button and repeat steps 9-11 above.
-
Repeat steps for each desired widget.
Wix Finalization
-
Publish the Wix website​