Test&Target MBox Shortcode

Provides a shortcode to wrap your content with, which will automatically be converted to the proper mbox syntax for use with Adobe Test&Target.

Author:Jason Gill (profile at wordpress.org)
WordPress version required:2.5.1
WordPress version tested:3.3.2
Plugin version:1.5.1
Added to WordPress repository:19-01-2012
Last updated:30-03-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.gilluminate.com/wordpress-plugins/...
Total downloads:311
plugin download
Click to start download

Provides a shortcode to wrap your content with, which will automatically be converted to the proper mbox syntax for use with Adobe Test&Target. Works as a wrapper for text and images within the WordPress post/page editor.

Also provides a settings page where you can add the URL path to your mbox.js file to be automatically included in the page head. You can upload the mbox.js file via the media uploader and copy/paste the full path.

Usage

[mbox name="myMbox"]My Test Content[/mbox]

Where "myMbox" is the name of your mbox and "My Test Content" is the content you are testing using Adobe Test&Target.

For best results, do not leave a space or line break after the first tag or after the last, even if wrapping multiple paragraphs. Doing so will likely cause extra line breaks or paragraphs to appear on the page. (Note: this is an issue with the way WordPress handles shortcodes, not with this plugin)

Good Example:

[mbox name="myMbox"]Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.[/mbox]

Bad Example:

[mbox name="myMbox"]

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.

[/mbox]