shareon-pulsanti-condivisio.../README.md

25 lines
614 B
Markdown
Raw Normal View History

2020-03-25 16:32:25 +01:00
# 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">
2020-03-25 16:45:04 +01:00
Lightweight, stylish and ethical share buttons.
2020-03-25 16:32:25 +01:00
- **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>
```