[WordPress] 外掛分享: EELV Newsletter

首頁外掛目錄 › EELV Newsletter
WordPress 外掛 EELV Newsletter 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
40+
安裝啟用
★★★☆☆
3.7/5 分(3 則評價)
1441 天前
最後更新
問題解決
WordPress 5.1+ v4.8.2 上架:2012-10-21

內容簡介

在前台添加註冊表單,在後台添加通訊錄管理:

管理外觀樣式
地址簿
存檔
回覆

自由管理內容

一鍵添加最新文章或頁面預覽的捷徑
插件可以在通訊錄中使用短代碼

訂閱/取消訂閱表單

在內容中建立新頁面,並放置短代碼[eelv_news_form]。
進入 WordPress 管理員的配置頁面,以管理發件人的預設值並填寫取消訂閱頁面
(包含短代碼[eelv_news_form]以允許訪客訂閱/取消訂閱您的通訊錄)
可用的屬性:

group=1(數字,定義要在哪個地址簿群組註冊電子郵件地址)
subscribe=1(布林值)
unsubscribe=1(布林值)
archives=1(布林值,顯示或不顯示存檔鏈接)
archives_title=”最新通訊錄”(字符串)
title=”您的電子郵件:”(字符串)
placeholder=”您的電子郵件:”(字符串)
button_label=”確定”(字符串)

回覆功能

在內容中建立新頁面,並放置短代碼[nl_reply_form]。
進入 WordPress 管理員的配置頁面,以管理發件人的預設值並填寫回覆頁面
(包含短代碼[nl_reply_form]以允許訪客回覆您的通訊錄)
通過添加短代碼[nl_reply_link]來在您的通訊錄中添加回覆鏈接,您可以添加任意的鏈接。
回覆鏈接的屬性為rep=” 答案代碼” val=”鏈接文本’。例如:

您喜歡這個插件嗎?

[nl_reply_link val="是的" rep="yes"]

[nl_reply_link val="不是" rep="no"]

[nl_reply_link val="你能重複問題嗎?" rep="misunderstand"]

鏈接將自動以收件人的電子郵件地址創建。如果鏈接失效或數據不足,會顯示一個表單來補充它。

閱讀跟踪

查看您的通訊錄是否被讀取
清理您的地址簿

使用樣式

您可以創建樣式或使用默認樣式。
默認樣式會自動在您的通訊錄中加載最新的三篇文章。

發送提醒

網絡管理員也可以設置一個電子郵件,以接收服務器發送的每封通訊錄,以防止垃圾郵件使用或支持用戶

外部地址簿與鉤子

使用這些鉤子使用任何外部地址簿

使用以下代碼來挂鉤並添加您的收件人選擇器:

<?php
add_action('eelv_newsletter_select_recipients','my_recipients_select_function');
function my_recipients_select_function(){
echo' My recipients’;
}
?>

使用以下代碼解析查詢並正確添加電子郵件到佇列中:

也有用的:add_action('eelv_newsletter_addressbook_list')

WP CLI 支持

通過 wp-cli 可以發送到大量收件人列表

wp newsletter send

在多站點使用時,必須使用 -url 參數。

要避免任何衝突,請設置 “send by”

外掛標籤

開發者團隊

⬇ 下載最新版 (v4.8.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「EELV Newsletter」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Add a registration form on FrontOffice, a newsletter manager on BackOffice :

manage skins
address book
archives
answers

Freely manage content

shortcuts to add last posts or pages preview
the plugin allows to use shortcodes into the newsletters

Subscribe / unsubscribe form

Create a new page and put the shortcode [eelv_news_form] in the content.
Go to the configuration page on the wordpress admin to manage defaults values for expeditor and fill the unsuscribe page
(the page wich contains the shortcode [eelv_news_form] to allow visitors to suscribe/unsuscribe your newsletter)
available attributes :

group=1 (Numeric, define in wich address book group to register e-mail addresses)
subscribe=1 (Boolean)
unsubscribe=1 (Boolean)
archives=1 (Boolean, displays or not the archives link)
archives_title=”Last newsletters” (String)
title=”Your email:” (String)
placeholder=”Your email:” (String)
button_label=”ok” (String)

Answer functionnality

Create a new page and put the shortcode [nl_reply_form] in the content.
Go to the configuration page on the wordpress admin to manage defaults values for expeditor and fill the answer page
(the page wich contains the shortcode [nl_reply_form] to allow visitors to answer your newsletter)
add answer links in your newsletters by adding the shortcode [nl_reply_link], you can add as many links as you want.
Attributes your anwser links are rep=”the_answer_code” val=”the link’s text”
example:

Do you like this plugin ?

[nl_reply_link val="Yes I do" rep="yes"]
[nl_reply_link val="Not at all" rep="no"]
[nl_reply_link val="Can you repeat the question ?" rep="misunderstand"]

Links will be automaticly created with the e-mail address of the recipient. If the link is broken, with not enougth datas, a form will be displayed to complete it.
Reading tracking

Check if your newsletters are readen or not
Clean your address book

Use skins

You can create skins or use the default skin.
The default skin automaticly load the 3 latest posts into your newsletter.

Sending alert

Network admins can also setup an email to receive each newsletter sent by the server, for preventing spam usage or support users

External address books with hooks
Use theses hooks to use any external address book
To hook into the pre-sending form and and add your recipients selector, use :

To parse the query and correctly add emails to the queue, use :

Also usefull: add_action('eelv_newsletter_addressbook_list')
WP CLI Support
Sending to huge list of recipients can be done over wp-cli.
wp newsletter send

In a multisite use, –url parameter is mandatory.
To avoid any conflict, set “send by” to “WP-CLI” in your configuration page.’,
Languages
Français

fr_FR : 100%

English

en : 100%

延伸相關外掛

文章
Filter
Apply Filters
Mastodon