이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Campaign Monitor Synchronization

설명

This plugin automatically creates and maintains a mailinglist on Campaign Monitor mirroring the list of WordPress users. Typically this plugin is useful when you have information (or functionality) on your website that is accessible for registered users only, and you want to send email updates about that information (or functionality) to those users alone.

Example use case

For instance, members can subscribe for events on your WordPress website, and you send out announcements to those members using CampaignMonitor. With this plugin you can maintain your list on WordPress, manage their permissions, and the list on Campaign Monitor will always be an exact copy.

Warning

This plugin performs a one-way synchronization from WordPress to Campaign Monitor. For instance, it will remove users from your Campaign Monitor list if they do not exist as users in WordPress. If this behavior is too strict for you, we recommend our other plugin Campaign Monitor Dual Registration .

  • Don’t use this plugin in combination with a subscription form that stores subscribers directly in the same CampaignMonitor list.
  • Also don’t modify the list in CampaignMonitor directly, thos e changes will be lost. The only exception is when people unsubscribe from the mailinglist, this will be stored in Campaign Monitor only, and can only be changed there.

Technical details

The Campaign Monitor Synchronization plugin checks every 15 minutes whether there has been changes in the user list on WordPress, without contacting Campaign Monitor.

Only if there has been a change, it compares the WordPress user table with the version on Campaign Monitor. This can also be forced by pressing “save and sync” on the plugin options page.

When there are differences only the modifications will be sent to Campaign Monitor in batches using its API. This way the plugin tries to minimise the number of external requests, while maintaining a reasonable level of synchronization.

When a user unsubscribes on the Campaign Monitor website, this will not be overwritten by the plugin, nor will this be stored back in the WordPress database.

링크

설치

  1. Register on http://campaignmonitor.com and create a list. Don’t use an existing list, the data will be lost !
  2. In the list details click the link “change name/type”, there you will find the list ID, it is a 32 character hexadecimal string. Don’t use the list ID in the url!.
  3. Go to your account settings. There you will find the API key, it is also a 32 character hexadecimal string.
  4. On your wordpress website, upload campaign-monitor-synchronization.zip to the /wp-content/plugins/ directory
  5. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  6. In the plugin options, enter the list ID and API key.
  7. Select which fields you want to copy to Campaign Monitor. E-mail address will always be copied.

후기

2017년 2월 6일
Looks like a must have if you’re using CM and WP. I would improve and assure his future compatibility by establishing a github repo and allowing pull requests. Any way … great job thank you.
모든 3 평가 읽기

기여자 & 개발자

“Campaign Monitor Synchronization”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Campaign Monitor Synchronization”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • First commit

1.0.1

  • Handle subscriber lists with size >1000

1.0.2

  • Solve a conflict with other plugins using the CampaingMonitor API.

1.0.3

  • Several fixes.

1.0.4

  • Solve more conflicts with other plugins using the CampaingMonitor API.

1.0.5

  • Send multiple batches when batch size >1000

1.0.6

  • Fix some notices.

1.0.7

  • Fix subscribers import bug.

1.0.8

  • No fixes, just SVN troubles.

1.0.9

  • More detailed error output.

1.0.10

  • “Subscribe for newsletter” functionality.

1.0.11

  • Fix some update issues.

1.0.12

  • ‘Fields to hide’ list update.

1.0.13

  • New options page. User role export.

1.0.14

  • We removed the possibility to change the subscription state in the WP backend

1.0.15

  • Trigger autoresponder in CampaignMonitor is added