| 1 |
=== Visual Website Optimizer === |
| 2 |
Contributors: VWO |
| 3 |
Plugin Name: VWO |
| 4 |
Plugin URI: https://vwo.com/ |
| 5 |
Tags: split testing, analytics, stats, visual web optimizer, vwo, cro |
| 6 |
Requires at least: 2.7 |
| 7 |
Tested up to: 5.1.1 |
| 8 |
Stable tag: 2.8 |
| 9 |
|
| 10 |
VWO is the all-in-one platform that helps you conduct visitor research, build an optimization roadmap, and run continuous experimentation. |
| 11 |
|
| 12 |
== Description == |
| 13 |
This plugin will allow you to automatically insert the VWO tracking code. Just enter your VWO Account ID from http://app.vwo.com/#/settings |
| 14 |
|
| 15 |
== Installation == |
| 16 |
Wordpress : Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. |
| 17 |
|
| 18 |
WordpressMu : Same as above |
| 19 |
|
| 20 |
== Frequently Asked Questions == |
| 21 |
= I can't see any code added to my header or footer when I view my page source = |
| 22 |
Your theme needs to have the header and footer actions in place before the `</head>` and before the `</body>` |
| 23 |
|
| 24 |
= If I use this plugin, do I need to enter any other code on my website? = |
| 25 |
No, this plugin is sufficient by itself |
| 26 |
|
| 27 |
== Screenshots == |
| 28 |
1. Settings page (Asynchronous Code) |
| 29 |
2. Settings page (Synchronous Code) |
| 30 |
|
| 31 |
== ChangeLog == |
| 32 |
= 2.8 = |
| 33 |
* Tested with latest version |
| 34 |
= 2.7 = |
| 35 |
* Update Plugin Name, Author and Description |
| 36 |
= 2.6 = |
| 37 |
* Remove Conflict Errors |
| 38 |
= 2.5 = |
| 39 |
* Update tested upto version |
| 40 |
|
| 41 |
= 2.4 = |
| 42 |
* Update links |
| 43 |
|
| 44 |
= 2.3 = |
| 45 |
* Minor bug fix |
| 46 |
|
| 47 |
= 2.2 = |
| 48 |
* Bug fix to have default tolerance values when plugin is updated |
| 49 |
|
| 50 |
= 2.1 = |
| 51 |
* Better documentation |
| 52 |
|
| 53 |
= 2.0 = |
| 54 |
* Option to choose between asynchronous or synchronous code |
| 55 |
* Updated code snippet |
| 56 |
* Faster website loading |
| 57 |
|
| 58 |
= 1.3 = |
| 59 |
* code snippet updated |
| 60 |
|
| 61 |
= 1.0.1 = |
| 62 |
* use Website instead of Web in name of functions and readme (branding) |
| 63 |
|
| 64 |
= 1.0 = |
| 65 |
* First Version |
| 66 |
|
| 67 |
== Upgrade Notice == |
| 68 |
Option to choose the new asynchronous code. This will make the website load faster |
| 69 |
|
| 70 |
== Configuration == |
| 71 |
|
| 72 |
Enter your ID in the field marked 'YOUR VWO ACCOUNT ID' |
| 73 |
|
| 74 |
== Adding to your template == |
| 75 |
|
| 76 |
header code : |
| 77 |
`<?php wp_head();?>` |
| 78 |
|
| 79 |
footer code : |
| 80 |
`<?php wp_footer();?>` |
| 81 |
|