Newsletter sign up form for Ghost blog

Hi, I am running Ghost on a subdomain as my blog and I have Webflow as the main site. I would like to add a newsletter signup form on my main site so that people can fill in the form on the main site to register to receive the newsletter from the Ghost blog.

Does anyone know how I can make this happen?

Thank you.

I think you can just load Ghost Portal and add your Ghost url to it:

<script defer src="https://unpkg.com/@tryghost/portal@~1.0.0/umd/portal.min.js" data-ghost="https://your.ghost.blog"></script>

I’m not sure if you would run into any CORS issues though. Also, you might have to update the portal version every once in a while

1 Like

Thank you so much. I am grateful. That helps, it’s very close to what I am looking for. Instead of it saying “Subscribe” is there any way of making that button say “Subscribe to Newsletter”?

If that’s not possible, is it possible to create a button that you can insert into a webpage, so when a user clicks the button that pops up for join/subscribe happens?

Please ignore my question. I have just seen it’s possible. Thanks.

What was meant by loading the Ghost Portal? I’m in a similar situation, where I want to capture newsletter leads on webflow and push it directly to ghost.