As a course provider and client of Coursecheck, you can add review information to your own website using standard WordPress widgets and shortcodes.
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.
Please use the examples here to help you add the information you need to your website. If you need any further help please visit the WordPress plugin home page, and if you need support please use the support forum.
How to install the plugin
The simplest way to install the plugin is from your WordPress Dashboard. Navigate to Plugins > Add New, then use the search form in the top-right to search for Coursecheck. Click Install Now and once installed you need to Activate the plugin. You can now follow the instructions here to add Widgets and Shortcodes to your site to display your Coursecheck data to users.
In-Line Company Reviews Summary Widget
You can also add the company summary widget anywhere on your site, including non widget areas, using the following shortcode
[coursecheck company_id=X] where X is your Coursecheck CompanyID
Recent Reviews Carousel
This carousel can be placed on any page using the wordpress shortcode:
[coursecheck_reviews company_id=X]
where X is your Coursecheck CompanyID
To display reviews for a specific course add the optional course_id attribute:
[coursecheck_reviews company_id=X course_id=Y]
where Y is one of your Coursecheck CourseIDs'
You can limit the number of reviews displayed by adding the optional num_reviews attribute:
[coursecheck_reviews company_id=X num_reviews=4]
maximum number of reviews that can be displayed is 10
The default slider speed is 5 seconds. You can override this by adding the optional speed attribute:
[coursecheck_reviews company_id=X speed=10]
sets slider speed to 10 seconds
Recent Reviews List
This list can be placed on any page using the wordpress shortcode:
[coursecheck_reviews company_id=X display=list]
where X is your Coursecheck CompanyID
To display reviews for a specific course add the optional course_id attribute:
[coursecheck_reviews company_id=X display=list course_id=Y]
where Y is one of your Coursecheck CourseIDs'
You can limit the number of reviews displayed by adding the optional num_reviews attribute:
[coursecheck_reviews company_id=X display=list num_reviews=4]
maximum number of reviews that can be displayed is 10
To display the list in a simple responsive (mobile friendly) 2 column layout add the optional layout attribute:
[coursecheck_reviews company_id=X display=list layout=columns]