Przejdź do treści
WordPress.org

Polska

  • Motywy
  • Wtyczki
  • Aktualności
  • Wsparcie
  • Informacje
  • Zlecenia
  • Pomóż w tłumaczeniu
  • Kontakt
  • Pobierz WordPressa
Pobierz WordPressa
WordPress.org

Plugin Directory

MC4WP: Mailchimp Top Bar – Email Subscribe Notification Bar

  • Prześlij wtyczkę
  • Moje ulubione
  • Zaloguj się
  • Prześlij wtyczkę
  • Moje ulubione
  • Zaloguj się

MC4WP: Mailchimp Top Bar – Email Subscribe Notification Bar

Autor: Danny van Kooten
Pobierz
  • Szczegóły
  • Recenzje
  • Instalacja
  • Rozwój
Wsparcie

Opis

Grow your Mailchimp audience with a customizable email signup bar at the top or bottom of your WordPress site. The bar stays visible while visitors browse, helping your call to action get noticed without blocking your content.

Mailchimp Top Bar is an add-on for MC4WP: Mailchimp for WordPress. It connects the bar to the Mailchimp audience of your choice.

Features

  • Capture more subscribers: Keep your email signup call to action visible while visitors browse.
  • Match your brand: Customize the bar text, button text, and colors from the plugin settings.
  • Choose its position: Display the subscribe bar at the top or bottom of the screen.
  • Let visitors dismiss it: Visitors can hide the bar when they are not interested.
  • Keep pages fast: The front-end JavaScript is under 2 kB when compressed.

About the Plugin Author

Danny van Kooten has been building WordPress plugins since 2010, starting with WordPress 3.0.

He is the founder of ibericode, the small software company behind popular WordPress plugins including Mailchimp for WordPress, Boxzilla Pop-ups and Koko Analytics.

Zrzuty ekranu

A Mailchimp email signup bar displayed at the top of a WordPress site.
A Mailchimp email signup bar displayed at the top of a WordPress site.
A Mailchimp subscribe bar displayed at the bottom of a WordPress site.
A Mailchimp subscribe bar displayed at the bottom of a WordPress site.
The collapsed email signup bar, which visitors can reopen using the arrow button.
The collapsed email signup bar, which visitors can reopen using the arrow button.
The bar settings for choosing a Mailchimp audience and customizing the signup text, email placeholder, and button label.
The bar settings for choosing a Mailchimp audience and customizing the signup text, email placeholder, and button label.
The appearance settings for changing the notification bar position, size, colors, and sticky behavior.
The appearance settings for changing the notification bar position, size, colors, and sticky behavior.
The message settings for customizing signup responses and redirecting subscribers after a successful signup.
The message settings for customizing signup responses and redirecting subscribers after a successful signup.

Instalacja

Mailchimp Top Bar requires the MC4WP: Mailchimp for WordPress plugin.

Automatic installation

  1. In your WordPress dashboard, go to Plugins > Add New.
  2. Search for Mailchimp Top Bar.
  3. Click Install Now, then activate the plugin.
  4. Go to Mailchimp for WP > Mailchimp Settings and enter your Mailchimp API key.
  5. Go to Mailchimp for WP > Top Bar and select a Mailchimp audience.
  6. Customize the text, colors, and position as needed.

Manual installation

  1. Download the plugin ZIP file.
  2. Go to Plugins > Add New > Upload Plugin.
  3. Upload the ZIP file, install it, and activate the plugin.
  4. Configure the API key and audience under Mailchimp for WP.

Najczęściej zadawane pytania

Can I show the Mailchimp top bar on specific pages only?

Yes. Use the mctb_show_bar filter to control where the bar appears. This example shows it on blog posts only:

add_filter( 'mctb_show_bar', function( $show ) {
    return is_single();
} );

This example shows it only on the contact page:

add_filter( 'mctb_show_bar', function( $show ) {
    return is_page( 'contact' );
} );

See the WordPress Conditional Tags documentation for other conditions.

Can I capture names in the notification bar?

Yes. Add a name field and pass its value to the selected Mailchimp audience:

add_action( 'mctb_before_submit_button', function() {
    echo '<input type="text" name="NAME" placeholder="Your name" />';
} );

add_filter( 'mctb_subscriber_data', function( $subscriber ) {
    if ( ! empty( $_POST['NAME'] ) ) {
        $subscriber->merge_fields['NAME'] = sanitize_text_field( $_POST['NAME'] );
    }

    return $subscriber;
} );

See adding a name field to Mailchimp Top Bar for more details.

How can I hide the email signup bar on mobile devices?

Add this CSS to hide the bar on screens narrower than 600 pixels:

@media ( max-width: 600px ) {
    &#35;mailchimp-top-bar {
        display: none !important;
    }
}

Does Mailchimp Top Bar affect site performance?

The plugin keeps its front-end footprint small. Its JavaScript is under 2 kB when compressed, and the stylesheet loads without blocking page rendering.

Where can I get support?

Open a topic in the WordPress.org support forum.

Recenzje

Terrible

labtecdxmp 2021-10-20
The Support staff are not interested in helping you, just marking their Topics as ‘Resolved’. You need to Hire a WordPress Developer if you want to get the full functionality from the ‘add-on’. I’ve spent 4 days wasting my time on this plugin and will never ever install this rubbish again. I’d give it 0/10 if i could.

missing GDPR support

mykilos 2020-06-22
This useful topbar does need to be updated to allow a required checkbox otherwise it’s no longer useful/legal to use on any website within the EU or any website collecting data from EU citizens.

doesn’t work

leclerc-web 2018-04-21 1 odpowiedź
the plugin is displayed in „plugins” but no menu, no settings, completely useless … it is useless!

Perfect

miggy91 2018-02-20
Works exactly as described with great support!

Great !

kikinovak 2018-02-19 4 odpowiedzi
Hi, I just installed MailChimp Top Bar on my website (where it became a Bottom Bar), and it works just great. Setup is hassle-free, and it looks great without being too aggressive. https://www.microlinux.fr Cheers, Niki

Works great..

gbyounis 2018-02-17
You can customize the colors and the appearance.
Przeczytaj 30 recenzji

Kontrybutorzy i deweloperzy

„MC4WP: Mailchimp Top Bar – Email Subscribe Notification Bar” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani
  • Danny van Kooten
  • ibericode
  • Harish Chouhan
  • Lap

Wtyczka „MC4WP: Mailchimp Top Bar – Email Subscribe Notification Bar” została przetłumaczona na 1 język. Podziękuj tłumaczom za ich wkład.

Przetłumacz wtyczkę “MC4WP: Mailchimp Top Bar – Email Subscribe Notification Bar” na swój język.

Interesuje cię rozwój wtyczki?

Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.

Rejestr zmian

1.7.6

  • Improved email address validation.
  • Address warnings reported by WordPress Coding Standards.

1.7.5

  • Allow WP Core to handle dependency on core Mailchimp for WordPress plugin.
  • Minor defensive coding improvements.

1.7.4

  • Bump required WordPress version to 7.4 or higher.
  • Modernize code base by using latest PHP features and removing legacy compatibility code.

1.7.3

  • Minor performance or memory usage related improvements.
  • Compatibility check with latest WordPress version.

1.7.1

  • Update dependencies and WordPress compatibility.
  • Decrease timestamp check to one second ago.

View the full changelog on GitHub

Meta

  • Wersja 1.7.6
  • Ostatnia aktualizacja 3 tygodnie temu
  • Włączone instalacje 7 000+
  • Wersja WordPressa 4.9 lub nowszej
  • Testowano do 7.0.1
  • Wersja PHP 7.4 lub nowszej
  • Języki

    Dutch i English (US).

    Przetłumacz na swój język

  • Tagi
    email signupmailchimpnotification barSubscribe Bartop bar
  • Widok zaawansowany

Oceny

4.6 na 5 gwiazdek.
  • 27 recenzji 5-gwiazdkowych 5 gwiazdek 27
  • 0 recenzji 4-gwiazdkowych 4 gwiazdki 0
  • 0 recenzji 3-gwiazdkowych 3 gwiazdki 0
  • 1 recenzja 2-gwiazdkowa 2 gwiazdki 1
  • 2 recenzje 1-gwiazdkowe 1 gwiazdka 2

Your review

Zobacz wszystkierecenzje.

Zaangażowani

  • Danny van Kooten
  • ibericode
  • Harish Chouhan
  • Lap

Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

Zobacz forum wsparcia

Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

Wspomóż wtyczkę

  • O nas
  • Aktualności
  • Hosting
  • Prywatność
  • Prezentacja
  • Motywy
  • Wtyczki
  • Wzorce
  • Nauka
  • Pomoc techniczna
  • Programiści
  • WordPress.tv ↗
  • Zaangażuj się
  • Wydarzenia
  • Przekaż darowiznę ↗
  • Piątka dla Przyszłości
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Polska

  • Odwiedź nasze konto X (dawniej Twitter)
  • Odwiedź nasze konto Bluesky
  • Odwiedź nasze konto na Mastodoncie
  • Odwiedź naszego Threadsa
  • Odwiedź naszego Facebooka
  • Odwiedź nasze konto na Instagramie
  • Odwiedź nasze konto na LinkedIn
  • Odwiedź naszego TikToka
  • Odwiedź nasz kanał YouTube
  • Odwiedź naszego Tumblra
Kod to poezja.
The WordPress® trademark is the intellectual property of the WordPress Foundation.