Easily add a page or widget using a shortcode where users can ask you questions anonymously and list them with your answers. Works on Multisite.
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:
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!
To Install This Plugin:
To Create A Page / Post With The Ask Me Anything Form:
To Add The Form Into A Widget:
No.
You can see a live example here on my travelogue. All plugin questions and test questions are deleted, please use the support forum for questions.
No. Since the plugin saves questions and answers as WordPress comments, it needs to be associated with a page or post. However, once you have it on a page, you can add the form as a sidebar widget as well.
Add this to the functions.php of your theme to enable shortcode rendering on sidebar widgets.
add_filter('widget_text','do_shortcode');
This probably comes from a captcha plugin that adds it to the comment form. In Settings > Ask Me Anything set ‘Additional Form Elements’ to ‘Show’ along with all the other options you want. Then copy paste the new shortcode into your page / post. This will display the captcha and the user can fill it up at the time of submitting the question.
Note: The AMA plugin does not come with its own captcha.
Yes. Please get in touch via my contact form with a brief description of your requirement and budget for the project. I will be in touch shortly.
I am glad to hear that! You can either make a donation or leave a rating to motivate me to keep working on the plugin.
test_placeholder
to edit the placeholder text of the verification question answer box.abl_amamc_td
to ask-me-anything-anonymously
as per WordPress internationalization guidelines.