Chat with a fictitious character that learns from you. The bot records all the conversations and uses the users answers to write.
This section describes how to install the plugin and get it working.
conversador folder to the /wp-content/plugins/ directoryPlace a link to open a new chat window:
<a href="#" onclick="window.open('/wp-content/plugins/conversador/chat.php?nombre=Kalko', '_blank', 'width=300,height=600,scrollbars=no,status=no'); return false;">Chat with Kalko</a>
You can change the character name with the nombre parameter. If you enter a different name, a new character is created and its conversations are stored independent from the others characters ones.