Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Epicwin Plugin

Descrição

This plugin allows your blog visitors to subscribe to your blog via email and receive notifications whenever you create a new post. You can control everything from the WordPress admin.

Use the <?php get_epicwin_box(); ?> template tag to add a subscribe box anywhere on your WordPress site.

Please remember to rate if you like or dislike the plugin, your feedback keeps me motivated and always improving the plugin.

**** IMPORTANT *****

  1. Since version 1.2 the plugin has switched the mail system from mail() to sendmail. Please update your plugin immediately if you are using a version older than 1.2.

  2. Always remember to back up your data before upgrading the plugin as the re-installation of the plugin will wipe out all subscribers from the database.

  3. Back up your subscribers by using the export options and then use the generated file to import them after the upgrade has been finished.

Ecrãs

  • Here is a picture of the back-end of the plugin.

Instalação

  1. Upload the ‘epicwin-subscribers’ folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enjoy and remember to report bugs. 🙂

Perguntas frequentes

There are no Frequently Asked Questions. Please feel free to ask any questions at antonio@epicwindesigns.com

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“Epicwin Plugin” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

Registo de alterações

1.7 (Pending)

  • Pre-built html templates to choose from so emails don’t look so plain.
  • Ajax integration.

1.6 (Pending)

  • Adding the ability to send emails based on a certain categories, tags, taxonomy, and custom post type.
  • Adding the ability to send emails immediatelly after creating a post or sending emails for individual posts manually.

1.5

  • Added the ability to add your own From header for emails being sent out.

1.4

  • Removed the SwiftMaler library and used wp_mail as the default function for sending emails, since alot of people were getting error messages related to Swift Mailer.

1.3

  • Fix a bug that would send an email notification even when updating a post. Now emails are sent only when new posts are added. More Updates will come shorlty.

1.2

  • The plugin now uses the Swiftmailer library to send emails. This is a major improvement from the last version since the last one was using the mail function mulitple times to send emails.
  • Swiftmailer uses sendmail to send email so if your server does not support sendmail this plugin will not send emails when a new post is created.
  • Created a section for email settings so now admins can change the subject and message fields on the email.
  • Fixed a few gramatical errors as well as a few HTML syntax errors.

1.1

  • Changed the code structure so it is more readable and allow for internationalization.
  • Created a template tag so that it is possible to add the subscribe box anywhere in wordpress.
  • This version fixes core functions that weren’t working due to different settings between production and testing environments.