You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ This repo contains example projects for common use cases for TalkJS.
4
4
5
5
TalkJS is a chat API with a pre-built UI for web and mobile apps. Build any chat use case into your product with just a few lines of code. Frontend UI SDK and out-of-the-box notifications included.
6
6
7
-
Visit [talkjs.com](https://talkjs.com/?ref=jssdk-npm-readme) or see our [docs](https://talkjs.com/docs/) to learn more!
7
+
Visit [talkjs.com](https://talkjs.com/?ref=jssdk-npm-readme) or see the [TalkJS docs](https://talkjs.com/docs/) to learn more!
8
8
9
9
## How-to guides
10
10
11
-
See our[how-to guides](./howtos/) for ways to use TalkJS's features to customize your chat. Here are just a few examples:
11
+
See the[how-to guides](./howtos/) for ways to use TalkJS's features to customize your chat. Here are just a few examples:
12
12
13
13
-[How to set an automatic away message](./howtos/how-to-set-an-away-message/) with webhooks and the REST API
14
14
-[How to use custom data to style your TalkJS chat](./howtos/how-to-use-custom-data-to-style-your-talkjs-chat/)
@@ -18,16 +18,16 @@ See our [how-to guides](./howtos/) for ways to use TalkJS's features to customiz
18
18
19
19
## SDKs
20
20
21
-
See examples for how to get started with our SDKs:
21
+
See examples for how to get started with the SDKs:
22
22
23
-
-[JavaScript SDK](./user-to-operator/)
24
-
-[React SDK](./react)
23
+
-[JavaScript (Classic SDK)](./user-to-operator/)
24
+
-[React (Classic SDK)](./react/classic-sdk/)
25
25
-[React Native SDK](./react-native)
26
26
-[Flutter SDK](./flutter_sdk/)
27
27
28
28
## Integrating with other frameworks
29
29
30
-
Our [JavaScript SDK](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/) lets you integrate TalkJS into your frontend with regular JavaScript, so you can use it alongside any web framework.
30
+
The [classic JavaScript SDK](https://talkjs.com/docs/UI_Components/JavaScript/Classic/) lets you integrate TalkJS into your frontend with regular JavaScript, so you can use it alongside any web framework.
31
31
32
32
Examples of integrating with popular frontend frameworks:
33
33
@@ -50,6 +50,6 @@ Using a library, framework or language not listed here? [Let us know](https://ta
50
50
51
51
## Other resources
52
52
53
-
For more information on how to integrate TalkJS to your projects, check out our [docs](https://talkjs.com/docs/?ref=gh-example-readme).
53
+
For more information on how to integrate TalkJS to your projects, check out the [TalkJS docs](https://talkjs.com/docs/?ref=gh-example-readme).
54
54
55
55
Not sure how to cover your use case with TalkJS? [Get in touch](https://talkjs.com?ref=gh-example-readme&chatwithus=1) and we'll help you out!
Copy file name to clipboardExpand all lines: _archive/blazor/blazor-wasm-basic-example/Article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ public class User
104
104
}
105
105
```
106
106
107
-
The properties are pretty self-explanatory. If you are interested in deeper explanations feel free to visit the official docs: https://talkjs.com/docs/Reference/Concepts/Users/
107
+
The properties are pretty self-explanatory. If you are interested in deeper explanations feel free to visit the official docs: https://talkjs.com/docs/Concepts/Users/
108
108
109
109
Due to the way we developed our functions in the `TalkAux` object, we do not need any additional models.
Copy file name to clipboardExpand all lines: csharp/blazor_talkjs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is an example project for TalkJS's tutorial on [how to integrate TalkJS wit
4
4
5
5
This example demonstrates how to integrate TalkJS with a Blazor web application. There is one project present inside the repo:
6
6
7
-
- The `Blazor Web App` Interactive Server project which uses TalkJS's [JavaScript SDK](https://talkjs.com/docs/Getting_Started/JavaScript_SDK) to create a one on one chat.
7
+
- The `Blazor Web App` Interactive Server project which uses TalkJS's [classic JavaScript SDK](https://talkjs.com/docs/UI_Components/JavaScript/Classic) to create a one on one chat.
8
8
9
9
> [!TIP]
10
10
> [Download this example project as a zip file](https://github.com/talkjs/talkjs-examples/releases/latest/download/csharp.blazor_talkjs.zip)
Copy file name to clipboardExpand all lines: flask/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This is an example project for TalkJS's tutorial on [how to build a Flask chat a
5
5
This example demonstrates how to integrate TalkJS with a Python application that uses the Flask framework. There are two projects present inside the repo:
6
6
7
7
-`talkjs-flask-python`: This project contains the Flask backend, which serves a REST endpoint with user data.
8
-
-`talkjs-frontend`: This project contains the frontend code, which uses TalkJS's [JavaScript SDK](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/) to create chats between users.
8
+
-`talkjs-frontend`: This project contains the frontend code, which uses TalkJS's [classic JavaScript SDK](https://talkjs.com/docs/UI_Components/JavaScript/Classic/) to create chats between users.
Copy file name to clipboardExpand all lines: flutter_sdk/basic-example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# TalkJS and Flutter example
2
2
3
-
An example project that shows both the [ChatBox](https://talkjs.com/docs/Reference/Flutter_SDK/Widgets/Chatbox/) and [ConversationList](https://talkjs.com/docs/Reference/Flutter_SDK/Widgets/ConversationList/) widgets of TalkJS.
3
+
An example project that shows both the [ChatBox](https://talkjs.com/docs/UI_Components/Flutter/Widgets/Chatbox/) and [ConversationList](https://talkjs.com/docs/UI_Components/Flutter/Widgets/ConversationList/) widgets of TalkJS.
4
4
5
5
> [!TIP]
6
6
> [Download this example project as a zip file](https://github.com/talkjs/talkjs-examples/releases/latest/download/flutter_sdk.basic-example.zip)
Copy file name to clipboardExpand all lines: howtos/how-to-add-forwarding/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ This is an example project for TalkJS's tutorial on [How to add a forward messag
7
7
<figcaption>A conversation with a forwarded message</figcaption>
8
8
</figure>
9
9
10
-
This project uses custom [message actions](https://talkjs.com/docs/Features/Message_Features/Message_Actions/) and the [TalkJS REST API](https://talkjs.com/docs/Reference/REST_API/Getting_Started/Introduction/) to allow users to forward text-based messages to conversations that they're part of.
10
+
This project uses custom [message actions](https://talkjs.com/docs/Features/Messages/Message_Actions/) and the [TalkJS REST API](https://talkjs.com/docs/REST_API/) to allow users to forward text-based messages to conversations that they're part of.
11
11
12
12
> [!NOTE]
13
-
> This example implementation of message forwarding only supports forwarding text-based messages, not messages that are location shares, [voice messages](https://talkjs.com/docs/Features/Message_Features/Voice_Messages/), or [file attachments](https://talkjs.com/docs/Features/Message_Features/File_Sharing/). To extend the current functionality to also include forwarding files, see the information on [sending files with the REST API](https://talkjs.com/docs/Reference/REST_API/Messages/#send-a-file).
13
+
> This example implementation of message forwarding only supports forwarding text-based messages, not messages that are location shares, [voice messages](https://talkjs.com/docs/Features/Messages/Voice_Messages/), or [file attachments](https://talkjs.com/docs/Features/Message_Features/File_Sharing/). To extend the current functionality to also include forwarding files, see the information on [sending files with the REST API](https://talkjs.com/docs/REST_API/Messages/#send-a-file).
14
14
15
15
> [!TIP]
16
16
> [Download this example project as a zip file](https://github.com/talkjs/talkjs-examples/releases/latest/download/howtos.how-to-add-forwarding.zip)
Copy file name to clipboardExpand all lines: howtos/how-to-build-a-chat-similar-to-upwork-with-talkjs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,4 @@ This example project accompanies the tutorial: [How to build a chat similar to U
9
9
10
10
+ Replace the `APP_ID` in `script.js` with your own app ID. You can find your app ID on the **Settings** page of your [TalkJS dashboard](https://talkjs.com/dashboard/).
11
11
+ On the [**Themes** page](https://talkjs.com/dashboard/themes) of your dashboard, create a new theme and apply it to the `default` role.
12
-
+ Add the [`role` property](https://talkjs.com/docs/Reference/Concepts/Roles/) to your user and the other user, and set it to `default` to apply the new theme.
12
+
+ Add the [`role` property](https://talkjs.com/docs/Concepts/Roles/) to your user and the other user, and set it to `default` to apply the new theme.
Copy file name to clipboardExpand all lines: howtos/how-to-build-a-chat-that-looks-like-linkedin-chat-with-talkjs-chat-api/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,4 @@ This example project accompanies the tutorial: [How to build a LinkedIn lookalik
9
9
10
10
+ Replace the `APP_ID` in `script.js` with your own app ID. You can find your app ID on the **Settings** page of your [TalkJS dashboard](https://talkjs.com/dashboard/).
11
11
+ Create a new theme and apply it to the default role.
12
-
+ Add the [`role` property](https://talkjs.com/docs/Reference/Concepts/Roles/) to your user and the other user and set it to default to apply the new theme.
12
+
+ Add the [`role` property](https://talkjs.com/docs/Concepts/Roles/) to your user and the other user and set it to default to apply the new theme.
Copy file name to clipboardExpand all lines: howtos/how-to-build-an-airbnb-chat-lookalike-with-talkjs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,4 @@ This example project accompanies the tutorial: [Build a messaging inbox similar
9
9
10
10
+ Replace the `APP_ID` in `script.js` with your own app ID. You can find your app ID on the **Settings** page of your [TalkJS dashboard](https://talkjs.com/dashboard/).
11
11
+ Create a new theme and apply it to the `default` role.
12
-
+ Add the [`role` property](https://talkjs.com/docs/Reference/Concepts/Roles/) to your user and the other user, and set it to `default` to apply the new theme.
12
+
+ Add the [`role` property](https://talkjs.com/docs/Concepts/Roles/) to your user and the other user, and set it to `default` to apply the new theme.
0 commit comments