PluginProbe
Visual Website Optimizer / 1.0
Visual Website Optimizer v1.0
trunk 1.0 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.10 All 37 releases
visual-web-optimizer / readme.txt

readme.txt in Visual Website Optimizer 1.0, at readme.txt

44 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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();?>`