| 1 |
=== Visual Web Optimizer === |
| 2 |
Contributors: @commentluv |
| 3 |
Donate link:http://comluv.com/about/donate |
| 4 |
Tags: split testing, analytics, stats, visual web optimizer |
| 5 |
Requires at least: 2.7 |
| 6 |
Tested up to: 2.9.2 |
| 7 |
Stable tag: 1.0 |
| 8 |
|
| 9 |
World's easiest to use A/B, Split and Multivariate testing tool. |
| 10 |
|
| 11 |
== Description == |
| 12 |
|
| 13 |
This plugin will allow you to automatically insert the script required to test your site using the Visual Web Optimizer code. Just enter your ID from here http://visualwebsiteoptimizer.com/ to the settings page. |
| 14 |
== Installation == |
| 15 |
|
| 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 |
|
| 22 |
= I can't see any code added to my header or footer when I view my page source = |
| 23 |
|
| 24 |
Your theme needs to have the header and footer actions in place before the `</head>` and before the `</body>` |
| 25 |
|
| 26 |
== Screenshots == |
| 27 |
1. settings page |
| 28 |
|
| 29 |
== ChangeLog == |
| 30 |
|
| 31 |
= 1.0 = |
| 32 |
* First Version |
| 33 |
|
| 34 |
== Configuration == |
| 35 |
|
| 36 |
Enter your ID in the field marked 'YOUR VWO ACCOUNT ID' |
| 37 |
|
| 38 |
== Adding to your template == |
| 39 |
|
| 40 |
header code : |
| 41 |
`<?php wp_head();?>` |
| 42 |
|
| 43 |
footer code : |
| 44 |
`<?php wp_footer();?>` |