Quantcast
Channel: Creative Technology Services » Randell Miller
Viewing all articles
Browse latest Browse all 6

CTS InfusionSoft Form Shortcode

$
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.  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 out 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>"]

Where Your form’s url is the in the source of the InfusionSoft Websform’s javascript code, such as:

InfusionSoftJavascript-highlight

 

The shortcode will then insert the correct Javascript tag around the url you provide.

It’s just that easy.

Download CTS InfusionSoft Form Shortcode Plugin Version 1.1

Version History:

V1.1 – Added security to attempt to only allow valid infusionsoft.com urls to be loaded. Prevents loading malicious scripts.
V1.0 – Initial Release


Viewing all articles
Browse latest Browse all 6

Trending Articles