This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
59 lines (38 loc) · 1.98 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=== Chatterbox ===
Author URI: https://www.daveryan.io
Plugin URI: https://www.github.com/0aveRyan/chatterbox
Contributors: dryanpress
Tags: block, chat, message, mobile, gutenberg
Requires at least: 5.3.2
Tested up to: 5.3.2
Stable tag: 0.1.1
Requires PHP: 7.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Create chat threads using WordPress Blocks inside app and mobile wrappers.
== Description ==
Create chat threads using WordPress Blocks inside app and mobile wrappers.
Chatterbox can be used for:
* Demos of chat bots
* Publishing chat records in news stories
* A fun way to add striking visual display to conversations
At launch, Chatterbox allows display of chats with messages and timestamps in inbound and outbound styles.
Chat threads can be displayed without a background, in an app container, in mobile phones and other computer screens.
Learn more about what's [on the roadmap](https://github.com/0aveRyan/chatterbox#roadmap).
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/chatterbox` directory or search for "Chatterbox" in the WordPress Admin's Plugin screen.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Go to the Block Editor and type `/chatterbox` to get started.
== Frequently Asked Questions ==
= Is Chatterbox a live chat service? =
No, Chatterbox is a display block -- there are no interactive chat features.
= Can I customize the fonts and colors? =
At launch, these features aren't in Chatterbox -- hopefully in the next few months!
= Wouldn't it be great it chats were animated? Had names? Avatars? Etc? =
Yes. Yes it would. Those kind of features are on the [on the roadmap](https://github.com/0aveRyan/chatterbox#roadmap)!
Some of these features will rely on new features in the Gutenberg project. Once those are out in the wild, Chatterbox will be getting some love.
== Screenshots ==
1.
== Changelog ==
= 0.1.0 =
* Initial Public Release