=== ScanCircle === Contributors: aklaren Tags: scancircle, scan, widget, button, shortcode Requires at least: 2.5 Tested up to: 4.9 Stable tag: 1.32 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Shortcode handler for the scan widget on ScanCircle partner websites. == Description == Only for registered ScanCircle partners. See the [ScanCircle partner program](https://www.scancircle.com/en/scancircle/partner-program). Login to your ScanCircle partner page and select the Scan Widget tab to generate the required ScanCircle shortcode and copy/paste it into your post. == Installation == Manual installation: 1. Upload the folder `scancircle` to the `/wp-content/plugins/` directory 2. Activate the `scancircle` plugin through the 'Plugins' menu in WordPress 3. Place the `[scancircle ...]` shortcut in your posts == Frequently Asked Questions == = How can I change the styling of the scan button or the text? = See https://www.scancircle.com/forum/showthread.php?tid=50 (login required) = Can I use the shortcuts in a template? = Yes, but you need the do_shortcut function as in: <?php echo do_shortcode('[scancircle ...]'); ?>> == Screenshots == 1. Scan widget wizard to generate the shortcode with the options you need. == Changelog == = 1.32 - 2015-12-16 = * Generalized the plugin to cater for future options so new options do not require a new version of the plugin. * The `[phpvar]` shortcode has been deprecated as there are standard ways and plugins to do this (functionality will remain for the time being) = 1.31 - 2015-11-02 = * For some reason, version 1.27 actually still used v1.24. Updated version number to force a new update and updated support to WP4.3.1. = 1.27 - 2015-03-23 = * Changed `https` option to load scancircle.js using HTTPS by default unless https=0 is specified. Link to partner environment always uses HTTP (only used if JavaScript is not loaded correctly) = 1.24 - 2014-10-13 = * Load scancircle.js and/or link to partner environment using https, `https` option added to select which: 2=both, 1=JavaScript only, 0=none (default) = 1.23 - 2014-08-04 = * `category` option added to indicate the purpose of the scan page and/or reference code, entered data will be prepended to the reference code (separated by a colon) = 1.20 - 2013-11-18 = * `inputs` option added to support multiple input fields (names separated by semicolon), entered data will be joined (separated by semicolons) * `validation` option added to check input field for required data, e-mail address, phone number, any regular expression or using a custom function * `require` option now deprecated (converted to `prompt` option and `validation="required"` for backward compatibility) * `jquery` option added to run script when document.ready (mainly for Joomla web sites which requires