Title: Mailchimp Widget by ProteusThemes
Author: ProteusThemes
Published: <strong>2017년 7월 6일</strong>
Last modified: 2020년 5월 31일

---

플러그인 검색

![](https://ps.w.org/proteusthemes-mailchimp-widget/assets/banner-772x250.png?rev
=1694304)

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

![](https://ps.w.org/proteusthemes-mailchimp-widget/assets/icon-256x256.png?rev=
1694304)

# Mailchimp Widget by ProteusThemes

 작성자: [ProteusThemes](https://profiles.wordpress.org/proteusthemes/)

[다운로드](https://downloads.wordpress.org/plugin/proteusthemes-mailchimp-widget.1.0.5.zip)

 * [세부사항](https://ko.wordpress.org/plugins/proteusthemes-mailchimp-widget/#description)
 * [평가](https://ko.wordpress.org/plugins/proteusthemes-mailchimp-widget/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/proteusthemes-mailchimp-widget/#installation)
 * [개발](https://ko.wordpress.org/plugins/proteusthemes-mailchimp-widget/#developers)

 [지원](https://wordpress.org/support/plugin/proteusthemes-mailchimp-widget/)

## 설명

This plugin registers a custom WordPress widget called **Mailchimp by ProteusThemes**.
This widget will allow you to connect to your Mailchimp account with your API key
and you will be able to select the list you want your visitors to subscribe to.

This widget can be used for all sorts of things, like: newsletter, lead capture,
email sequence, and much more!

The Widget will output an email input field and a submit button, that’s all you 
need to capture your visitor’s email address. Main idea behind this plugin is that’s
easy and simple to use.

**Do you want to contribute?**

Please refer to the official [GitHub repository](https://github.com/proteusthemes/mailchimp-widget)
of this plugin.

## 스크린샷

 * [[
 * Widget settings
 * [[
 * Widget frontend with basic design
 * [[
 * Widget frontend with styled design

## 설치

**From your WordPress dashboard**

 1. Visit ‘Plugins > Add New’,
 2. Search for ‘Mailchimp widget by ProteusThemes’ and install the plugin,
 3. Activate ‘Mailchimp widget by ProteusThemes’ from your Plugins page.

**From WordPress.org**

 1. Download ‘Mailchimp widget by ProteusThemes’.
 2. Upload the ‘proteusthemes-mailchimp-widget’ directory to your ‘/wp-content/plugins/’
    directory, using your favorite method (ftp, sftp, scp, etc…)
 3. Activate ‘Mailchimp widget by ProteusThemes’ from your Plugins page.

**Once the plugin is activated you will find the widget (Mailchimp by ProteusThemes)
in Appearance -> Widgets or in your page builder, if it supports widgets**

## FAQ

### How do I disable the default widget form styles?

You can do that easily with a help of custom WP filter. Please add this code to 
your theme:

    ```
    add_filter( 'pt-mcw/disable_frontend_styles', '__return_true' );
    ```

### How do I change the texts of the widget?

You can change it with a help of custom WP filter. Please add this code to your 
theme and change the texts to your liking:

    ```
    function pt_mcw_form_texts() {
        return array(
            'email'  => esc_html__( 'Your E-mail Address', 'pt-mcw' ),
            'submit' => esc_html__( 'Subscribe!', 'pt-mcw' ),
        );
    }
    add_filter( 'pt-mcw/form_texts', 'pt_mcw_form_texts' );
    ```

## 후기

![](https://secure.gravatar.com/avatar/b47b4137c36e6cf9ddf2f3855f46c7ac81de358a0d5b4e87b9942c16a9808a54?
s=60&d=retro&r=g)

### 󠀁[Finally a plugin which does one thing and does it well](https://wordpress.org/support/topic/finally-a-plugin-which-does-one-thing-and-does-it-well/)󠁿

 [Primoz Cigler](https://profiles.wordpress.org/cyman/) 2017년 7월 6일

There are tons of plugins with similar functionality, most of them will clutter 
your wp-admin with banners and upgrade notices or be very hard to use and configure.
Most probably both. This is a perfect example how the plugins should look like. 
Easy to use and without all the unnecessary clutter and gazillion of options. Great
work!

![](https://secure.gravatar.com/avatar/1bbe52fec761e8944571a819b07917fd27c342000c1f63c7193a8c90331b3602?
s=60&d=retro&r=g)

### 󠀁[The simpliest MailChimp plugin](https://wordpress.org/support/topic/the-simpliest-mailchimp-plugin/)󠁿

 [spaka](https://profiles.wordpress.org/spaka/) 2017년 7월 6일 답글 1개

This plugin is exactly what I need. Nothing less nothing more! PERFECT!

 [ 모든 2 평가 읽기 ](https://wordpress.org/support/plugin/proteusthemes-mailchimp-widget/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ ProteusThemes ](https://profiles.wordpress.org/proteusthemes/)
 *   [ Gregor Capuder ](https://profiles.wordpress.org/capuderg/)
 *   [ Primoz Cigler ](https://profiles.wordpress.org/cyman/)
 *   [ Prelc ](https://profiles.wordpress.org/prelc/)

“Mailchimp Widget by ProteusThemes”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서
[번역자](https://translate.wordpress.org/projects/wp-plugins/proteusthemes-mailchimp-widget/contributors)
님께 감사드립니다.

[자국어로 “Mailchimp Widget by ProteusThemes”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/proteusthemes-mailchimp-widget)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/proteusthemes-mailchimp-widget/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/proteusthemes-mailchimp-widget/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/proteusthemes-mailchimp-widget/)
을 [RSS](https://plugins.trac.wordpress.org/log/proteusthemes-mailchimp-widget/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.5

 * Make this plugin w.org translation compatible

#### 1.0.4

 * Fix typos

#### 1.0.2

#### 1.0.3

_Release Date – 25 September 2017_

 * Improve CSS code

#### 1.0.2

_Release Date – 10 August 2017_

 * Remove unneeded frontend HTML markup

#### 1.0.1

_Release Date – 21 July 2017_

 * Fix HTML validation errors

#### 1.0.0

_Release Date – 3 July 2017_

 * Initial release!

## 기초

 *  버전 **1.0.5**
 *  최근 업데이트: **6년 전**
 *  활성화된 설치 **1,000+**
 *  워드프레스 버전 ** 4.6 또는 그 이상 **
 *  다음까지 시험됨: **5.4.19**
 *  언어
 * [English (US)](https://wordpress.org/plugins/proteusthemes-mailchimp-widget/)
   및 [Slovenian](https://sl.wordpress.org/plugins/proteusthemes-mailchimp-widget/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/proteusthemes-mailchimp-widget)
 * 태그:
 * [email](https://ko.wordpress.org/plugins/tags/email/)[form](https://ko.wordpress.org/plugins/tags/form/)
   [mailchimp](https://ko.wordpress.org/plugins/tags/mailchimp/)[newsletter](https://ko.wordpress.org/plugins/tags/newsletter/)
   [widget](https://ko.wordpress.org/plugins/tags/widget/)
 *  [고급 보기](https://ko.wordpress.org/plugins/proteusthemes-mailchimp-widget/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  2/5-별점 후기     ](https://wordpress.org/support/plugin/proteusthemes-mailchimp-widget/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/proteusthemes-mailchimp-widget/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/proteusthemes-mailchimp-widget/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/proteusthemes-mailchimp-widget/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/proteusthemes-mailchimp-widget/reviews/?filter=1)

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/proteusthemes-mailchimp-widget/reviews/)

## 기여자

 *   [ ProteusThemes ](https://profiles.wordpress.org/proteusthemes/)
 *   [ Gregor Capuder ](https://profiles.wordpress.org/capuderg/)
 *   [ Primoz Cigler ](https://profiles.wordpress.org/cyman/)
 *   [ Prelc ](https://profiles.wordpress.org/prelc/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/proteusthemes-mailchimp-widget/)