Your Knowledge Base is moving on 3/25/24! Our new Help Center provides all the articles you know and love (plus so much more) in a one-stop shop. Ask your SPoC for details!

Sermon Widget

 

You’ve created a Sermon Series, and you’re using Sermons and Sermon Series in your App. Want to get those same great sermons onto your website?  We have a widget for that!

You can use the sample embed code below anywhere on your website and you’ll immediately see the published Sermon Series and Sermons, the same as you would see in your app. Be sure to replace "[[customerSlug]]" with the information you got from Support. If you don't have that yet, reach out to Support to request it.

<div id="sermons-widget"></div>
<script src="https://static-files.prod.pocketplatform.io/PocketPlatform.js"></script>
<script>
    PocketPlatform.sermons().then(sermons => {
    sermons.init(document.getElementById('sermons-widget'), {
      customerSlug: '[[customerSlug]]'
      });
    });
</script>