Title: chimpXpress
Author: freakedout
Published: <strong>2024 年 8 月 12 日</strong>
Last modified: 2024 年 8 月 14 日

---

搜尋外掛

![](https://ps.w.org/chimpxpress/assets/banner-772x250.png?rev=3135656)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/chimpxpress/assets/icon-256x256.png?rev=3135660)

# chimpXpress

 由 [freakedout](https://profiles.wordpress.org/freakedout/) 開發

[下載](https://downloads.wordpress.org/plugin/chimpxpress.2.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/chimpxpress/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/chimpxpress/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/chimpxpress/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/chimpxpress/#developers)

 [技術支援](https://wordpress.org/support/plugin/chimpxpress/)

## 外掛說明

**chimpXpress** is a Mailchimp integration for WordPress. It allows you to create
blog posts from existing Mailchimp campaigns and create new campaign drafts from
within WordPress by using your blog posts as campaign content.
 If you’re having
trouble with the plugin visit our [support forum](https://chimpxpress.com/support)–
Thank you!

#### What is Mailchimp?

Mailchimp is an award-winning marketing platform that allows you to send email campaigns
to a list of subscribers. It is free for up to 500 contacts, which is why it is 
the newsletter-service of choice for thousands of small businesses across the globe.

If you are not yet using Mailchimp, [creating an account is 100% free and only takes you about 30 seconds](https://mailchimp.com/signup).

### 3rd Party or External Services

The main goal of this plugin is to create a bridge between your WordPress site and
Mailchimp. In order to accomplish this the plugin will initiate connections to the
Mailchimp Marketing API through encrypted network connections. This is required 
to send and retrieve data between your site and Mailchimp, such as: templates, recently
sent campaigns, name and size of subscriber lists and more.

You can learn more about the Mailchimp Marketing API [here](https://mailchimp.com/developer/marketing/).

Also take a look at the [Mailchimp Terms and Privacy Statements](https://mailchimp.com/legal/).

This plugin does not collect any user data of your site’s visitors. However, you
can choose to include **_Google Analytics_** tracking codes in the Landing Pages
you import from Mailchimp to your WordPress site. Doing so will allow Google Analytics
to collect all sorts of user data. This is optional and will only be enabled if 
you enter your Google Analytics Profile ID in the configuration.

[What is Google Analytics](https://marketingplatform.google.com/about/analytics/)

You can learn more about Google’s Privacy Policy [here](https://policies.google.com/privacy?hl=en-US).

## 螢幕擷圖

 * [[
 * chimpXpress Dashboard
 * [[
 * Import your Mailchimp campaigns into WordPress as blog post or landing page.
 * [[
 * Create new Mailchimp campaigns and include your blog posts.
 * [[
 * Landing page archive. Review and edit your existing landing pages.
 * [[
 * chimpXpress Settings. Enter your Mailchimp API key and you’re ready to go. If
   your write permissions allow the plugin to write files directly to the server
   you don’t need to enter ftp credentials. Otherwise you will be prompted to supply
   the credentials. You can enter your Google Analytics ID if you want to be able
   to track visitors on your landing pages.

## 安裝方式

Installing **chimpXpress** is very easy. Use the WordPress plugin installer to upload
the zip file or simply follow the steps below.

 1. Extract the package to obtain the `chimpxpress` folder
 2. Upload the `chimpxpress` folder to the `/wp-content/plugins/` directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Configure the settings according to your needs through the ‘Settings’ > ‘chimpXpress’
    menu
 5. Start creating campaigns or import content from Mailchimp
 6. If you need help please visit our forums at [https://chimpXpress.com](https://chimpXpress.com)!

## 常見問題集

### Where can I find my Mailchimp API key?

You can [find your API key here](https://mailchimp.com/de/help/about-api-keys/#Find-or-Generate-Your-API-Key)

### My question is not listed here.

Please search through our [support forum](https://chimpxpress.com/support).

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈chimpXpress〉的開發相關工作。

參與者

 *   [ freakedout ](https://profiles.wordpress.org/freakedout/)

[將〈chimpXpress〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/chimpxpress)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/chimpxpress/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/chimpxpress/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/chimpxpress/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/chimpxpress/)。

## 變更記錄

#### 1.0

 * Initial release of the chimpXpress plugin

#### 1.1

 * When inserting blog posts into campaign content, the post title is now included.

#### 1.2

 * php.js library updated to v3.24
 * Bugfix: writing files via ftp failed in some cases

#### 1.3

 * FTP credentials are no longer mandatory! If the plugin is able to write files
   directly users don’t have to enter ftp credentials anymore.
 * Import to landing page – added check to prevent unintentional overwriting of 
   existing landing pages.
 * Import to landing page – added check to prevent empty page title.
 * Landing page archive – creation date now takes timezone offset from WordPress
   configuration into account.
 * Landing page archive – delete function added.
 * Compose page – added check to prevent empty campaign name and subject (consisting
   only of spaces).
 * Compose page – encoding campaign name and subject to html entities to avoid multiple
   escaping.
 * Compose page – fixed bug that caused user not being able to go from last step
   to second last.
 * Compose page – fixed bug that appeared in WordPress 3.1.1 and caused creation
   of multiple campaigns.
 * Settings page – error messages showed up even after the reason was corrected.
 * Updated German translations.

#### 1.4

 * Removed position parameter from add_menu_page to avoid conflicts with CPT (custom
   post types)

#### 1.5

 * Fix to include css and js files only on chimpXpress pages.
 * Adjusted css selectors to avoid conflicting with other plugins/widgets.
 * Fixed multiple backslashes being added to campaign content (entered in wysiwyg
   editor).

#### 1.6

 * Fixed all compatibility issues with the latest WordPress versions (3.3 and later)
 * Bugfix: inserting blog posts didn’t work in newer versions
 * Bugfix: fixed issue when editor wasn’t working properly
 * Bugfix: fixed several Javascript errors
 * Minor updates on the user interface

#### 1.6.1

 * Fixed a bug when editing landing pages.

#### 1.6.2

 * Fixed layout bug that interferred with WordPress navigation.
 * Fixed bug when creating landing pages and file already existed.

#### 1.6.3

 * innerxhtml.js library contained a wrong license declaration.

#### 2.0.0

 * Refactored plugin to be compatible with WordPress 6 and PHP 8

## 中繼資料

 *  版本 **2.0.0**
 *  最後更新 **2 年前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 3.3 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.6.5**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/chimpxpress/)
 * 標籤:
 * [landing page](https://tw.wordpress.org/plugins/tags/landing-page/)[mailchimp](https://tw.wordpress.org/plugins/tags/mailchimp/)
   [newsletter](https://tw.wordpress.org/plugins/tags/newsletter/)[post](https://tw.wordpress.org/plugins/tags/post/)
 *  [進階檢視](https://tw.wordpress.org/plugins/chimpxpress/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/chimpxpress/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/chimpxpress/reviews/)

## 參與者

 *   [ freakedout ](https://profiles.wordpress.org/freakedout/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/chimpxpress/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://chimpxpress.com)