這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

HeadlineEnvy – headline testing with Optimizely

外掛說明

HeadlineEnvy adds the ability to A/B test the titles of your content through integration with Optimizely.

Features include:

  • Unrestricted headline variations. When creating the test for a headline, you can add as many or as few as you wish.
  • Test headlines anywhere. Headline variations are applied to any place that your titles are output regardless of whether they appear on a post page, in the navigation, etc.
  • Experiment results. Revisit posts in the dashboard to check the status of headline statistical significance while your headline experiments are executed.
  • Automatic headline selection. Optionally choose to let HeadlineEnvy and Optimizely detect statistically significant winners and automatically update the post with the winning title.

To contribute, report issues, or make feature requests use Github.

Visit
http://www.funnelenvy.com/headlineenvy-wordpress-optimizely for official support of this plugin.

螢幕擷圖

  • Add an alternate title to begin an experiment.
  • Multiple headlines added to experiment.
  • Winning headline!

安裝方式

  1. Install HeadlineEnvy either via the WordPress.org plugin directory, or by uploading the files to your server.
  2. After activating HeadlineEnvy, head over to the HeadlineEnvy settings page and enter your Optimizely API key.
  3. Once your Optimizely API key has been entered, select the Optimizely project that you wish HeadlineEnvy to use for creating its experiments.
  4. Select the post types you wish to allow for headline testing.
  5. Visit any post edit page and you will see a new button prompting you to add additional headlines! Enter a few and hit Save/Update/Publish.
  6. That’s it!

Note:
HeadlineEnvy works by attaching to the the_title filter hook. If your theme or plugin uses a method of getting post titles that does not trigger that hook HeadlineEnvy will be unable to A/B test those cases.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈HeadlineEnvy – headline testing with Optimizely〉的開發相關工作。

參與者

變更記錄

1.0.2

  • Lots of improvements and code tweaks thanks to @colegeissinger:
    • Any translated strings should be escaped with esc_html__() or esc_html_e()
    • Checking user has right privileges
    • Cleaning up of redundant sanitization functionality into a central method
    • Added a “Deep Sanitize” method to ensure no matter the type of data, everything is cleaned up
    • Updates to some JS to avoid XSS instances through DOM manipulation
    • Caching jQuery selectors like $( document )
    • Sanitizing late, escaping early

1.0.1

  • Fixed a few PHP warnings
  • Normalized naming conventions to match Optimizely
  • Normalized number values so they match Optimizely (i.e. 32.5% vs. 0.3247859996)
  • Fixed a reference to the conversion value
  • When deleting title variations confirmation now uses the variation ‘title’ instead of the variation id #
  • Fixed an issue where some default options were lost of user tried to use an invalid API Key
  • Return empty array for $primary_results when there are none yet

1.0

  • Initial release