开发者 |
yikesinc
eherman24 liljimmi JPry yikesitskevin fmixell vochr codeparrots |
---|---|
更新时间 | 2024年2月26日 16:30 |
捐献地址: | 去捐款 |
PHP版本: | 5.2.13 及以上 |
WordPress版本: | 6.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Note: For assistance with GDPR compliance, use our free add-on GDPR Compliance for Mailchimp.You can also extend the plugin's functionality with our free and paid add-ons. Add a form to a site in a minute and a half https://www.youtube.com/watch?v=NRZbW-Da1XA Features
All documentation can be found in our Knowledge Base. Yes, you must have a Mailchimp account and at least 1 list set up in order to use the plugin. You can register for one for free at their website.
Our plugin uses an API Key to allow your site to communicate with your account. After you enter your API key into the plugin settings your site is connected to your account and ready to make forms.
Step-by-step instructions:
For assistance with GDPR compliance, use our free add-on EU Opt-In Compliance for Mailchimp.
The submit button text can be customized to use any text you like. This is done via the shortcode. Please visit our How-to article How do I change the submit button text for step-by-step instructions.
The fields that are assigned to a list are managed on the Mailchimp site. To add or remove fields you need to log in to your account and manage them there. Please read the article Manage List and Sign Up Form Fields to learn how to add and edit the fields for your lists. After you’ve added fields, they may not show up immediately in our plugin’s Form Builder. Our plugin pulls the information from your lists and stores it for a period of time before pulling it again. To get the new information immediately you will need to clear the Mailchimp API cache. Please read our article API Cache Settings for instructions on how to clear the Mailchimp API cache.
The text next to or above each field of a form is called a “label” and you may want to change them. For instance by default Mailchimp uses “First” instead of “First Name” and you may want to change it to make more sense. In the form builder, you will find a little pencil icon next to each form label. Click that icon to edit the label and hit the check icon to save it. After you are done editing field labels you will need to hit the "Update Form" button to save all of your changes.
Our plugin fetches your list information from your account and stores it on your site in a cache. If you make changes to your lists, our plugin will update your site with those changes within an hour. If you want it updated immediately (for instance if you add a new list), you can delete the cache. Please read our Knowledge Base Article for more info.
Yes! You can use the shortcode, [yikes-mailchimp-subscriber-count]
in the form description field to display the number of subscribers to that list.
To display the count for a specific list, you can use the form="#"
or list="#"
parameters. If using form="#"
you should pass in a specific form ID, which will display the total number of subscribers associated with that form. If using list="#"
you should pass in a list ID.
Yes, we've included a constant you can use to prevent our styles from loading, YIKES_MAILCHIMP_EXCLUDE_STYLES
. For usage, please see our Knowledge Base Article.
You'll want to make sure that your database collation is set properly. The best collation setting for all web languages is UTF8. If you need help switching collation settings in your database, please see the following article from Media Temple: Default MySQL character set and collation.
We want our users to have as smooth a transition as possible so we created Guides to Updating. Please check them out if you are experiencing problems.
Yes! Since version 6.1.2 we have enabled the ability to define a PHP constant inside of wp-config.php to be used throughout the plugin. The constant name you'll want to use is YIKES_MC_API_KEY
. Once you've defined your constant, you'll want to head into the options page and save your settings for the changes to take hold.
Example:
define( 'YIKES_MC_API_KEY', '12345679-us2' );
FILTER_SANITIZE_STRING
with htmlspecialchars()
. #917yikes_mailchimp_checkbox_integration_additional_vars
. This allows you to use custom variables in our other filters.yikes_mailchimp_feedback_message_placement
.