=== viplus === Contributors: atplogic Tags: atplogic, viplus, marketing, commerce, subscription, registration, integration, feedback, support Requires at least: 3.0.0 Tested up to: 3.4.1 Stable tag: 1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html V.I.Plus registration plug-in enables you to integrate your V.I.Plus account with WordPress system. After installing the plug-in you will have a widget in admin section that you can place in the desired location. == Description == V.I.Plus registration plug-in enables you to integrate your V.I.Plus account with WordPress system. The widget is used when you have an active account in V.I.Plus Email Marketing System and need to make possible to provide electronic registration for those people, who want to get latest updates, news, promotions and other stuff. After installing the plug-in you will have a widget in admin section that you can place in the desired location. At the client side you will see a registration form with some basic fields, like "Name", "Last Name", "Cellular", "Email", from which only "Email" is required. Filling and submitting the form will add a new person into your V.I.Plus account. The widget provides support for several languages: English, Hebrew and Russian. == Installation == 1. Create the 'viplus' folder in your '/wp-content/plugins/' directory. 1. Upload plugin files to newly created folder 1. Activate 'viplus' plugin, pressing 'Plugins' => 'Installed plugins' 1. Visit 'Appearance' => 'Widgets' and drag your 'viplus' widget to desired sidebar position 1. Visit your V.I.Plus account and create new API Key, pressing 'Settings' => 'API Keys' => 'Add IPI Key' 1. Copy created API Key value to 'API Key' field in 'viplus' widget 1. Fill widget title. It will appear above registration form at your site 1. Done == Frequently Asked Questions == = How to use 'viplus' widget with a shortcode? = In any editor, add the following line at the place You want the registration form will appear: [atp-viplus-register apikey="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" title="TITLE"]test[/atp-viplus-register] * The 'apikey' attribute is required. You can get it from Your V.I.Plus account pressing "Settings => API Keys". * The 'title' key is used to define custom title above the form. = How to subscribe users via 'viplus' widget into specific group in your V.I.Plus account? = In the source code, find 'viplists' variable value (located in function atpSendData()). Initially, it looks like this: `'viplists' => '0'`. Change '0' to desired group value. For example: `'viplists' => '123456'`. Save changes. * The group number you can get in your V.I.Plus account, pressing 'Lists' and taking a value from the 'System #' field. = Widget don't work or something described here is going wrong = Email us to support@viplus.com and describe a problem. Our staff will help you soon. == Changelog == = 1.4 = * Stable release * Bugfix * It is possible to use the widget with shortcode "atp-viplus-register". Example: [atp-viplus-register apikey="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" title="V.I.Plus Registration Form"]Example[/atp-viplus-register] = 1.3 = * This version is not available from WordPress Plugin Directory * Added option to use shortcode = 1.2 = * First stable release. * Support for English and Russian languages * Minor bugs fixed = 1.1 = * This version is not available from WordPress Plugin Directory * Bugfix * Support for 'viplists' value to define specific group. = 1.0 = * This version is not available from WordPress Plugin Directory * First version. == Upgrade Notice == = 1.4 = Latest stable release = 1.2 = First stable release