Introduction
Easy Review Builder is a WordPress plugin for adding a review summary table within your post or page. You insert one with a simple shortcode notation. It is a flexible shortcode that you can apply to a wide range of review formats. Easy Review also looks great on mobile devices and themes such as WPTouch. View this post from your iPhone or other mobile device to experience the proper scaling.
You can download the latest version here:
Easy Review Builder
And ask questions here in the forum:
support Forum
A review consists of an optional title, one to eight review categories, and an optional review summary. The review category is where all of the action is. A category is a topic under review such as (for a game) graphics or sound. You provide the category title, category rating (from 0 to your rating max… the default range is 0-5), and a category justification sentence describing why you gave the value. Typically the category summary is a short sentence or paragraph that can recap some key points from the review above.
A review table can optionally be followed by a summary conclusion line. The review summary rating is an automatically computed average of your provided category ratings. You can provide your own summary sentence (or paragraph).
Examples
You can specify from 1 to 8 review categories that consist of:
These are in the form of catXtitle, catXrating, and catXdetail where X is a number from 1 to 8.
Other things you can add that are optional include a title for the review box, and a summary for the conclusion section of the box. These are called title and summary respectively.
If you do not want the conclusion you can turn it off by setting “overall” to “false”.
Below is a shortcode followed by a live demonstration:
[easyreview title="An (optional) title goes here" cat1title="Category" cat1detail="Create up to 8 rating categories, more than enough to accomplish most review formats." cat1rating="3.5" cat2title="Sound" cat2detail="While voiceovers were charming, the game really lacked in the variety of sounds, and the music was repetitive." cat2rating="2.5" cat3title="Gameplay" cat3detail="Where the sound and graphics faltered at times the gameplay is outstanding." cat3rating="4.5" summary="This optional summary is automatically calculated. You just provide the text."
]
An (optional) title goes here | |
---|---|
Category | ![]() ![]() ![]() ![]() ![]() |
Create up to 8 rating categories, more than enough to accomplish most review formats. | |
Sound | ![]() ![]() ![]() ![]() ![]() |
While voiceovers were charming, the game really lacked in the variety of sounds, and the music was repetitive. | |
Gameplay | ![]() ![]() ![]() ![]() ![]() |
Where the sound and graphics faltered at times the gameplay is outstanding. |
Overall | ![]() ![]() ![]() ![]() ![]() |
---|---|
This optional summary is automatically calculated. You just provide the text. |
Here it is again with no title or overall summary:
Review Score | |
---|---|
Battery Life | ![]() ![]() ![]() ![]() ![]() |
Terrible. As soon as I unplug it the laptop shuts down. | |
Price | ![]() ![]() ![]() ![]() ![]() |
Amazingly affordable. They probably saved costs on the battery. |
Icon Sets
The plugin currently comes with four icon sets, the default of which is the traditional yellow star. Use the icon parameter to change it. You can even create your own set (see the Easy Review Builder FAQ).
For example, to use the bluestar icon set shown below, you would use:
icon=”bluestar”
bluestar icons | |
---|---|
Battery Life | ![]() ![]() ![]() ![]() ![]() |
Terrible. As soon as I unplug it the laptop shuts down. | |
Price | ![]() ![]() ![]() ![]() ![]() |
Amazingly affordable. They probably saved costs on the battery. |
Overall | ![]() ![]() ![]() ![]() ![]() |
---|---|
Average score from all categories. |
star2 icons | |
---|---|
Battery Life | ![]() ![]() ![]() ![]() ![]() |
Terrible. As soon as I unplug it the laptop shuts down. | |
Price | ![]() ![]() ![]() ![]() ![]() |
Amazingly affordable. They probably saved costs on the battery. |
Overall | ![]() ![]() ![]() ![]() ![]() |
---|---|
Average score from all categories. |
gear icons | |
---|---|
Battery Life | ![]() ![]() ![]() ![]() ![]() |
Terrible. As soon as I unplug it the laptop shuts down. | |
Price | ![]() ![]() ![]() ![]() ![]() |
Amazingly affordable. They probably saved costs on the battery. |
Overall | ![]() ![]() ![]() ![]() ![]() |
---|---|
Average score from all categories. |
Examples in the Wild
Techulous reviews iWater Flow game
This article demonstrates several dyerware plugins: Easy Spoiler, Easy Review Builder, Gallery and Caption:
Techulous reviews Bioshock 2
Admin Panel
Easy Review Builder now comes with an administration panel for setting some defaults, such as your icon choice. Settings in the GUI are overwridden if they are specified in the shortcode. So for example, selecting the icon set “bluestar” in the admin panel and NO icon setting in the shortcode will result in the bluestar icons.
Usage
Now that we have seen it in action have some idea as to what you want to build with it, lets go over each parameter in detail. Anywhere (and even more than once) within a page or post you may enter the following to render the review summary:
[easyreview (your parameters go here)
]
It is very important that all of your parameters appear on one line and are all lower case. The plugin has had an addition made to detect malformed arguments and abort processing. This helps you recognize a formatting problem. If you experience this, you will see the following text along with some help information on your post or page: “EASY REVIEW BUILDER SHORTCODE ERROR”.
It is recommended that you enter these shortcodes in the raw HTML editor and not in a WYSIWIG one. This also avoids the unintentional insertion of HTML code that would otherwise malform your parameters and input text.
Ok, enough of that. Lets go over each easyreview parameter:
title (optional)
Example : “Super Graphics Card Conclusion”
Description: Adds a title to the review table
catXtitle (at least 1 is required)
Example : “Sound”
Description: The title of a category to list. X = 1-8.
catXdetail (at least 1 is required)
Example : “The sound was outstanding: both creepy and atmospheric.”
Description: A paragraph to hit home your thoughts on this category.. X = 1-8.
catXrating (at least 1 is required)
Example : “4.5”
Description: The star rating for this category. X = 1-8.
overall (optional)
Example : “true”
Description: If true, a star rating computed average will be made in the conclusion.
summary (optional)
Example : “And in conclusion… buy this video game. It will change your life!”
Description: The final wrapup text. It will only be shown if overall is true.
ratingmax (optional)
Example : “5”
Description: The number of starts your review system is based on. The default is 5.
tablecss (optional)
Example : “mycssrule easyReviewWrapper”
Description: A set of CSS definitions to apply to the DIV with which the table resides in. Email us any CSS tweaks you think we should make as the default.
icon (optional)
Example : “star”
Description: Which star icon set to use. There are currently four icon sets: star, star2, gear, and bluestar. You can make your own but currently they must reside in the icons folder of the plugin. Email us any sets you make that you would like to be available in the default set.
And Wrapping Up…
What to look for in the (near) future:
Flexible CSS configuration options, user-selectable star icons, and a shortcode gui builder.
Your thoughts are always welcome! Please post here any issues or suggestions.
Thanks for sharing this very useful plugin, but I can’t get it working. I installed the plugin, and I copied the code you show in this post (or a changed one made by myself) but nothing happens. My mistake for sure.
Hello im new and i was wondering where you put the code. was it under theme editor then you select what you want to be reviewed (example: single post) then wrap that in … ? then where would i place [EASYREVIEW (summary)]?
You only need to enter the shortcode in your post. Within the shortcode is where you provide the details to it as arguments within the command. Lemme know if you get stuck
I’m sorry, now I could solve the problem. I inserted the code in a post under the “HTML” mode and it is working correctly.
Thank you very much again.
Even I still do that :). Glad it’s working
Is there are way for you to integrate it on the edit-post page, so the user basically has to click on a button to insert tags or could could you code an extra box below the editbox that adds the the tags when the post gets published?
I am not sure what you mean by tags… but if you mean the shortcode parameters, thats definitely in the plan. There will be both admin and post integrated helper sections. Right now we have to get out a new version of flitter (1.6) and a minor chart builder update… but we definitely intend on adding the gui assist.
It helps to wring out the features with the community before you build the gui, so thats why its manual at the moment.
Thank you for the quick reply! Yes, sry i was in a hurry, of course i meant shortcode.
It’s really a great tool and i prefer it over GD-rating, wich is way to bloated for my taste and takes about 4mb ram. I’m on shared hosting and since wordpress already uses 20mb+ i can not install every plugin i would like to. I deinstall everything over 100kb.
Please keep on your good work and don’t leave us after a few versions(of wordpres i mean :D)
I was wondering does this plugin allow all registered members to post reviews so the initial poster can create the review then users can also generate their reviews and build a consensus?
Anybody can author a review but it does not have a voting mechanism. Very lightweight plugin.
There will be a GUI assist soon to help the creation process.
Is this plugin compatible with WordPress 2.9? I get an error every time I try to activate it which says “Plugin could not be activated because it triggered a fatal error.” I can send you the exact code via email if you want to see it.
Yes, this very site is running 2.9, but to make sure I tested deactivation and activation which seemed ok. Is your version of PHP >= 5?
Just found out it’s PHP 4. The host has some code to add to the .htaccess file to force it to use PHP 5 (1and1.com), but so far I haven’t gotten it to work that I can verify, and certainly not with the plugin.
bummer… sorry I don’t know much about PHP 4 vs 5, nor do I have it available to play with in my environment. If you come across some PHP tweaks that help I’ll baseline them.
Hello,
I do confirm this excellent plug in works with WP 2.9.1 (at least RC1)
Luc
Hi there i am having some problems installing this addon with my german wp 2.9.1 Version: Installing works fine, but when i want to start the plugin, there’s a fatal error:
“Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /mnt/web4/33/48/5664448/htdocs/mk/wp-content/plugins/easy-review-builder-for-wordpress/easy-review-builder.php on line 30”
I am confused…
I actually have the exact same fatal error come up… I think it’s because I’m on php4 not php5 (takes a few hrs for my hosting to change it over aparently).
hopefully the change to php5 will get rid of that error.
Hi thanks a lot for sharing this it’s a very easy to use app. May I suggest that if we can get an area in the wordpress back office where you can simply go there and find the code you need, something like a form enter the number of categories, then enter the text and it generates the code…Just a suggestion but thanks a load for this
If I understand you right, the plan is to create a GUI assist within the new post/edit post backoffice editor. Just have not had time to get back to it yet, but its coming.
this isnt working for me just yet (assuming due to being on php4 not php5), but I’m curious if this plugin also allows other people to vote ? I’m doing a product review website where I want people to be able to vote on different categories.
Thanks,
Armand
The plugin does require php5. But on to your question, no it does not allow votes. There are plugins that have what you are looking for though. I may add that capability
This is a great plugin, very well designed. Is there anyway that It can be interactive. Meaning you post the categories, and users can rate?
Does this review plugin use Microformats?
You mean as in these? http://microformats.org/wiki/hreview
No, but I could add the related class fields in the output. Would that be what you were looking for?
-d
Hi. I haven’t yet tried this plugin, but I think supporting the hReview microformat is important for SEO.
There’s another review plugin I found that I haven’t really looked at yet either called “hreview-support-for-editor” which supports hReview microformat, so I thought I’d share it in case you can benefit from how they do things.
Looking forward to giving your plugin a try.
Thanks,
Jeff
MileHighTechGuy
I see Mike, thanks!
I will look into this.
this plugin really helps me a lot, thanks admin.
Hi, just discovered Easy Review Builder. Been trying to figure out how to change it around a little and can’t find any information as to how to do the following:
1.a. find the icon folder, to put my own up and 1.b. what size should the icons be?
2. delete icons in some of the categories
3. delete the ‘overall’ scores box
4.a. edit the text size and line spacing, and 4.b. put both the title and the detail on one line in some of the boxes.
5. is it possible to change background colors of the header and such?
Thank you!
Ok we can help with that 🙂
Do you know where your wordpress plugins folder is? This is not an ideal location but its just what I have for now and if you update the plugin you loose the icons:
/wp-content/plugins/easy-review-builder/icons.
Follow the info on the faq page for
“How do I create my own custom star icons?”
As for the “no icons on certain categories” sorry I don’t have that option
As for deleting the overall, thats easy. Just add overall=”false”
On text spacing and colors, its possible to change them. Start off by copying the css files you see in the plugin folder but name it whatever you want. Then specify this file as your CSS file for the plugin in the admin menu.
Its touch and go if you can get the right effect you want, but let me know if you experience problems.
Also, the forum here creates trouble tickets behind the scenes that helps me track things a bit better.
I am getting an error. Is this one known. I am using 2.9.2 of wordpress
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/admin/domains/g……………………../public_html/wpress/wp-content/plugins/easy-review-builder-for-wordpress/easy-review-builder.php on line 30
Never mind i found out already. This is a server especially for php4 scripts.
it is using php5
thanks
Hi,
I apologize in advance because I must have misunderstood something along the way.
I have inserted the easyreview shortcode with all required parameters. I get the title, but I get no review box to post a review. Is the plgin supposed to insert that review box?
Thanks
Sorry I should have replied sooner.
Yes, it should look like the article above. Can you use the forum (http://www.dyerware.com/main/forum/easy-review-builder) to post your shortcode (without the surrounding angular brackets) and the problem you are having?
Pretty sure we can figure this out quickly.
thanks
darn, i thought this was used for allow users to submit reviews sort of like what amazon and dell have.
I know you want to keep this simple, but may I suggest you add a voting mechanism? looking for a simpler alternative to GD Star!
Yep I keep intending to get back to this plugin. Two things I really want to do are to create a visual editor for entering the shortcode, and some SQL integration, which would play into some user interaction. I cannot say when I would get to it though.
hello!
i crossed your plugin while searching for a wordpress review system
do you plan on updating the plugin in future?
it would be also great if you could make it possible to review more items in one post.
i plan a magazine with products reviews, where i compare products and give each product a ratings.
jasmin
Hi jasmin. You should be able to have multiple reviews per post. See the tutorial page as an example
I am planning an update but workload has been very high. Post any feature requests in the forum by all means
Regards
Hello, great plugins but with no improvement in these months. I use actually GDStar but it’s very complicated to do non standard things. You’ll do some update in near future?
Thanks.
Hello,
I was just wondering how to change the default color scheme of the table. I can see from the sample website that they could do it, however, I don’t see that option within the admin panel. A detailed reply would be greatly appreciated!
Thanks.
Love you easy review builder. I use it on two of my sites. Any chance of maybe making this into a form that can easily be filled out and then posted? It’s not hard the way it is now, but I am always doing the same types of reviews. It would great to build a template that I can just use every time with some fields to fill in and hit post and there’s the review.
Yes, some work was done early this year for easy chart builder (and the idea was to fold it into erb) but the problem was parsing the article to recreate the form when you wanted to edit it again.
Eventually all the complex plugins will get this feature. I am hoping the editor updates coming in 3.1 will open some things up.
Thanks for the great plugin. I’m wondering if it’s possible to remove the ‘category justification’ field?
Please use the forum for future comments:
http://www.dyerware.com/forum
If we missed your question, ask it there. The comment feature got a bit out of control
-dyerware
[…] Jadi, kalau Anda kebingungan, langsung aja lihat tutorial pemakaiannya di sini. […]
[…] Bagi yang tertarik dengan plugin ini, silakan download di halaman resminya langsung: Download plugin Easy Review Builder di sini. Sejujurnya, pemakaian plugin ini agak susah. Jadi, kalau Anda kebingungan, langsung aja lihat tutorial pemakaiannya di sini. […]
[…] querer um plugin para facilitar a avaliação dos vários aspectos deste produto. Neste caso, o Easy Review Builder pode ser uma excelente […]
[…] Easy Review Builder documentation is also well written, well laid out, and very easy to […]