Linux 软件免费装

Newsletter subscription optin module

开发者 nonletter
更新时间 2021年9月14日 00:53
捐献地址: 去捐款
PHP版本: 2.9.0 及以上
WordPress版本: 5.8.1
版权: GPLv2 or later
版权网址: 版权信息

标签

widget sidebar email newsletter management bulk email

下载

详情介绍:

This plugin enables you to create simple forms for subscription to your newsletter. It includes a sidebar widget with customizable fields (up to 16) to gather from your users all the information you need for your email marketing campaigns. Users can also use the form to unsubscribe. From the options pages you can: Related features (Un)subscription requests can be directly processed by SendBlaster bulk email software : Plugin Features Plugin Options

安装:

This section describes how to install the plugin and get it working.
  1. Unzip the downloaded archive
  2. Upload the script wpsb-opt-in.php to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' screen in WordPress
  4. Use the Settings->Plugin Name screen to configure the plugin
  5. Go to Wp SendBlaster Opt-in and set the email address that you intend to use for managing subscriptions. This should be the same address you have provided in your bulk email software Manage subscriptions configuration
  6. In the Appearance->Widgets menu, drag to your sidebar the newly added plugin

常见问题:

I am unable to delete the temporary opted in users. I get this message: Cannot load wpsb-opt-in.php

The wpsb-opt-in.php file must be in the /wp-content/plugins/ folder and not in a subdirectory.

Is it possible to show the form in the body of a page rather than on the sidebar?

Yes: to have the newsletter widget inside a post you must enable PHP execution inside posts. This can be done, for instance, by installing the PHP Everywhere plugin: https://wordpress.org/plugins/php-everywhere/ then write this code in your post: <?php wpsb_opt_in(); ?>