What would you like to know more about?

Show Page Sections

Configuring RSS Feeds

Quick Start

The RSS Feed Widget is a simple, high-impact addition to your Church's website. See the Quick Start Guide to get it up and running in just a few steps.

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>

Add the RSS Feed Widget to your church website by placing this snippet of code in the body of your chosen webpage.

<mpp-rss-reader publicationname="GeneralAnnouncements"></mpp-rss-reader>
Tip: While not mandatory, this snippet would typically be placed inside a <div> element with the class "container".

Widget Configuration

Required Attributes

  • Publication Name: Specifies the publication that will populate this feed.
    • Attribute: publicationname
    • Valid Value: Value from the Name field on the Publication record (no spaces)
    • Example:
      publicationname="PrayerDevotion"

Configure Your Widget

Fill out the Widget Configurator below, copy your generated widget code, and paste it into your website.

Platform Configuration

Any Publication is eligible to display as an RSS Feed. A list of all Publications can be found in one of two places:

  • Platform: Go to Communications > Publications.
  • API: Append your church's URL with the Publications.svc endpoint (for example, https://yourchurch.com/ministryplatformapi/publications.svc/).

Messages will display in a configured RSS Feed when they meet the following criteria:

  • Associated with the Publication through the interim Publication Messages Page.
  • Today's date is equal to or greater than the Start Date.
  • Today's date is less than the Expire Date.

Review your Publication and Message to make sure it appears in the RSS Feed Widget as expected.

  • Ensure each Publication has the Name you want to show. This value should have no spaces. The Name is different than the Title, and may display as the last field on the record.
  • Ensure a Message is added to the Publication on the Messages tab.
    Tip: Be sure the Template field is set to Yes.
  • Ensure that the Message in the Publication have a Start Date in the past and a Status of Sent.
  • Ensure that the Message has an end date in the future.

Customization

Each RSS Feed Widget displays the content stream for a single Publication. Want to include more than one Publication? Add more RSS Feed Widgets to the page you want.