這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

CTS InfusionSoft Form Shortcode

描述

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. This is problematic for people who are integrating InfusionSoft and 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. All you need to do is unzip the file to your plugins directory, or use the zip file upload feature. 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_form src="<Your form's url>"]

螢幕截圖

  • Using the shortcode in a page

安裝

  1. Upload cts-infusionsoft-form-shortcode.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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.

常見問題

Does this work with the html version of webforms or with landing pages?

No. This will only work with the javascript version of the web forms.

Why do I get a `Your source appears to be invalid.` message?

In order to prevent the plugin from being misused and adding scripts from anywhere, the plugin attempts to verify your src as having a valid infusionsoft.com url. If it doesn’t, then it will not load the script. Make sure you’ve copied the url correctly.

評價

There are no reviews for this plugin.

貢獻者及開發者

“CTS InfusionSoft Form Shortcode” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 CTS InfusionSoft Form Shortcode 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

V1.1 – Added security to only allow infusionsoft urls in the src.

V1.0 – Initial Release