Church Multiplication Widget Example
A demonstration of the power of multiplication in church growth
Select Language / Seleccione Idioma:
How to Embed This Widget
To embed this widget on your website, include the script and a container div as shown below:
<div id="multiplication-widget"></div>
<script src="https://cdn.jsdelivr.net/gh/GospelAmbition/multiply-widget@main/dist/multiply-widget.js"></script>
<script>
new MultiplyWidget({
container: 'multiplication-widget',
language: 'en' // Use 'en' for English or 'es' for Spanish
});
</script>