Linux 软件免费装
Banner图

MC4WP: Mailchimp Activity

开发者 Ibericode
DvanKooten
hchouhan
更新时间 2022年12月19日 18:02
捐献地址: 去捐款
PHP版本: 5.3 及以上
WordPress版本: 6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

newsletter mailchimp activity mc4wp

下载

1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1.0

详情介绍:

This plugin shows your Mailchimp lists activity, right in your WordPress dashboard. Mailchimp lists activity Once activated, it will show a new dashboard widget containing a bar-graph or line-graph (screenshots) showing day-to-day changes to your Mailchimp lists. You can choose to view relative activity (daily subscribes vs. unsubscribes) or a line graph visualizing your total list sizes. Requirements This plugin has the following requirements. To get started with the plugin, please have a look at the installation guide.

安装:

Mailchimp Activity Since this plugin depends on the Mailchimp for WordPress plugin, you will need to install that first. Also, please make sure that your webserver is running PHP 5.3 or higher. Installing the plugin
  1. In your WordPress admin panel, go to Plugins > New Plugin, search for Mailchimp Activity and click "Install now"
  2. Alternatively, download the plugin files manually and upload the contents of mailchimp-activity.zip to your plugins directory, which usually is /wp-content/plugins/.
  3. Activate the plugin
  4. Make sure your API key is set.
  5. You should now see a new widget on your dashboard. Enjoy!

屏幕截图:

  • Showing list activity.
  • Showing total list size.

常见问题:

Which user roles can see the activity widget?

By default, the widget will only be shown to users with manage_options capability (administrators). This behaviour can be customized using the mc4wp_activity_capability filter. // Show Mailchimp Activity widget to editor role & up. add_filter( 'mc4wp_activity_capability', function( $capability ) { return 'edit_posts'; });

I've activated Mailchimp Activity - but it does nothing

This usually comes down to any (or multiple) of the following reasons.

  • No API key is set in Mailchimp for WP > Mailchimp.
  • You're running an older version of Mailchimp for WordPress, version 3.0 or higher is required.
  • Your server is running a very outdated version of PHP. Mailchimp Activity requires at least PHP 5.3 or higher.
  • If you see the widget but it's stuck at "loading..", there should be a JavaScript error in your browser console telling us what exactly went wrong.

更新日志:

1.1.0 - Oct 7, 2019 Compatibility with Mailchimp for WordPress version 4.6. 1.0.6 - Sep 11, 2019 Changes 1.0.5 - December 9, 2016 Fixes 1.0.4 - August 1, 2016 Improvements 1.0.3 - February 17, 2016 Improvements Additions 1.0.2 - January 8, 2016 Fixes Prevent fatal error by checking for Mailchimp for WordPress v3.0 before loading any code. 1.0.1 - January 7, 2016 Improvements Fail gracefully on servers running a PHP version older than PHP 5.3. 1.0 Initial release. == Upgrade Notice ==