# Add a Mailchimp pop-up to your WooCommerce store

In this tutorial you will learn how to add an email subscription pop-up to your WordPress website. It does not require installing any plugin.

### Set up the pop-up in Mailchimp

* Log in to your Mailchimp account
* Open **Audience** from the top menu

![](/files/-Lqh8x4bTgX9XHEFWUoD)

* Click on **Manage Audience** drop-down and select **Signup forms**

![](/files/-La_NA_rhpV7wimZn2dG)

* Click on the **Select** button next to **Subscriber pop-up**

![](/files/-La_NvSdUGaQl59UQLr_)

* Design your pop-up and click on **Generate Code**

![](/files/-La_PzreLcEoczUJ0d-F)

* Copy the code snippet to clipboard

![](/files/-La_QdrXZHNqdLYwDznK)

### Add the pop-up code snippet to your website

* Log in to your WordPress admin panel
* From the side menu hover on **Appearance** and select **Theme Editor**

![](/files/-La_SoaMxGq2tI1PAs0i)

* Open Theme Footer file (footer.php)
* Scroll down to the bottom of the file and paste the pop-up code snippet right above the closing \</body> tag

![](/files/-La_UzjUCWsQvO9yA2Kw)

* Update the file and you're done. The popup should appear on your website.

![](/files/-La_VECdjtN9Fs2anY_T)

{% hint style="success" %}
Test how it works on our [demo store](https://demo.personaldiscount.io/)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.personaldiscount.io/woocommerce-and-magento/add-a-mailchimp-pop-up-to-your-woocommerce-store.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
