Update README
parent
2378f55de5
commit
45d5c12442
|
@ -88,7 +88,8 @@ Shareon.init();
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Create a container with class `shareon` and populate it with elements, class
|
Create a container with class `shareon` and populate it with elements, class
|
||||||
names of which match the names of the social networks:
|
names of which match the names of the social networks (or `copy-url`, for the
|
||||||
|
'Copy URL' button:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<div class="shareon">
|
<div class="shareon">
|
||||||
|
@ -106,6 +107,7 @@ names of which match the names of the social networks:
|
||||||
<a class="viber"></a>
|
<a class="viber"></a>
|
||||||
<a class="vkontakte"></a>
|
<a class="vkontakte"></a>
|
||||||
<a class="whatsapp"></a>
|
<a class="whatsapp"></a>
|
||||||
|
<a class="copy-url"></a>
|
||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue