[wordpress插件] Chat Forms聊天表格

wordpress 插件 文章 2020-03-22 03:10 632 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Fetches a published Google Form using a WordPress custom post or shortcode, removes the Google wrapper HTML and then renders it as a Chat Form embedded in your blog post or page.

使用WordPress自定义帖子或简码获取已发布的Google表单,删除Google包装器HTML,然后将其呈现为嵌入在您的博客帖子或页面中的聊天表单。

When using Chat Form post type, the wpcform shortcode accepts one parameter, id, which is the post id of the form.

使用“聊天表单”帖子类型时, wpcform 短代码接受一个参数 id ,这是表单的帖子ID。

There are a number of other options, refer to the documentation for further details.

还有许多其他选项,有关更多详细信息,请参阅文档。

For example, suppose you want to integrate the form at https://docs.google.com/spreadsheet/viewform?hl=en_US&pli=1&formkey=ABCDEFGHIJKLMNOPQRSTUVWXYZ12345678#gid=0, (not a

例如,假设您要在 https://docs.google.com/spreadsheet/viewform?hl=zh_CN&pli=1&formkey=ABCDEFGHIJKLMNOPQRSTUVWXYZ12345678#gid=0 上集成表单,(而不是

real URL) use the following shortcode in your WordPress post or page:

真实网址)在您的WordPress帖子或页面中使用以下短代码:

[wpgform id=\'861\']

  [wpgform id = \'861 \']

Currently, this plugin only supports Google Forms that are public.

当前,该插件仅支持公开的Google表单。

Private Google Forms are not supported.

不支持私人Google表单。

安装步骤

    1. Install using the WordPress Plugin Installer (search for WordPress Chat Form) or download WordPress Chat Form, extract the wpcforms folder and upload <

    2. 使用WordPress插件安装程序进行安装(搜索 WordPress聊天表单)或下载 WordPress聊天表单,提取 wpcforms 文件夹并上传<

      code>wpcforms to the /wp-content/plugins/ directory.

    3. code> wpcforms / wp-content / plugins / 目录。

    4. Activate the plugin through the \’Plugins\’ menu in WordPress.
    5. 通过WordPress中的“插件”菜单激活插件。

    6. Configure WP Chat Forms from the Settings menu as appropriate.
    7. 适当地从 Settings 菜单中

    8. 配置 WP聊天表单

    9. Recommended: Create a Chat Form Custom Post Type and then use the [wpcform id=\'1\'] shortcode wherever you\\'d like to insert the a Chat Form or simply publish

    10. 推荐:创建聊天表自定义帖子类型,然后在要插入聊天表或仅发布的地方使用 [wpcform id = \'1 \'] 短代码

      the form and use it\\'s permalink URL.

    11. 表单并使用它的永久链接URL。

下载地址
https://downloads.wordpress.org/plugin/chat-forms.1.0.3.zip
-EOF-

AI助手支持GPT4.0