HTML+CSS+JS web chat, no registration, no flash!

dmTalkPlugin provides an HTML/CSS/JS web chat.
It allows to create rooms and chat without any registration.
Try it online!
 Diem Talk: no registration, no flash web chat

Installation

  • In a console, from your project root dir, run:
git clone git://github.com/ornicar/dmTalkPlugin.git plugins/dmTalkPlugin  
  • In config/ProjectConfiguration.class.php, add dmTalkPlugin to the list of enabled plugins:
class ProjectConfiguration extends dmProjectConfiguration
{  
  public function setup()  
  {  
    parent::setup();  
 
    $this->enablePlugins(array(  
      // your enabled plugins  
      'dmTalkPlugin'  
    ));  
  • In a console, from your project root dir, run:
php symfony doctrine:generate-migrations-diff  

php symfony doctrine:migrate  

php symfony dm:setup  

Usage

Find the Talk Room/Application widget in the front Add menu, drag&drop it to the page. Reload the page: done!

    Add a comment

    dmTalkPlugin, created on April 4, 2010 by Thibault D, used by 100 projects

    Fork Diem on GitHub