Skip to main content
  • Increase trust and sales
  • The lowest price
  • Automatically collect reviews

Personalizing a widget

Written by Marcel Landeweerd

WebwinkelKeur widget with iframe


WebwinkelKeur offers the possibility to display your rating score on your web store using iframe code. We call this feature the WebwinkelKeur widget. How to generate the code you can read here.


With the necessary technical knowledge you can customize the appearance of the widget by applying your own CSS code.



Example iframe code


For example, a standard iframe looks like this (greatly abbreviated):


<iframe src="https://dashboard.webwinkelkeur.nl/webshops/widget_html?id=<ID>&language=nld"></iframe>.

In the full code you will find additional variables such as layout, theme, color, amount, etc. You can modify these as you wish. Check out the complete parameters in the API documentation.


Apply CSS variables


You can customize the appearance with CSS. Two options:


- Inline code: css=body{background:blue;}


- External file: css=https://mywebsite.com/custom-widget.css


Have you created your own custom widget? Let us know and we will be happy to share your creation as an example.