-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
executable file
·60 lines (37 loc) · 1.64 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
=== FlowSplit ===
Contributors: flowcom_andreas
Tags: split, testing, split testing
Requires at least: 3.2
Tested up to: 3.5.1
Stable tag: 1.1.3
Split Testing in WordPress with unique logics from Steve Hanov's idea.
== Description ==
Idea to definition proudly copied from Steve Hanov's blog: http://stevehanov.ca/blog/index.php?id=132
Thanks Steve!
This plugin helps you split testing content in a WordPress post or page.
You place the content inside shortcode tags and the output will show the content that gives the best outcome/clicks.
[Introduction](https://github.com/EkAndreas/flowsplit/wiki/1---Introduction)
[Installation](https://github.com/EkAndreas/flowsplit/wiki/2---Installation)
[Example](https://github.com/EkAndreas/flowsplit/wiki/3---Example)
Please use GitHub as communication point for this plugin!
https://github.com/EkAndreas/flowsplit
[Example site with the FlowSplit plugin installed](http://plugins.flowcom.se/flowsplit). Reload site and content will update based on previous clicks on logos.
== Installation ==
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.
Or get it from WordPress repo http://wordpress.org/extend/plugins/flowsplit/
Read the introduction and examples at GitHub!
https://github.com/EkAndreas/flowsplit/wiki/1---Introduction
== Screenshots ==
1. Statistics from the example test
2. Example in edit post
3. Presentation example
== Changelog ==
= 1.1.3 =
* Tools error
* Removed error_log message
= 1.1.2 =
* Public charts with shortcode [flowsplit_charts], demo
= 1.1 =
* Tools
= 1.0 =
* Initial