Review Box

0

Provides a shortcode for use by reviewers. Generates a box, for use in a post or page, with a section for Pros, a section for Cons, and a review bar. The review bar is generated through

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Provides a shortcode for use by reviewers.

Generates a box, for use in a post or page, with a section for Pros, a section for Cons, and a review bar.

The review bar is generated through CSS, and so the plugin contains NO images.

Usage

This plugin generates a simple shortcode to use.
That shortcode is [review pros="" cons="" score=]

The paramiters are required for proper output.
They are as follows
* pros: Anything you find good about the item being reviewed. Typically a comma seperated list
* cons: Anything bad about the product at hand. A comma seperated list as well
* score: This MUST be a number. There can be nothing following it, nor anything before it. A good example of the way to fill it out would be score=45 for an item that scored 45%

You can also provide the following optional paramiters, for your useage
* verdict: The final verdict for the item being reveiwed
* title: The title of the review box, defaults to review. Set it to none
to hide the title. You CAN enter shortcodes and html for custom links.