MailChimpの購読者数を表示したいですか?最近、あるユーザーからWordPressでMailChimpの購読者数を表示する方法を尋ねられました。ソーシャルプルーフを表示することで、他のユーザーにニュースレターへの参加を促すことができます。この投稿では、WordPressでMailChimpの購読者数を表示する方法を紹介します。
MailChimpは最も初心者向けのメールマーケティングサービスプロバイダーの一つです。まだMailChimpをご利用でない方は、WordPressでMailChimpを利用するガイドをご覧ください。
今回は、MailChimpの購読者数を表示する2つの異なる方法をご紹介します。最初の方法は簡単で、WordPressプラグインをインストールする必要があります。2つ目の方法はより高度で、異なるソースファイルに基づいてプラグインを作成する必要があります。コードスニペットを編集するのが苦手な方は、最初の方法をお勧めします。
方法1: Mailchimp購読者プラグインを使用する。
まず最初に、MailChimpSubscriber Chiclet プラグインをインストールして有効化します。有効化したら、設定 ” MailChimp Subscriber Chicletにアクセスしてプラグインを設定します。
最初にMailChimp APIキーを入力する必要があります。まだ作成されていない場合は、ダッシュボードにログインして取得してください。
APIキーを入力したら、変更を保存ボタンをクリックしてください。プラグインがMailChimpアカウントからメールリストを読み込みます。メールリストを選択し、プラグインの設定を行います。
設定が完了したら、プラグイン下部からショートコードをコピーし、購読者数を表示したい投稿、ページ、テキストウィジェットに追加してください。
方法2: MailChimp APIを使用して購読者数を取得する
プラグインを使用する方法では、Powered by MailChimpのロゴが表示された購読者数を取得することができます。多くのユーザーは、自分のメール登録フォームで使用できるように、数を取得したいだけでしょう。
この方法ではプラグインを作成します。このプラグインはMailChimpのAPIを使って購読者数を取得します。ショートコードを使って、購読者数を好きな場所に表示できるようになります。
ステップ1:まず最初に、デスクトップにフォルダーを作成し、mc-subscriber-countという名前を付けます。
ステップ2:フォルダー内に新規ファイルを作成し、mc-subscriber-count.phpと名付け、このコードを貼り付けます。
重要:Your_MailChimp_API_Key を実際の Mailchimp API Key に置き換えるのを忘れないでください。
[cbk1]
ステップ3:mc-subscriber-countフォルダーの中に別のフォルダーを作成し、名前をlogsとします。logsフォルダーの中に、メモ帳のようなプレーンテキストエディターを使って2つの空のファイルを作成します。ファイル名をlastrun.logとし、もう1つをsubcount.logとする。
ステップ 4:MailChimpリポジトリから、MailChimp PHP Wrapperのソースコードをダウンロードします。ダウンロードリンクは、右側の列の一番下にあります。
ダウンロード後、zipファイルを解凍してください。解凍したフォルダーの中に、Mailchimp.phpファイルとMailchimpフォルダーを含むフォルダーsrcがあります。
ステップ5:Mailchimp.phpファイルとMailchimpフォルダをプラグインフォルダにコピー&ペーストします。
ステップ6: FTPクライアントを使用して、サイトの/wp-content/plugins/フォルダにmc-subscriber-countフォルダをアップロードします。
ステップ7: WordPress 管理エリアのプラグインページにアクセスし、MailChimp Subscriber Count プラグインを有効化します。
ステップ8: ショートコード[mc-subscribers]
を使用して、WordPress の投稿、ページ、テキストウィジェットに MailChimp の購読者数を表示します。
この投稿があなたのWordPressサイトにMailChimp購読者数をテキストで表示するのにお役に立てば幸いです。
この投稿が気に入った場合は、WordPressの動画チュートリアルをYouTubeチャンネルに登録してください。Twitterや Facebookでもご覧いただけます。
Arnaud
Hi,
The plugin method 2 don’t work.
WPBeginner Support
Thank you for letting us know the methods are not working for you, we’ll certainly take a look.
管理者
Albert
Is it possible to show a member count of a group? What I tried didn’t work.
Bernd
Method 1: plugin is outdated.
Method 2: causes a “fatal error” on activating the plugin
Any suggestions? Thx.
Josh
Seriously, as above. Keep getting fatal errors. And it seems like nobody is bothering to reply here. Kind of unfortunate.
Benny
This does NOT work.
Don’t even bother following his methods.
Method #1 is outdated and not supported.
Method #2 you will be surrounded by
“Fatal error: Cannot redeclare class whatever on line whatever
Mel Reiff Hill
Thanks for the code, but the diy plugin seem to no longer work (I show 0 subscribers after following instrux…) Just thought it might be worth an update!
Dave
Thanks for the awesome tutorial. Can you kindly explain how to specify which list to count, in the case of having multiple mailchimp lists?
At the bottom of lists.php, I tried adding my list_id into the $filters array, as such:
public function getList($filters=array(‘list_id’ => ‘abc123’),…
(with abc123 corresponding to my actual list_id)
But this didn’t seem to work. Or should I expect a long delay time before it starts working?
Thanks,
Dave
Roman Rybalchenko
Same question as above.
Fabio
Hi,
is there a way to show the counter only with a php func without a shortcode?
Patricia Reszetylo
Can you do this for GetResponse ?
Chris
The plugin is horrible: using an image as background!
For those who like to use it AND get rid of the logo and the bad typo and bad styling, here is the CSS to get rid of it; put it in the custom.css of your theme:
.mailchimp-subscriber-chiclet-for-wordpress .mailchimp-subscriber-chiclet-for-wordpress-wrapper .mainButton {
background-color: #B09AAB;
background-image: none !important;
color: #FFFFFF;
font-family: inherit;
font-size: 14px;
height: 30px;
text-align: center;
width: auto;
padding-top: 3px;
}
With this it looks nice with my theme:
Kim
How do people subscribing this way get an email everytime your blog posts a new post?
WPBeginner Support
Please see our MailChimp guide for WordPress users. You can also learn more in our tutorial on how to create a daily or weekly email newsletter.
管理者
Alex
Hi,
cant you do something simialr using the optinmonster sidebar, but without a real time count?
Thanks.
Alex
WPBeginner Support
yes you can absolutely do this with OM sidebar
管理者