Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/impress-org/give-activecampaign
- Owner: impress-org
- Created: 2020-07-15T05:15:27.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-18T16:58:50.000Z (9 months ago)
- Last Synced: 2024-04-22T12:13:57.560Z (9 months ago)
- Language: PHP
- Size: 484 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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! 👩💻 👨💻