Chat with a fictitious character that learns from you. The bot records all the conversations and uses the users answers to write. When you answer a question it memorize the relation between both phrases, so if someone do the same question, it will write a related answer.
You can use different characters and each one keeps independent conversations, so each character has a "personality".
It is i18n customizable and all the visual customizations could be done at conversador.css
(for instance each character avatar). Translations to different languages are welcomed.
This section describes how to install the plugin and get it working.
- Upload
conversador
folder to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Place 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.