Linux 软件免费装

Simple Newsletter Plugin

开发者 Yulianto (Ian)
更新时间 2009年4月6日 23:50
捐献地址: 去捐款
PHP版本: 2.6.0 及以上
WordPress版本: 2.6.5

标签

plugin wordpress email mail admin email marketing newsletter plugin opt-in Newsletter

下载

详情介绍:

This plugin is a simple newsletter plugin. It can show opt-in form, save opt-in email and name, and send emails to your opt-in list. It also have import and export email data ability. You can comment and ask about the plugin here. For latest update please download here. Update December 11, 2008 -Can filter data by Opted-in user, not opted-in user, and removed user -Paging system for opted-in data

安装:

  1. Upload the plugin files to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Update setting.php with your database settings. You can find the settings in 'wp-config.php' in your www directory.
  4. Place <?php wpnewsletter_opt_in(); ?> in your templates.
  5. If you want to add show pop up opt-in form, place <?php wpnewsletter_show_optin_div(); ?> in your templates. Put <?php ob_start(); ?> on the first line of your header.php theme file.