Fetch Mailchimp Fields Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin looks up a Subscriber in MailChimp list and shows their merge fields.
Usage
- Login to admin panel of the wordpress site
- Go to MailChimp Config. Set following fields
- Mailchimp List Id – mailchimp.com/help/find-audience-id
- Mailchimp Api Key – mailchimp.com/help/about-api-keys
- Place following shortcode in any post/page to use the plugin
- [fetch_mailchimp_fields]
Optional attributes
- field_names
- comma seperated string with list of fields
- following shortcode will show only FNAME, LNAME fields.
- [fetch_mailchimp_fields field_names=’FNAME, LNAME’]