WordPress integration is a breeze! All you need to do is leverage the power of Custom HTML blocks.
First, create a new Custom HTML block:
Next, paste in the following code:
<form
action="
https://buttondown.com/api/emails/embed-subscribe/YOUR-BUTTONDOWN-USERNAME
"
method="post"
class="embeddable-buttondown-form"
>
<label for="email">Email</label>
<input
type="email"
name="email"
placeholder="you@example.com"
/>
<input type="hidden" value="1" name="embed" />
<input type="submit" value="Subscribe" />
<p>
<a href="https://buttondown.com" target="_blank">
Powered by Buttondown.
</a>
</p>
</form>
And you're set!