이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Formidable A/B Tests

설명

A/B testing, or split testing, is the method of comparing two versions of a web page or call to action to see which performs better.You compare the two versions by showing one or the other variant to similar visitors at the same time. The one that gets a better conversion rate wins!

This plugin provides a shortcode to help you easily run your own A/B tests on forms created using Formidable Pro. With the provided shortcode you tell it two forms to alternate showing randomly and it tracks the conversion rate.

How to use

  1. Install the plugin using the Installation directions
  2. Add this shortcode to the page or widget area where you want the alternating forms to show: [inm_frm_ab_test forms=”25, 26″]
  3. Replace 25 & 26 with the form ids of your two forms.
  4. Optionally add title=”false”, description=”false” or minimize=”1″ to change these parameters from their default values.
  5. View test results in Formidable > A/B Test.
  6. When you feel you have enough data, stop the test by replacing the shortcode with a standard Formdiable shortcode to only show the winning form.
  7. To start a new test, click the Reset Test Data button. This will clear all previously stored results and can’t be undone.

It is a good idea to keep your test limited and specific. This means making small variations between the two forms for each test and keep them to a single element, such as the title or button text, etc. Making large changes to multiple elements at once may still give you a successful test, but it will be more difficult to understand which particular change caused the desired improvment.

스크린샷

  • See the results of your tests.

설치

  1. Upload formidable-ab-test.zip to the /wp-content/plugins/ directory and unzip it there, or use the WordPress Dashboard to install it.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Create your forms as usual and use the provided shortcode to randomly display forms and record views.
  4. See Formidable > A/B Test in the WP admin area for more detailed instructions.

FAQ

How do I A/B test forms?

Look for the A/B Test admin page under the Formidable tab. Here you will find simple instructions and see your results.

How many forms can I test?

There are no set limits. It doesn’t make sense, however, to test more than two variations at a time.

How many tests can I run?

Currently you can only run one test at a time. It’s on the drawing board to add the ability to run multiple tests concurrently.

There is an option to clear test data on the admin page so you can start a new test.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Formidable A/B Tests”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Formidable A/B Tests”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.00

  • First privately released beta May 26, 2015.

0.01

  • Still in private beta.
  • Minor changes to readme.
  • Added screenshot.

0.02

  • Still in beta, but added to the WordPress Repository for the first time.
  • Updated the admin styling to match standard WP admin styles.

0.03

  • Fixed a bug that prevented the database prefix from being added correctly to the table when created. This was preventing the plugin working properly.

0.04

  • Code cleanup and minor tweaks.

0.05

  • Added several security and performance improvements.

0.06

  • Style changes to add better speceficity to our changes.

0.07

  • Improved the look and display of the charts.