Tento plugin nebol testovaný s najnovšími 3 hlavnými vydaniami WordPress. Už nemusí byť udržiavaný alebo podporovaný a môže mať problémy s kompatibilitou pri použití s novšími verziami WordPress.

Mailchimp Widget by ProteusThemes

Popis

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 of this plugin.

Obrázky

  • Widget settings
  • Widget frontend with basic design
  • Widget frontend with styled design

Inštalácia

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

Časté otázky

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' );

Recenzie

6. júla 2017
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!
Prečítať 2 recenzie

Prispievatelia a vývojári

“Mailchimp Widget by ProteusThemes” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.

Prispievatelia

„Mailchimp Widget by ProteusThemes“ bol preložený do 1 jazyka. Ďakujeme prekladateľom za ich príspevky.

Preložiť „Mailchimp Widget by ProteusThemes“ do vašho jazyka.

Máte záujem o vývoj?

Prehľadávajte zdrojový kód, preskúmajte SVN repozitár, alebo sa prihláste na odber vývojárskeho logu cez RSS.

Zoznam zmien

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!