25 lines
642 B
Markdown
25 lines
642 B
Markdown
|
# shareon
|
||
|
|
||
|
<img src="https://raw.githubusercontent.com/googlefonts/noto-emoji/master/png/128/emoji_u1f4ef.png"
|
||
|
align="right"
|
||
|
alt="Postal Horn emoji"
|
||
|
width="96"
|
||
|
height="96">
|
||
|
|
||
|
Lightweight, stylish and ethical share buttons for popular social networks.
|
||
|
|
||
|
- **Small.** Dependency-free.
|
||
|
- **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>
|
||
|
|
||
|
<!-- Add optional text -->
|
||
|
<div class="facebook">Share</div>
|
||
|
</div>
|
||
|
```
|