开发者 | arunbasillal |
---|---|
更新时间 | 2023年10月4日 17:49 |
捐献地址: | 去捐款 |
PHP版本: | 5.5 及以上 |
WordPress版本: | 6.3.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[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
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.