Kiyoh Rating
No security coverage
This module integrates Kiyoh ratings into your Drupal site by fetching them from the Kiyoh XML feed. It provides a block to display ratings and an inline option for custom placement, but offers minimal styling and HTML.
A Kiyoh rating module designed to help you with getting the ratings from the Kiyoh XML Feed.
There is a block available that you can place on your website, this block always makes usage of the kiyoh-rating-big template. This module provides no styling and just a little HTML.
The inline version only works with the theme render hook, here is a code example in a preprocess hook:
$variables['kiyoh_rating'] = [
'#theme' => 'kiyoh_rating_inline',
'#kiyoh_hash' => 'your_hash',
];