We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321b780 commit 5d1e27aCopy full SHA for 5d1e27a
README.md
@@ -42,11 +42,11 @@ Paste this HTML on the page:
42
43
``` html
44
<div class="share-btn">
45
- <a class="btn-vk" data-id="vk">VK</a>
46
- <a class="btn-facebook" data-id="fb">Facebook</a>
47
- <a class="btn-twitter" data-id="tw">Twitter</a>
48
- <a class="btn-telegram" data-id="tg">Telegram</a>
49
- <a class="btn-mail" data-id="mail">EMail</a>
+ <a data-id="vk">VK</a>
+ <a data-id="fb">Facebook</a>
+ <a data-id="tw">Twitter</a>
+ <a data-id="tg">Telegram</a>
+ <a data-id="mail">EMail</a>
50
</div>
51
```
52
0 commit comments