cloudcmd/modules/olark/README.md
2016-05-26 12:36:24 +03:00

18 lines
267 B
Markdown

# Olark
Extracted instalation code for [olark](https://www.olark.com) to install via bower.
## Install
```
bower i olark --save
```
## How to use?
Add `olark.min.js` to your page and initialize olark with site id:
```js
olark.identify('xxxx-xxx-xx-xxxx');
```