Linux 软件免费装
Banner图

Mail Subscribe List

开发者 webfwd
更新时间 2023年8月8日 10:23
PHP版本: 3.0 及以上
WordPress版本: 6.2
版权: GPLv2 or later
版权网址: 版权信息

标签

post widget posts plugin sidebar page email mail newsletter marketing pages admin constant contact mailchimp email marketing subscribers list subscriber subscribe mailing list mailinglist mail list campaignmonitor

下载

1.0 1.0.1 1.1 1.1.2 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.1 2.1.1 2.1.2 2.1.3 2.1.10 2.1.8 2.1.9 2.1.7 1.1.1 2.1.4 2.0.9 2.1.5 2.1.6

详情介绍:

Check out the latest WordPress deals for your site. This is a simple plugin that allows visitors to enter their name and email address on your website, the visitors details are then added to the subscribers list which is available to view and modify in the WordPress admin area. This plugin can be used not only for Mailing List subscriptions but can be used generally for collecting email address and/or peoples names that are visiting your website. The name/email form can not only be customised but can also be displayed on any WordPress page by using either the 'Subscribe Widget', WordPress shortcode [smlsubform] or from your WordPress theme by calling the php function. I developed this plugin as I could not find any plugin that simply allows users to submit their name and email address to a simple list viewable in the WordPress admin, all the plugins that I found had lots of extra features such as 3rd party integration, mass emailing and double opt-in, my clients do not need any of these features. Extra Options I have developed some customizable options that allow you to change the way the plugin is displayed. Below is an explanation of what each option does:- Extra Options - How to Use (Short Code Method) Short codes can be used simply putting the code into your wordpress page, here is an example of the shortcode in use. [smlsubform prepend="" showname=true nametxt="Name:" nameholder="Name..." emailtxt="Email:" emailholder="Email Address..." showsubmit=true submittxt="Submit" jsthanks=false thankyou="Thank you for subscribing to our mailing list"] Extra Options - How to Use (PHP Method) The PHP method can be used by putting the following PHP code into your WordPress theme, here is an example of php code for your template. $args = array( 'prepend' => '', 'showname' => true, 'nametxt' => 'Name:', 'nameholder' => 'Name...', 'emailtxt' => 'Email:', 'emailholder' => 'Email Address...', 'showsubmit' => true, 'submittxt' => 'Submit', 'jsthanks' => false, 'thankyou' => 'Thank you for subscribing to our mailing list' ); echo smlsubform($args);

安装:

We try our hardest to ensure that our plugins are secure and completely bug-free, by using this plugin you acknowledge and accept that we are not, and will not be held responsible for any damages, loss, costs or expenses arising from the use of our plugins.
  1. Upload mail-subscribe-list folder to the /wp-content/plugins/ directory
  2. 通过 WordPress 的“插件”菜单激活插件
  3. Either use the widget in your sidebar or place [smlsubform] in any of your pages or <?php echo smlsubform(); ?> in your template.
  4. It takes a lot of time and hard work to develop plugins, if you like my plugin then please find the time to rate it.

屏幕截图:

  • Example Widget in Use
  • Subscribe Widget

升级注意事项:

The current version of Mail Subscribe List requires WordPress 3.3 or higher. If you use older version of WordPress, you need to upgrade WordPress first.

常见问题:

Can this plugin be used to send emails when I publish a new post or page?

No, this plugin was designed to collect email addresses from visitors. This plugin does not send emails at all.

更新日志:

= 2.1.10 = 2.1.9 = 2.1.8 = 2.1.7 = 2.1.6 = 2.1.5 = 2.1.4 = 2.1.3 = 2.1.1 = 2.1 2.0.9 2.0.8 2.0.7 2.0.6 2.0.5 2.0.4 2.0.3 2.0.2 2.0.1 2.0 1.1.2 1.1.1 1.1 1.0.1 1.0