With the Popups app in Soapbox, you simply need to add code to your main website once and then you'll be able to create and manage popups from within the Soapbox administrator without touching the code again.
You can access the code specific for your Soapbox site by doing the following within the Soapbox administrator:
- Go to the Popups Manager
- In the upper right, click Get Code
- In the modal popup, click Copy to copy the code to your clipboard
- Click Close
The code will look like this with your Soapbox domain used in the place of the example domain:
<script type="module" src="https://example.secure.nonprofitsoapbox.com/component/popups?view=popupjs"></script>
Provide this code to your website administrator so they can place it just before the closing </body> tag of your website. We recommend placing the code on all pages of your website - potentially through the site's template - and then managing the pages on which Popups appear from within Soapbox.