mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
18 lines
267 B
Markdown
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');
|
|
```
|
|
|