Coursecheck Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
The official WordPress plugin for coursecheck.com training providers.
By installing this plugin on your website prospective customers can see your most recent reviews, how many reviews you have, together with your average rating.
Company rating
You can display your overall company rating anywhere on your site using a widget or shortcode.
To add a company rating to your sidebar navigate to Appearance > Widgets and add Coursecheck Widget to any widget area your theme supports.
To achieve the same result using a shortcode:
[coursecheck company_id=X]
where X is your coursecheck CompanyID
Course rating
You can display a course specific rating anywhere on your site using a widget or shortcode.
To add course rating to your sidebar navigate to Appearance > Widgets and add Coursecheck Widget to any widget area your theme supports. Then add the CourseID to a pages Coursecheck meta box (see screenshot below).
To achieve the same result using a shortcode:
[coursecheck course_id=y]
where y is your coursecheck CourseID
Recent reviews carousel/slider
You can display a carousel of your recent reviews on any page or post using the following shortcode:
[coursecheck_reviews company_id=X]
where X is your Coursecheck CompanyID
To show recent reviews for a specific course add the course_id attribute
[coursecheck_reviews company_id=X course_id=Y]
where X is your Coursecheck CompanyID and Y is one of your Coursecheck CourseIDs’
To change the speed of the carousel simply add a speed attribute
[coursecheck_reviews company_id=X speed=10]
Slider speed set to 10 seconds
Recent reviews list
To add a list of recent reviews to your sidebar navigate to Appearance > Widgets and add Coursecheck Recent Reviews to any widget area your theme supports.
To add a list of your recent reviews to any page or post, use the following shortcode:
[coursecheck_reviews company_id=X display=list]
where X is your Coursecheck CompanyID
To show recent reviews for a specific course add the course_id attribute
[coursecheck_reviews company_id=X display=list course_id=Y]
where X is your Coursecheck CompanyID and Y is one of your Coursecheck CourseIDs’
To limit the number of reviews displayed add the optional num_reviews attribute:
[coursecheck_reviews company_id=X display=list num_reviews=4]
where X is your Coursecheck CompanyID
(the maximum number of reviews that can be displayed is 10)
To display the list in a simple mobile friendly 2 column layout add the optional layout attribute:
[coursecheck_reviews company_id=X display=list layout=columns]
where X is your Coursecheck CompanyID
Styling & Colors
We have included simple styling based on the Coursecheck branding that should work for most websites, but you can change pretty much any of this using WordPress Customizer / Additional CSS.
Demos and Examples
For more help and demos please see our Coursecheck Plugin Demo website.
Screenshots
-
Adding company rating widget
-
Adding a course rating widget
-
Display company rating using a shortcode
-
Display a course rating using a shortcode
-
Display recent reviews in sidebar widget area