Learn more about TonicPow. Checkout the TonicPow API Docs.
Table of Contents
Installation
- Add the script to your web application (using our CDN hosting)
<script src="https://tonicpow.com/tonic.js"></script>
(Optional) Get the visitor session
let session = window.TonicPow.getVisitorSession()
console.log(session)
(Optional) Install as an npm package
$ npm install tonicpow-embed --save
Building (For Developers)
$ npm install
$ npm run build
Documentation
Read more about the TonicPow API platform.
Check out the TonicPow embed widget documentation.
Supported Browsers
TonicPow supports all commonly used browsers. Below is a list of popular browsers and their minimum supported version.
If we're missing a browser, suggest one via an issue.
Browser | Platform | Min Version |
---|
Android | Mobile | 67.0 |
Bottle | Desktop | 0.1 |
Brave | Desktop | 55.0 |
Chrome | Desktop | 55.0 |
Chrome | Mobile | 74.0 |
Edge | Desktop | 17.0 |
Firefox | Desktop | 52.0 |
Firefox | Mobile | 67.0 |
IE | Desktop | --- |
Opera | Desktop | 42.0 |
Opera | Mobile | --- |
Safari | Desktop | 10.1 |
Safari | Mobile | 10.3 |
Examples
View some example Tonic widgets
Code Standards
Always use the language's best practices and don't optimize early :P
Usage
We are using it! Visit our website to see it in action.
Check out the Tonic Widgets.
Maintainers
Support the development of this project and the TonicPow team 🙏
Contributing
Feel free to dive in! Open an issue or submit PRs.
License