643

Product support

Get help in the plugin support forum.

  • Added on Jan 22, 2020
  • Current version: 1.0.1
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by

Categories

Add Klantenvertellen reviews to your website

Because this plugin is for a typically Dutch review-system, the plugin is only available in Dutch and English. To use this you will need a free account on klantenvertellen.nl

Features

This plugin comes with two components:

  • Show a list of reviews written about your company on klantenvertellen.nl
  • Show aggregated data, number of reviews and grade

Within the settings you will be able to add your klantenvertellen xml link, review link and the amount of time data needs to be cached locally.

Future plans

We are busy to implement rich snippets to the reviews and aggregated review, so Google will show stars with your results. This is already possible by writing your own template overwrite.

Disclaimer

This plugin is provided for free by Netsetters. We are not affiliated with Klantenvertellen.nl and for support with their website you will need to contact klantenvertellen.nl directly.

You can put the klantenvertellen reviews or score on any front-end page. Add the component to a page or layout. You will need to add your personal settings first (klantenvertellen xml en form link)

The simplest way to add the reviews is to use the component's default partial and the {% component %} tag. Add it to a page or layout where you want to the reviews:

{% component 'klantenvertellenFeed' %}

Or the default score component

{% component 'klantenvertellenScore' %}

If the default partial is not suitable for your website, replace the component tag with custom code, for example:

{% for review in reviews %}

<h3>{{ review.oneliner }}, {{ review.rating }}/10</h3>
<small> {{ review.author }} || {{ review.date|date('d-m-Y') }}</small>
 <p>{{ review.opinion }}</p>  

{% endfor %}                  
1.0.1

Added a long term cache as fallback when klantenvertellen webservice is not available.

Jan 29, 2020

1.0.0

First version of my funky plugin

Nov 18, 2019