GetKudos
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Overview
This module integrate GetKudos to your drupal site installation.
GetKudos is a business tool for collecting and displaying customer reviews and testimonials, optimized for authenticity in today's age of social media. We aim for a fuss-free solution without you requiring engineering help.
Features
This module provide two GetKudos widget — floating and inline.
-
Floating Widget
You can display GetKudos floating widget in your site by configuring in Administration » Configuration » Web Services » GetKudos (
admin/config/services/getkudos). -
Inline Widget
Display GetKudos inline widget by enabling its block in Administration » Structure » Blocks (
admin/structure/block). If you want to embed in your theme's template, callgetkudos_inline_widget(). This function return renderable array, so wrap it withdrupal_render()orrender().$widget = getkudos_inline_widget(); drupal_render($widget);
