前言介紹
- 這款 WordPress 外掛「Ask Me Anything (Anonymously)」是 2016-04-19 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 300 個安裝啟用數。
- 上一次更新是 2024-12-09,距離現在已有 146 天。
- 外掛最低要求 WordPress 2.7 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.5 以上。
- 有 4 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
ama | qanda | ask me anything | Question and Answer | tumblr style questions |
內容簡介
Ask Me Anything (AMA) 外掛可讓您在網站上加入一個表單,讓使用者匿名向您提問。
AMA 外掛使用短代碼 [askmeanythingpeople] 添加表單,並將問題和答案整齊地列出。共有 20 個屬性可供使用,並在描述末尾列出幾個範例配置。
包含的短代碼產生器可讓您輕鬆配置和自定義短代碼。您可以在 WordPress 管理員 > 設定 > Ask Me Anything 中找到它 (請參閱屏幕截圖頁面)。要創建 AMA 頁面,只需安裝外掛,然後從產生器中複製短代碼到頁面或文章中。
實際範例 [注意:此處發布的問題和測試尚未回答,請使用支援論壇進行提問。]
AMA 會將問題保存為 WordPress 評論。因此,在頁面或文章中必須啟用評論。您可以通過在短代碼的 post_or_page_id 屬性中使用頁面或文章的 ID 在文本小工具上使用短代碼。詳細信息請參考安裝說明頁面。
您可以在 WordPress 管理員 > 評論中找到來自用戶的問題以及您的 WordPress 評論。您可以在這裡回答問題。根據您在「討論設置」中的設置,新問題將進行審核 (如果勾選了「有先前批准的評論作者」),並且您將收到電子郵件通知 (如果勾選了「任何人發布評論」或「評論保持審核」)。
主要功能:
問題和答案是 WordPress 評論。不創建新的數據庫表。
使用 20 個短碼屬性進行完全自定義。
在 WordPress 管理員 > 設定 > Ask Me Anything 中提供簡單易用的短碼生成器。
與大多數主題兼容,因為它主要使用 WordPress 默認樣式。
使用正確的 CSS ID 和類來輕鬆定義樣式。
使用內置的 CSS 包裝框輕鬆設計 AMA 頁面。在 WordPress 管理員 > 設定 > Ask Me Anything >「自訂 CSS」選項卡中找到它。
自定義 CSS 可以被最小化並僅在 AMA 頁面上加載。
通過測試問題進行簡單有效的垃圾郵件/機器人檢查。測試問題可以進行自定義。
多站點兼容。
可翻譯。
Ask Me Anything 的使用方法
要建立 AMA 頁面,請將短碼添加到 WordPress 頁面或文章中。
默認用法:
[askmeanythingpeople]
在側邊欄上列出 5 個最新問題和答案:
[askmeanythingpeople post_or_page_id="123" questions_per_page="5" show_question_box="false" show_navigation="false"]
注意:這假設 123 是專門的 Ask Me Anything 頁面或文章 ID。
詳細信息請參考「安裝」頁面。
完整屬性列表及其默認值
以下是所有可用屬性及其默認值。
post_or_page_id="0"
latest_first="true"
anonymous_name="Someone"
success_text="Your question is saved and will appear when it is answered."
question_box_title="Your Question"
placeholder="In the spirit of keeping it anonymous please do not leave any personal information."
test_question="What is 7+5?"
test_answer="12"
test_placeholder="Enter your answer."
ask_button_text="Ask Anonymously"
answer_list_title="Answers So Far.."
no_answers_text="Be the first to ask!"
questions_per_page="10"
avatar="monsterid"
avatar_size="96"
原文外掛簡介
The Ask Me Anything (AMA) plugin lets you add a form on your website where users can ask you questions anonymously.
The AMA plugin uses the shortcode [askmeanythingpeople] to add the form. It also lists the questions and answers neatly. There are 20 attributes and few example configurations are listed towards the end of this description.
The included shortcode generator lets you easily configure and customize the shortcode. You will find it in WordPress Admin > Settings > Ask Me Anything (see screenshots page). All you have to do to create the AMA page, is to install the plugin, and copy the shortcode from the generator into a page or post.
Live Example [NOTE: Questions and tests posted here are unanswered and deleted. Please use the support forum for questions.]
AMA saves questions as WordPress comments. So comments have to be enabled on the page or post. You can use the shortcode on a text widget by using the page ID of the page or post in the post_or_page_id attribute of the shortcode. Please refer to the Installation page for more details.
Questions from users can be found along with your WordPress comments in WordPress Admin > Comments. You can reply to them here. Depending on your settings in Settings > Discussion, new questions will be held for moderation (if ‘Comment author must have a previously approved comment’ is checked) and you will be notified via email (if ‘Anyone posts a comment’ or ‘A comment is held for moderation’ is checked).
Main Features:
Questions and answers are WordPress comments. New database tables are not created.
Fully customizable using 20 shortcode attributes.
Easy to use shortcode generator in Settings > Ask Me Anything.
Compatible with most themes out of the box since it mostly uses WordPress default styles.
Proper CSS ID’s and classes to easily style if necessary.
Easily style your AMA page with built-in CSS box. Find it in Settings > Ask Me Anything > ‘Custom CSS’ tab.
Custom CSS can be minified and is loaded only on AMA pages.
Simple and effective spam/bot check via a test question. Test question can be customized.
Multisite compatible.
Translation ready.
How To Use Ask Me Anything
To create an AMA page, add the shortcode into a WordPress Page or Post.
Default usage:
[askmeanythingpeople]
List the 5 most recent questions and answers on the sidebar:
[askmeanythingpeople post_or_page_id="123" questions_per_page="5" show_question_box="false" show_navigation="false"]
Note: This assumes that 123 is the page or post id that is the dedicated Ask Me Anything page.
Refer the ‘Installation’ page for more details.`
Complete Attribute List With Default Values
Here are all the available attributes and their default values.
post_or_page_id="0"
latest_first="true"
anonymous_name="Someone"
success_text="Your question is saved and will appear when it is answered."
question_box_title="Your Question"
placeholder="In the spirit of keeping it anonymous please do not leave any personal information."
test_question="What is 7+5?"
test_answer="12"
test_placeholder="Enter your answer."
ask_button_text="Ask Anonymously"
answer_list_title="Answers So Far.."
no_answers_text="Be the first to ask!"
questions_per_page="10"
avatar="monsterid"
avatar_size="96"
show_question_box="true"
show_answers="true"
show_navigation="true"
show_test_question="true"
show_do_action="false"
give_thanks="false"
Please read the Installation page and FAQ page for more information. If you still have questions, please the Support page for help, bug reports and new feature requests.
If you like my plugin, please rate it and give me credit by setting the give_thanks attribute to true (default is false) in the shortcode. Thanks!
GitHub: arunbasillal/ask-me-anything-anonymously
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Ask Me Anything (Anonymously)」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.01 | 1.3.1 |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。