Tingwo

Component ID

1670976

Component name

Tingwo

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Preface

This module aid to integrate with the Tingwo Web Voice service.

Introduction

Tingwo Web Voice provides online natural text-to-speech (TTS or text to voice) conversion, using synthetic voices. Web Voice is a service that generates the audio version of your web site's pages, improving their accessibility and helping people who may have difficulty in reading the contents by themselves, or who simply prefer listening.

Usage

Add the 'tingwo' directory in your modules directory (usually sites/all/modules). Enable the module (administer -> build -> modules) and in the settings page (administer -> site configuration -> tingwo settings) set your Customer ID.
Choose in which content type you want to enable the module.
Choose the button image.
Finally, choose where to display the button by selecting the block position (administer -> build -> block) or simply by adding

<?php
 theme("tingwo_button", $node); 
?>

in your template file.