PluginProbe
Visual Website Optimizer / 3.8
Visual Website Optimizer v3.8
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 3.8, at readme.txt

120 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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: 6.1.1
8 Stable tag: 3.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 https://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 = 3.8 =
33 * Tested with latest version
34 * Fix WP Rocket Issue
35
36 = 3.7 =
37 * Tested with latest version
38 * Fix Divi Frontend Editor Issue
39
40 = 3.6 =
41 * Tested with latest version
42
43 = 3.5 =
44 * Tested with latest version
45 * Rename label "Handle Rocket Loader Issue" to "Skip Deferred Execution"
46 * Set field default value of "Skip Deferred Execution" to "yes"
47
48 = 3.4 =
49 * Tested with latest version
50 * Code improvement and add Rocket loader handling
51
52 = 3.3 =
53 * Tested with latest version
54 * Add new options in settings
55
56 = 3.2 =
57 * Tested with latest version
58
59 = 3.1 =
60 * Add Setting link in plugin listing page
61
62 = 3.0 =
63 * Update Logo and links
64
65 = 2.9 =
66 * Tested with latest version
67
68 = 2.8 =
69 * Tested with latest version
70
71 = 2.7 =
72 * Update Plugin Name, Author and Description
73
74 = 2.6 =
75 * Remove Conflict Errors
76
77 = 2.5 =
78 * Update tested upto version
79
80 = 2.4 =
81 * Update links
82
83 = 2.3 =
84 * Minor bug fix
85
86 = 2.2 =
87 * Bug fix to have default tolerance values when plugin is updated
88
89 = 2.1 =
90 * Better documentation
91
92 = 2.0 =
93 * Option to choose between asynchronous or synchronous code
94 * Updated code snippet
95 * Faster website loading
96
97 = 1.3 =
98 * code snippet updated
99
100 = 1.0.1 =
101 * use Website instead of Web in name of functions and readme (branding)
102
103 = 1.0 =
104 * First Version
105
106 == Upgrade Notice ==
107 Option to choose the new asynchronous code. This will make the website load faster
108
109 == Configuration ==
110
111 Enter your ID in the field marked 'YOUR VWO ACCOUNT ID'
112
113 == Adding to your template ==
114
115 header code :
116 `<?php wp_head();?>`
117
118 footer code :
119 `<?php wp_footer();?>`
120