Sometimes you want to A/B test design changes. Whilst the cookbook does describe setting this up on a basic level, it is less useful if you make use of plugins like Kirby Builder. In this case, you probably want to re-arrange the page rather then simply delivering a different style sheet or something. This page lets you serve a subpage to page A as if it was page A, to 50% of the visitors.
You can install either manually or via composer.
To use this plugin, place all the files in site/plugins/kirby3-abt/
.
composer require hashandsalt/kirby3-abt
There are no options. Simply make a sub-page to page A and give it a slug of B. It will be served to 50% of the visitors instead of page A.
This plugin was built using Kirby 3.0. Will not work on earlier versions.