Is there an A/B testing plugin that lets you vary the heading, featured image, and content in a WordPress post?

If not, are there alternate solutions that can let me accomplish this? Do I need to develop my own plugin?

Related posts

Leave a Reply

5 comments

  1. The Premise plugin from Copyblogger integrates with Google Optimizer and lets you create multiple versions of landing pages. It also contains some templates and lots of copy writing advice.

  2. I started working on a plugin for A/B testing in WordPress after finding myself unsatisfied with existing options. Doesn’t support posts right now (only Pages) but support for all post types will be easy to add. Haven’t submitted to plugin repo yet but it’s on github.

  3. I got annoyed with the plugins available and wrote a simple WordPress solution. It actually learns from successes and uses a very basic algorithm to serve the best performing option more often.

    You have to use it in the code as most of my website is in custom PHP but it may be of help to someone.

    http://pastebin.com/uHNrma11