hashandsalt/kirby3-abt

Kirby 3 - Helper for A/B Testing

Installs: 57

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 1

Type:kirby-plugin

1.0.1 2019-08-09 07:54 UTC

This package is auto-updated.

Last update: 2024-04-09 21:34:29 UTC


README

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.

Installation

Manual

To use this plugin, place all the files in site/plugins/kirby3-abt/.

Composer

composer require hashandsalt/kirby3-abt

Usage

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.

Requirements

This plugin was built using Kirby 3.0. Will not work on earlier versions.