ActiveDEMAND tracking script to your website. Add custom popups, use shortcodes to embed webforms and dynamic website content. * Version: 0.1.71 * Author: JumpDEMAND Inc. * Author URI: https://www2.activedemand.com/s/SW5nU * License:GPL-2.0+ * License URI:http://www.gnu.org/licenses/gpl-2.0.txt */ namespace ActiveDemand; define(__NAMESPACE__.'\ACTIVEDEMAND_VER', '0.1.71'); define(__NAMESPACE__."\PLUGIN_VENDOR", "ActiveDEMAND"); define(__NAMESPACE__."\PLUGIN_VENDOR_LINK", "http://1jp.cc/s/SW5nU"); define(__NAMESPACE__."\PREFIX", 'activedemand'); include 'class-SCCollector.php'; //--------------- AD update path -------------------------------------------------------------------------- function activedemand_update() { //get ensure a cookie is set. This call creates a cookie if one does not exist activedemand_get_cookie_value(); $key = PREFIX.'_version'; $version = get_option($key); if (ACTIVEDEMAND_VER === $version) return; activedemand_plugin_activation(); update_option($key, ACTIVEDEMAND_VER); } add_action('init', __NAMESPACE__.'\activedemand_update'); //---------------Version Warning---------------------------// /**function phpversion_warning_notice(){ if(!((int)phpversion()<7)) return; $class='notice notice-warning is-dismissible'; $message=(__(PLUGIN_VENDOR.' will deprecate PHP5 support soon -- we recommend updating to PHP7.')); printf( '
%2$s
You will need to enter your application key in order to enable the form shortcodes. Your can find your API key in your account settings:
The plugin adds a tracking script to your WordPress pages. This plugin offers the ability to use web form and content block shortcodes on your pages, posts, and sidebars that will render an Web Form/Dynamic Content block. This allows you to maintain your dynamic content, form styling, and configuration within .
In your visual editor, look for the 'Insert Shortcode' button:
.
To use ActiveDEMAND shortcodes on this site, cURL must be installed on the webserver. It looks like cURL is not installed on this webserver. If you have questions, please contact support@ActiveDEMAND.com.
"; }?>
Available Web Form Shortcodes
No Web Forms ConfiguredTo use the web form shortcodes, you will first have to add some Web Forms to your account in . Once you do have Web Forms configured, the available shortcodes will be displayed here. |
Available Dynamic Content Block Shortcodes
No Dynamic Blocks ConfiguredTo use the Dynamic Content Block shortcodes, you will first have to add some Dynamic Content Blocks to your account in . Once you do have Dynamic Blocks configured, the available shortcodes will be displayed here. |