-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate Mailchimp for Substack #11
Comments
I looked into this, and there is a possibility to use this codegen tool to create a styled sign up section like this one our substack domain is |
This is the Landing Page repo, and the line on which the component is implemented: https://github.com/polywrap/landing-page/blob/master/src/components/Footer.tsx#L209 And this is the component on which Mailchimp is currently set up on, and which we need to update to connect to substack |
I have opened a PR to replace the signup form with the Substack embed: Important note: With the Substack embed, we are losing our old GA event: ReactGA.event({
category: `Button-${location}`,
action: CTA,
label: "Early Access",
});
I have also tried out an alternative approach where we can manually call Just let me know. 😄 @rihp one more important note: |
New PR that uses our own button + minor tweaks to the GA event: |
Had a quick call with pileks, and we were able to get this one wrapped!! Thanks a lot @pileks 🔥 |
The landingpage is currently using a mailchimp email sign up, so when we are going to post something on substack, we should export all the subscribers from mailchimp and import them into substack.
this process takes about 10 to 15 minutes, and has to be done each time
The other alternative to stop doing this manually is:
The text was updated successfully, but these errors were encountered: