Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/impress-org/give-activecampaign

Easily display an ActiveCampaign opt-in option within your donation forms.
https://github.com/impress-org/give-activecampaign

Last synced: 3 days ago
JSON representation

Easily display an ActiveCampaign opt-in option within your donation forms.

Awesome Lists containing this project

README

        

Give - ActiveCampaign Add-on 📧

ActiveCampaign is one of the most popular email marketing platforms available. This add-on allows you to integrate your donation forms with ease so that your donors are provided an option to opt-in when giving. When activated you can customize the lists and tags donors are assigned when they give on a global and per form basis, modify the opt-in display text, and more.

---

🔑 This is a private repository due to it being a premium add-on. Should another developer outside of our organization need access please use Slack to ping the Lead Developer.

## 🌱 Getting Started

This plugin requires the GiveWP core plugin activated to function properly. When activated, it adds a powerful integration with ActiveCampaign.

## 💻 Local Development

To get started developing on this add-on please first complete the Getting Started steps found on the [GiveWP repo](https://github.com/impress-org/givewp#-getting-started). Once that's complete perform the following:

1. `cd` into your local plugins directory: `/path/to/wp-content/plugins/`
2. Fork this repository from GitHub and then clone that into your plugins directory in a new `give` directory
3. Run `composer install` to set up dependencies
4. Run `npm install` to set up Gulp.

Happy coding! 👩‍💻 👨‍💻