內容簡介
一個問答或「聊天」功能,允許訪問網站的用戶提交問題。然後,這些問題可以由管理員審核,然後顯示給受邀的嘉賓進行回答。
每個博客的 Q&A 會話是獨立創建的,這意味著網絡中的多個博客可以各自擁有多個同時進行的會話。會話通過短代碼插入到頁面中:[sd_qa session_id="1"]
每個會話都有自己的嘉賓和顯示模板。顯示模板包含 CSS 信息、顯示模板和邀請郵件文字。包含的 CSS 是 jQuery UI 的 Cupertino 主題,但可以通過下載其他主題並編輯顯示模板中的 CSS 文件位置來輕鬆替換。
會話完成後,將創建一個永久的聊天/會話日誌,並顯示給今後的訪客。通過插件將短代碼替換為日誌,可以使日誌轉換為靜態 HTML 存在於帖子中。訪問短代碼頁面並按照說明進行操作即可。
可用語言:
英語
瑞典語
嘉賓
在管理員標記會話為活動狀態後,管理員可以使用短代碼邀請嘉賓。
嘉賓將收到一封包含鏈接到帖子的邀請函。嘉賓到達後將需要使用電子郵件地址進行“登錄”,然後未回答的問題將開始出現。
垃圾郵件保護
如果會話選擇進行審核,則所有問題都會首先通過篩選器發送。管理員可以為每個會話添加篩選器。目前,篩選器可以自動丟棄特定 IP 的問題。
篩選問題後,問題僅對審核人員可見,他們可以在接受問題之前編輯該問題。
優化
自從 1.2 版本以來,消息是靜態存儲的,這意味著客戶端的較少 AJAX 請求,從而減少了服務器的負載。
快速指南
要快速開始 Q&A 會話,請按照以下步驟進行:
創建會話
編輯會話
注意會話的短代碼
激活會話
回到會話概述,管理會話的嘉賓
添加至少一個嘉賓
在帖子中粘貼短代碼
訪問帖子
在審核人員選項卡中邀請嘉賓
回到概述,管制會話
完成後,再次編輯會話
最後使用關閉按鈕
再次訪問帖子,並將日誌轉換為靜態 HTML。之後就可以刪除會話了。
外掛標籤
開發者團隊
原文外掛簡介
A question & answer or “chat” that allows site visitors to send in questions. The questions can then moderated by the admin(s) and then shown to invited guests to answer.
Q&A sessions are created per blog meaning that multiple blogs in the network can each have multiple simultaneous sessions. Sessions are inserted into pages by the shortcode: [sd_qa session_id="1"]
Each session has its own guests and its own display template. The display template contains the css information, display template and invitation email text. The CSS included is jQuery UI’s Cupertino theme, but can be easily replaced by downloading another and editing the CSS file locations in the display tempalte.
After a session is complete a permanent log of the chat / session will be created and shown to future visitors. The log can be converted to static html within the post by having the plugin replace the shortcode with the log. Visit the shortcoded page and follow the instructions.
Available in:
English
Swedish
Guests
After a session is marked as active by an admin, guests can be invited by the admin using the shortcode.
The guest will recieve an invitation with a link to the post. After arriving the guest will have to “log in” with their email address after which unanswered questions will start appearing.
Spam protection
If moderation is selected for the session, all questions are first sent through a filter. The filter can be added to per session by the admin. Currently the filter can be set to automatically discard questions from specific IPs.
After the questions are filtered they are visible only to the moderator who can then edit the question before accepting it.
Optimization
As of version 1.2 the messages are stored statically, which means far few AJAX requests from clients thereby reducing the load on the server.
Quick guide
To quickly start a Q&A session, follow these steps:
Create a session
Edit the session
Note the sessions shortcode
Activate the session
Back in the session overview, manage the session’s guests
Add at least one guest
Paste the shortcode in a post
Visit the post
In the moderator tab, invite the guest(s)
Back in the overview, moderate the session
When you’re done, edit the session again
And finally use the close button
Visit the post again and convert the log to static html. After that the session can be deleted.
