Este plugin não foi testado com as 3 atualizações principais mais recentes do WordPress. Pode ser que não tenha mais manutenção ou suporte e talvez tenha problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Talkomatic

Descrição

Talkomatic is a unique text chat facility for the web. It is different from most chat
rooms in that each participant has their own little section of the screen to type into,
and you see what other people are typing letter-by-letter, as they type it, so the experience
is more immediate. Talkomatic runs on its own server at http://talko.cc.

The Talkomatic plugin lets you embed a Talkomatic chat room in a page or post on your own
WordPress site, using a simple shortcode. The chat room appears on your page within an iframe.

If the shortcode specifies a room name, any user who navigates to the page where
this shortcode is included will automatically enter the named chat room. If no
room name is specified, the user will enter the Talkomatic lobby, which displays
a list of active rooms and participants and allows the user to choose an existing
room or open a new room, which may be public or private.

If the named room is not already open, it will be opened automatically as a public room.
If the named room is already open and is public, the user will enter the room if there is
an open slot. (There is a maximum of five participants per room.) If the room is open as
a private room, the user will be required to type the room key before being allowed in.
The room key is defined by whoever opens the room and designates it as private.

Talkomatic chat rooms do not place any burden on your WordPress server because they
are hosted on the independent server at http://talko.cc. For more information about
Talkomatic, see http://talko.cc/about.html

Using the Talkomatic shortcode – Examples:

Put user into a specific named room, with default iframe dimensions (900 x 850 pixels):
    [talkomatic room="Elbow Room"]

Put user into a specific named room, with custom iframe dimensions:
    [talkomatic room="Broom Closet" width=600 height=800]

Put user into the Talkomatic lobby, where they can choose a room or open a new one:
    [talkomatic]

Put user into the Talkomatic lobby, with custom iframe dimensions:
    [talkomatic width=650 height=900]

WordPress Version Compatibility

Regardless of what the “Compatible up to” line says, this plugin should be compatible with all
future versions of WordPress forever. You can count on it because this plugin simply outputs
some HTML text and does not interface to any part of the WordPress core. It could only become
incompatible if WordPress changes the basics of how shortcodes are defined and called, which is
extremely unlikely since that would break thousands of plugins, and WordPress has a strong
commitment to backward compatibility.

requisitos

  • PHP 4+
  • WordPress 3.0+

Imagens de tela

  • Sample of a Talkomatic chat room with four participants

Instalação

  1. Download and unzip the latest release zip file
  2. Upload the entire directory to your /wp-content/plugins/ directory
  3. Ative o plugin por meio do menu “Plugins” no WordPress

FAQ

See http://talko.cc/about.html

Avaliações

Leia 1 avaliação

Colaboradores e desenvolvedores

“Talkomatic” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores

Registro de alterações

  • 1.0.0 – 2015-10-01 – Initial release version
  • 1.1.0 – 2015-11-14 – Simplify the invitation URL shown in the room footer, and tweak documentation.