| 1 |
=== Visual Website Optimizer === |
| 2 |
Contributors: @commentluv, VWO |
| 3 |
Plugin Name: Visual Website Optimizer |
| 4 |
Plugin URI: http://visualwebsiteoptimizer.com/ |
| 5 |
Tags: split testing, analytics, stats, visual web optimizer, vwo |
| 6 |
Donate link:http://comluv.com/about/donate |
| 7 |
Requires at least: 2.7 |
| 8 |
Tested up to: 3.3.1 |
| 9 |
Stable tag: 2.3 |
| 10 |
|
| 11 |
World's easiest to use A/B, Split and Multivariate testing tool. |
| 12 |
|
| 13 |
== Description == |
| 14 |
This plugin will allow you to automatically insert the Visual Website Optimizer tracking code. Just enter your VWO Account ID from http://v2.visualwebsiteoptimizer.com/account/ |
| 15 |
|
| 16 |
== Installation == |
| 17 |
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. |
| 18 |
|
| 19 |
WordpressMu : Same as above |
| 20 |
|
| 21 |
== Frequently Asked Questions == |
| 22 |
= I can't see any code added to my header or footer when I view my page source = |
| 23 |
Your theme needs to have the header and footer actions in place before the `</head>` and before the `</body>` |
| 24 |
|
| 25 |
= If I use this plugin, do I need to enter any other code on my website? = |
| 26 |
No, this plugin is sufficient by itself |
| 27 |
|
| 28 |
== Screenshots == |
| 29 |
1. Settings page (Asynchronous Code) |
| 30 |
2. Settings page (Synchronous Code) |
| 31 |
|
| 32 |
== ChangeLog == |
| 33 |
= 2.3 = |
| 34 |
* Minor bug fix |
| 35 |
|
| 36 |
= 2.2 = |
| 37 |
* Bug fix to have default tolerance values when plugin is updated |
| 38 |
|
| 39 |
= 2.1 = |
| 40 |
* Better documentation |
| 41 |
|
| 42 |
= 2.0 = |
| 43 |
* Option to choose between asynchronous or synchronous code |
| 44 |
* Updated code snippet |
| 45 |
* Faster website loading |
| 46 |
|
| 47 |
= 1.3 = |
| 48 |
* code snippet updated |
| 49 |
|
| 50 |
= 1.0.1 = |
| 51 |
* use Website instead of Web in name of functions and readme (branding) |
| 52 |
|
| 53 |
= 1.0 = |
| 54 |
* First Version |
| 55 |
|
| 56 |
== Upgrade Notice == |
| 57 |
Option to choose the new asynchronous code. This will make the website load faster |
| 58 |
|
| 59 |
== Configuration == |
| 60 |
|
| 61 |
Enter your ID in the field marked 'YOUR VWO ACCOUNT ID' |
| 62 |
|
| 63 |
== Adding to your template == |
| 64 |
|
| 65 |
header code : |
| 66 |
`<?php wp_head();?>` |
| 67 |
|
| 68 |
footer code : |
| 69 |
`<?php wp_footer();?>` |