Categories
Web Development

Caspio Plugin Update

Version 1.1 of the Caspio Deploy2 WordPress plugin simplifies the shortcode format you can use to include content from the cloud database service. Instead of pasting a JavaScript or PHP snippet into the WordPress editor, you can paste the URL for the service into a [caspio] shortcode format. This is modeled on the way WordPress lets you embed videos using the [embed] shortcode.

To get that URL, toggle the deployment window to “Direct from Caspio” and copy the address as shown below.

Copy the "Direct to Caspio" URL

Embedded deployment (JavaScript widget):

[caspio]http://b4.caspio.com/dp.asp?AppKey=5F422000c3f2d8h4d3c9f4b9g9e0[/caspio]

SEO Deployment (content pulled from Caspio, then delivered from your server):

[caspio seo=”http://b4.caspio.com/dp.asp?AppKey=5F422000c3f2d8h4d3c9f4b9g9e0″ style=”l”]

If you omit the style parameter, the default value of “l” (lower case “L”) will be used.

The output from these two examples is shown below. Note that the second version, the SEO Deployment one, looks slightly different because it is picking up CSS stylings from this website.

[caspio]http://b4.caspio.com/dp.asp?AppKey=5F422000c3f2d8h4d3c9f4b9g9e0[/caspio]

[caspio seo=”http://b4.caspio.com/dp.asp?AppKey=5F422000c3f2d8h4d3c9f4b9g9e0″]

Leave a Reply