Adding the Sermon Widget to your website
You’ve created a Sermon Series, and you’re using Sermons and Sermon Series in your App. How do you 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:
Please note: If you don’t know the base API domain for your PocketPlatform app, just reach out to us and we’ll get you the info.
<div id="pocketplatform-sermons"> <h5>Loading sermons...</h5> </div> <script src="https://MYCHURCH.api.pocketplatform.io/app/PocketPlatform.js"></script> <script> PocketPlatform.sermons().then(function(sermons) { sermons.init('#pocketplatform-sermons'); }); </script>