[wordpress插件] Ask Me Anything (Anonymously)询问我(匿名)

wordpress 插件 文章 2020-02-21 23:50 643 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

The Ask Me Anything (AMA) plugin lets you add a form on your website where users can ask you questions anonymously.

Ask Me Anything(AMA)插件可让您在网站上添加一个表单,用户可以在其中匿名匿名提问。

The AMA plugin uses the shortcode [askmeanythingpeople] to add the form.

AMA插件使用短码 [askmeanythingpeople] 添加表单。

It also lists the questions and answers neatly.

它还清晰地列出了问题和答案。

There are 20 attributes and few example configurations are listed towards the end of this description.

有20个属性,在本说明末尾列出的配置示例很少。

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).

您可以在WordPress管理>设置>任何问题中找到它(请参阅屏幕截图页面)。

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.

创建AMA页面所需要做的就是安装插件,并将短代码从生成器复制到页面或帖子中。

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.

AMA将问题另存为WordPress注释。

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.

您可以通过使用页面的页面ID或张贴在简码的post_or_page_id属性中的文本小部件来使用简码。

Please refer to the Installation page for more details.

请参阅“安装”页面以获取更多详细信息。

Questions from users can be found along with your WordPress comments in WordPress Admin > Comments.

可以在WordPress Admin>注释中找到用户提出的问题以及WordPress注释。

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.

    • 问题和答案是WordPress注释。

      New database tables are not created.

    • 未创建新的数据库表。

    • Fully customizable using 20 shortcode attributes.

    • 使用20个简码属性可以完全自定义。

    • 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.
    • 与大多数主题兼容,因为它主要使用WordPress默认样式。

    • Proper CSS ID’s and classes to easily style if necessary.

    • 适当的CSS ID和类,以便在必要时轻松设置样式。

    • Easily style your AMA page with built-in CSS box.

    • 使用内置CSS框轻松设置AMA页面的样式。

      Find it in Settings > Ask Me Anything > ‘Custom CSS’ tab.

    • 在“设置”>“向我提问”>“自定义CSS”标签中找到它。

    • Custom CSS can be minified and is loaded only on AMA pages.
    • 自定义CSS可以最小化,并且仅在AMA页面上加载。

    • 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.

    要创建AMA页面,请将简码添加到WordPress页面或Post中。

    Default usage:

    默认用法:

    [askmeanythingpeople]

      [askmeanythingpeople]

    List the 5 most recent questions and answers on the sidebar:

    在侧边栏中列出5个最新的问题和答案:

    [askmeanythingpeople post_or_page_id="123" questions_per_page="5" show_question_box="false" show_navigation="false"]

      [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.

    注意:这假定页面或帖子ID 123是专用的“问我什么”页面。

    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"

      post_or_page_id =“ 0”

    latest_first="true"

    Latest_first =“ true”

    anonymous_name="Someone"

    onymous_name =“有人”

    success_text="Your question is saved and will appear when it is answered."

    success_text =“您的问题已保存,将在回答后出现。”

    question_box_title="Your Question"

    question_box_title =“您的问题”

    placeholder="In the spirit of keeping it anonymous please do not leave any personal information."

    placeholder =“本着保持匿名的精神,请不要留下任何个人信息。”

    test_question="What is 7+5?"

    test_question =“什么是7 + 5?”

    test_answer="12"

    test_answer =“ 12”

    ask_button_text="Ask Anonymously"

    ask_button_text =“匿名提问”

    answer_list_title="Answers So Far.."

    answer_list_title =“到目前为止的答案。”

    no_answers_text="Be the first to ask!"

    no_answers_text =“成为第一个要问的人!”

    questions_per_page="10"

    questions_per_page =“ 10”

    avatar="monsterid"

    avatar =“ monsterid”

    avatar_size="96"

    avatar_size =“ 96”

    show_question_box="true"

    show_question_box =“ true”

    show_answers="true"

    show_answers =“ true”

    show_navigation="true"

    show_navigation =“ true”

    show_test_question="true"

    show_test_question =“ true”

    show_do_action="false"

    show_do_action =“ false”

    give_thanks="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<

    如果您喜欢我的插件,请对其进行评分<

    /a> and give me credit by setting the give_thanks attribute to true (default is false) in the shortcode.

    / a>,并通过将简码中的Give_thanks属性设置为true(默认为false)来给我功劳。

    Thanks!

    谢谢!

安装步骤

To Install This Plugin:

要安装此插件:

    1. Install the plugin through the WordPress admin interface, or upload the plugin folder to /wp-content/plugins/ using ftp.
    2. 通过WordPress管理界面安装插件,或使用ftp将插件文件夹上传到/ wp-content / plugins/。
    3. Activate the plugin through the ‘Plugins’ screen in WordPress.

    4. 通过WordPress中的“插件”屏幕激活插件。

      On a Multisite you can either network activate it or let users activate it individually.

      在多站点上,您可以通过网络激活它,也可以让用户单独激活它。

    To Create A Page / Post With The Ask Me Anything Form:

    使用“问我任何形式”创建页面/帖子:

      1. Go to WordPress Admin > Settings > Ask Me Anything to generate and customize the shortcode.

      2. 转到WordPress管理员>设置>任何问题以生成和自定义简码。

        Copy this shortcode.

        复制此简码。

      3. Add a new Page / Post and make sure comments are enabled.

      4. 添加新的页面/帖子,并确保已启用评论。

        Refer FAQ if you do not know how to enable comments.

      5. 如果您不知道如何启用注释,请参阅FAQ。

      6. Paste the shortcode that you generated in step 1 and publish the page.

      7. 粘贴您在步骤1中生成的简码,然后发布页面。

        You will have your brand new Ask Me Anything page.

        您将拥有全新的“问我任何东西”页面。

      To Add The Form Into A Widget:

      要将表单添加到小部件中:

        1. Questions are saved as WordPress comments and all comments need to be associated with a page or a post.

        2. 问题另存为WordPress注释,所有注释都需要与页面或帖子关联。

          So you need to create a page or a post with the Ask Me Anything form as described in the previous steps.

          因此,您需要使用前面的步骤中所述的“任何问题”表单来创建页面或帖子。

        3. Once the Page is created, go to WordPress Admin > Settings > Ask Me Anything.
        4. 创建页面后,转到WordPress管理员>设置>任何问题。

        5. Select Location in ‘Choose Location’ as ‘Sidebar Widget’.

        6. 在“选择位置”中选择“位置”作为“侧边栏小部件”。

        7. Enter the page ID of the Page or Post created for the Ask Me Anything form in ‘Page / Post ID’.
        8. 在“页面/帖子ID”中输入为“问我什么”表单创建的页面或帖子的页面ID。

        9. Play with the rest of the options to customize the shortcode.

        10. 使用其余选项自定义简码。

          Copy the generated shortcode.

        11. 复制生成的简码。

        12. Go to Appearance > Widgets and add a new Text widget to your sidebar.

        13. 转到外观>窗口小部件,然后将新的文本窗口小部件添加到侧边栏中。

          Paste the shortcode here and Save it.

          将简码粘贴到此处并保存。

          Your Ask Me Anything widget is ready.

        14. 您的“问我任何东西”小部件已准备就绪。

下载地址
https://downloads.wordpress.org/plugin/ask-me-anything-anonymously.zip
-EOF-

AI助手支持GPT4.0


国内超级便宜服务器

摸鱼人热门新闻聚合

钻级赞助商 我要加入

开发者在线工具

第三方支付技术请加QQ群

相关文章
[wordpress插件] Azameo尝试
[wordpress插件] DevVN Local StoreDevVN本地商店
[wordpress插件] Crypto Donations加密捐赠
[wordpress插件] Content Runner Importer内容运行者导入器
[wordpress插件] Advanced Custom Fields: Multiple Coordinates高级自定义字段:多个坐标
随便看看
怎么接入微信支付分,邮件发了两三月没回复?腾讯微信的人都死了,只剩机器人了? 979
创建卡券有效期的结束日期按照文档填写当天的23:59:59,但是显示出来却增加了一天? 721
微信分账失败如何处理 1385
微信统一下单 返回结果是什么意思?没有错误代码查看,怎么查找原因? 819
普通服务商暂不支持补差吗? 588
通过API提交特约商户申请单,提交成功,门店门头照片、店内环境照片 不显示问题 743
jsapi微信支付成功 没有收到异步通知 1117
打款失败?原因:参数错误:用户openid字段必填,并且少于32个字符. 1339
小程序商城支付限额是什么情况?怎么解决? 938
android 微信支付如何设置固定金额 889