Rather Simple Mailchimp
A really simple Mailchimp plugin
by Oscar Ciutat · github.com/mrleemon/rather-simple-mailchimp
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mrleemon/rather-simple-mailchimp/archive/refs/heads/main.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
A really simple MailChimp plugin that includes a block, a shortcode and a widget.
A really simple MailChimp plugin that includes a block, a shortcode and a widget.
This plugin is experimental and is provided with no support or warranty.
1. Upload the extracted plugin folder and contained files to your /wp-content/plugins/ directory
2. Activate the plugin through the "Plugins" menu in WordPress
[mailchimp id="" firstname="false" lastname="false" placeholder="false"]
where id is the MailChimp list identifier, and firstname and lastname
show or not the first name, last name and placeholder fields
Refactor using Mailchimp API
Remove jQuery dependency
Initial release