CrossTalk Comments JavaScript Documentation

Add Comments, Live Chat, Polls, AI Summary, Social Bars and much more with CrossTalk JavaScript SDK.


Introduction

You'll need a CrossTalk account (We have a forever-free plan!) to access the CrossTalk Dashboard the code snippets assume you've access to one.
If you don't have a CrossTalk account yet, you can also use our Test Web Property: crosstalkDemo where the param wp is required and follow the tutorial snippets

Quick Start

CrossTalk JavaScript SDK is on npm at crosstalk-comments-js. You can use it in your web page using famous CDNs like unpkg

<script src="https://unpkg.com/crosstalk-comments-js"></script>

Using widgets on your website:

After adding the JS link to your web page, you can initialise CrossTalk widgets. Please select the widget from the list below for detailed documentation:

Next Steps

Browse the sidebar to explore detailed documentation, or jump directly to:

Examples

See real-world examples and common use cases on our Github

View examples