Website Building » Wix » How Do I Add a Pop Up Subscription Button on Wix?

How Do I Add a Pop Up Subscription Button on Wix?

Last updated on January 7, 2023 @ 10:43 am

There are a few ways to add a subscription button on Wix.

The first way is to use the Wix HTML code snippet. To do this, go to your Wix dashboard and click on the “Add” button.

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

Then, click on “HTML Code.” A pop-up window will appear. In the “Add Code Here” box, paste the following code:

<script type="text/javascript" src="https://sslstatic.wix.com/services/js-sdk/1.27.0/js/wix.min.js"></script>
  <script type="text/javascript">
    $W().onReady(function() {
    $W('#subscribeButton').onClick(function() {
    $W().pubsub.publish('subscribeButtonClicked');
   });
 });
</script>
<div id="subscribeButton">Subscribe</div>

After adding the code, click on “Update.” Your subscription button will now be visible on your Wix site.

The second way to add a subscription button is to use a Wix app. There are a few different apps that you can use, but we recommend using the “Pop Up Subscription Form” app by Formstack.

This app is free to use and easy to set up. Simply add the app to your Wix site and follow the instructions in the app. Within a few minutes, you will have a subscription button that pops up on your site.

Both of these methods are easy to implement and will allow you to add a subscription button to your Wix site quickly and easily.

PRO TIP: If you are not careful, adding a pop up subscription button on Wix can be very annoying to your website visitors. Make sure that you only use this feature if it is absolutely necessary, and be sure to give your visitors an easy way to close the pop up window.
Madison Geldart

Madison Geldart

Cloud infrastructure engineer and tech mess solver.