Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

MailChimp Newsletter Widget

Descriere

I wrote this plug-in mostly as an attempt to learn more about creating WordPress Plug-ins, but I think it is potentially useful for certain folks and so I am releasing it as an open-source, unsupported piece of software. I hope you enjoy it.

The goal of the plug-in is to help a WordPress Site Administrator integrate a MailChimp mailing list into the WordPress site. Once the plug-in is installed, you must provide a MailChimp.com APIKey, then select a list to enroll your visitors to.

The default widget is practical, but not very pretty. Basically, it includes a typical widget layout containing three input fields, one hidden field to track the page URL, and a submit button. The HTML for the widget can be customized to fit your site and WordPress theme. If you choose to do this, please don’t try to change the input fields’ NAME or ID attributes. It won’t work if you change these.

Instalare

Like any other WordPress plugin, there are a few different ways to install the files. The easiest way for will be to upload the files directly to the server.

  1. Download the Plug-In if and save it to your computer. The plug-in can be found at https://wordpress.org/extend/plugins/mailchimp-newsletter-widget/
  2. Unzip the plugin package. You will find documentation and two PHP files. The WPMC.php and MCAPI.class.php must both be placed on your server.
  3. Using FileZilla or your favorite FTP/SFTP client, place these files in your wordpress directory at /wp-content/plugins/.
  4. Now navigate to your WordPress installation and to the Plugins panel.
  5. Click the Activate link to have WordPress utilize the plugin. WordPress will confirm the the plugin was activated and you will see a new menu item in the dashboard entitled MailChimp.
  6. See the included PDF or ODT File for configuration insturctions.

Recenzii

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„MailChimp Newsletter Widget” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

Istoric modificări

1.0

  • Initial Release