Update README with screenshot

This commit is contained in:
Nikita Karamov 2020-03-26 00:25:17 +01:00
parent ac38af5c2d
commit 36290305e0
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
2 changed files with 9 additions and 7 deletions

View File

@ -12,13 +12,15 @@ Lightweight, stylish and ethical share buttons.
- **Stylish.** Uses official vector logos and colors.
- **Ethical.** No tracking code is being embedded.
```html
<!-- Define the container element -->
<div class="sharevia">
<!-- Choose desired networks -->
<div class="twitter"></div>
<img src="docs/screen01.png" alt="Example">
<!-- Add optional text -->
<div class="facebook">Share</div>
```html
<div class="shareon">
<a class="facebook"></a>
<a class="messenger" data-url="https://my-cool-website.com"></a>
<a class="pinterest" data-media="https://picsum.photos/500">Pin</a>
<a class="telegram" data-text="Check this out!"></a>
<a class="twitter" data-via="MyNickname"></a>
<a class="whatsapp">Send</a>
</div>
```

BIN
docs/screen01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB