Linux 软件免费装

Benchmark Email Lite

开发者 seanconklin
randywsandberg
更新时间 2024年10月31日 01:27
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.7-RC2
版权: GPLv2 (or later)

标签

newsletter email marketing campaign sign up mailing list

下载

4.0 1.0.5 1.1 2.0.1 2.0.2 2.1 2.10 2.11 2.2 2.2.1 2.3 2.3.1 2.4 2.4.5 2.4.6 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 4.3 2.4.1 2.4.2 2.4.3 2.4.4 1.0.2 4.1 1.0 1.0.4 2.0 2.8 4.2 1.0.1 1.0.3 2.9

详情介绍:

[youtube https://www.youtube.com/watch?v=O-bawo9m-MM&feature=youtu.be]

安装:

Installing the plugin
  1. In your WordPress admin panel, go to Plugins > New Plugin, search for Benchmark Email Lite and click "Install now".
  2. Alternatively, download the plugin and upload the contents of benchmark-email-lite.zip to your plugins directory, which usually is /wp-content/plugins/.
  3. Activate the plugin.
Initial setup
  1. If you are creating a new Benchmark Email account, get a FREE account here.
  2. In your WordPress admin panel, go to Benchmark > Settings.
  3. Click "Connect to Benchmark".
  4. Enter your Benchmark Email username and click "OK".
  5. Enter your Benchmark Email password and click "OK".

屏幕截图:

  • This is the version 3.x Benchmark admin interface.
  • This is the Block Editor signup form panel.
  • This is the shortcodes admin panel.
  • This is the sidebar widget admin panel.
  • This is a sample signup form on a page sidebar with TwentyNinteen theme.
  • This is a sample pop-up signup form being used on a home page.

常见问题:

Q1: Where do I go for help with any issues?

Please call Benchmark Email at (800) 430-4095.

Q2: What is an RSS email campaign? How to use?

RSS campaigns send out a digest of blog posts on a schedule using your RSS feed URL. Further details can be found here: https://kb.benchmarkemail.com/how-do-i-create-an-rss-to-email-campaign/ Inside your WordPress Admin area, select Benchmark > Interface. Navigate to Emails > Create > RSS Email > Drag/Drop. Enter your WordPress URL, which is your website followed by /feed. You may wish to filter the posts by category or tag, for example: https://codedcommerce.com/category/marketing-tips/feed. You may also use category IDs and filter nagatively to exclude a comma-separated list of them, for example: https://codedcommerce.com/?cat=-52047&feed=rss2

Q3: Can I use Contact Form 7 (Gravity Forms, etc.) with this plugin?

Yes. The plugin does not directly use any form frameworks other than native Benchmark Email signup forms. As with most WordPress projects, you can bridge the two together with custom code. We've assembled an example based on Contact Form 7. Install the Code Snippets plugin, import the sample code file, edit the code snippet to change the list ID mappings within the code and tailor the form field names to match your form (or visa-versa), then enable the code snippet and test.

Q4: Can I programmatically filter the HTML email campaigns?

Yes. In v3.3 we've added new hooks you can use in your custom functions. The new hooks are:

  1. add_filter( 'wpbme_post_title', function( $value, $post ) { return $value; }, 10, 2 );
  2. add_filter( 'wpbme_post_content', function( $value, $post ) { return $value; }, 10, 2 );
  3. add_filter( 'wpbme_email_type', function( $value, $post ) { return $value; }, 10, 2 );
  4. add_filter( 'wpbme_email_html', function( $value, $post ) { return $value; }, 10, 2 );
These filter the blog post title, the content body, the email type and generated HTML body. The email type is DD for the drop-down email editor and can be changed to Custom when doing raw HTML.

更新日志:

4.3 on 2024-06-07 4.2 on 2024-03-15 4.1 on 2022-05-30 4.0 on 2022-05-12 3.4 on 2021-03-24 3.3 on 2020-08-14 3.2 on 2020-03-12 3.1 on 2020-02-06 3.0 on 2019-08-05 2.11 on 2019-01-06 2.10 on 2018-11-29 2.9 on 2018-10-29 2.8 on 2018-09-21 2.7 on 2018-03-01 2.6 on 2016-06-25 2.5 on 2015-04-13 2.4.6 on 2014-06-17 2.4.5 on 2014-01-04 2.4.4 on 2013-12-14 2.4.3 on 2012-12-05 2.4.2 on 2012-11-07 2.4.1 on 2012-10-17 2.4 on 2012-08-15 2.3.1 on 2012-07-18 2.3 on 2012-06-04 2.2.1 on 2012-03-28 2.2 on 2012-03-26 2.1 on 2012-03-12 2.0.2 on 2012-02-20 2.0.1 on 2012-02-13 2.0 on 2012-01-31 1.1 on 2011-12-07 1.0.5 on 2011-08-18 1.0.4 on 2011-06-20 1.0.3 on 2011-05-23 1.0.2 on 2011-05-18 1.0.1 on 2011-05-14 1.0 on 2011-05-12