Skip to main content

Quick start

info

You can find the TOKEN of the project in the Projects tab of your Streply account.

The first step is loading the script with SDK.

HTML
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://app.streply.com/js/%token%.min.js"></script>
</head>
<body>
...
</body>
</html>

Alternatively, you can also install the SDK via a package manager:

npm install --save @streply/browser

Using a framework?