[wordpress插件] CTS InfusionSoft Form ShortcodeCTS InfusionSoft表格简码

wordpress 插件 文章 2020-04-06 14:10 397 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

One of the issues with stock WordPress is that it tends to not like having Javascript in general and linking to an external Javascript file in specific inside of posts or pages.

普通WordPress的问题之一是它倾向于不喜欢一般的Javascript,并且不喜欢在帖子或页面的特定内部链接到外部Javascript文件。

This is problematic for people who are integrating InfusionSoft and WordPress.

对于将InfusionSoft和WordPress集成在一起的人来说,这是个问题。

We tried to find a good solution for this, but failed to find any good plugins which would be suited for the task.

我们试图为此找到一个好的解决方案,但未能找到适合该任务的任何好的插件。

So, we wrote our own.

所以,我们写了自己的书。

It is a standard WordPress Plugin.

这是一个标准的WordPress插件。

All you need to do is unzip the file to your plugins directory, or use the zip file upload feature.

您需要做的只是将文件解压缩到插件目录,或者使用zip文件上传功能。

Once you’ve installed it, simply activate.

安装后,只需激活即可。

There are no special settings or anything else you need to do.

没有特殊设置或您需要执行的其他任何操作。

To embed an InfusionSoft web form into a post or page, use the following short code:

要将InfusionSoft Web表单嵌入到帖子或页面中,请使用以下短代码:

[infusionsoft_form src=""]

  [infusionsoft_form src =“ <您表单的url>”]

安装步骤

    1. Upload cts-infusionsoft-form-shortcode.php to the /wp-content/plugins/ directory
    2. cts-infusionsoft-form-shortcode.php 上载到 / wp-content / plugins / 目录

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

    5. Place [infusionsoft-form src='link to your form'] in a post or page, or use the do_shortcode function to include it in a template.
    6. 在帖子或页面中放置 [infusionsoft-form src ='链接到您的表单'] ,或使用do_shortcode函数将其包含在模板中。

下载地址
https://downloads.wordpress.org/plugin/cts-infusionsoft-form-shortcode.1.1.zip
-EOF-

AI助手支持GPT4.0