Skip to content

Commit acb1b91

Browse files
committed
New release
1 parent 6b42547 commit acb1b91

File tree

6 files changed

+2327
-2755
lines changed

6 files changed

+2327
-2755
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Simple, powerful, customizable and super lightweight (1 Kb Gzip) social buttons
1414
* Android
1515
* iOS
1616

17-
Copy to clipboard is not supported on IE, see [browser compatibility for more information](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share#browser_compatibility)
17+
**Copy to clipboard** is not supported on IE, see [browser compatibility for more information](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share#browser_compatibility)
1818

19-
WebShare API is only partially supported, see [browser compatibility for more information](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share#browser_compatibility)
19+
**WebShare API** is only partially supported, see [browser compatibility for more information](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share#browser_compatibility)
2020

2121
## Install
2222

@@ -87,8 +87,8 @@ Hacker News | hn
8787
Xing | xi
8888
EMail | mail
8989
Print | print
90-
Copy | copy
91-
WebShare API | shareSheet
90+
Copy | copy
91+
WebShare API | share
9292

9393
## Customizing
9494

Diff for: dist/share-buttons.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: example/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<a class="btn-mail" data-id="mail"><i class="fas fa-at"></i> EMail</a>
4747
<a class="btn-print" data-id="print"><i class="fas fa-print"></i> Print</a>
4848
<a class="btn-copy" data-id="copy"><i class="fas fa-copy"></i> Copy</a>
49-
<a class="btn-shareSheet" data-id="shareSheet"><i class="fas fa-ellipsis-h"></i> ShareSheet</a>
49+
<a class="btn-share" data-id="share"><i class="fas fa-ellipsis-h"></i> WebShare API</a>
5050
</div>
5151

5252
<script src="../src/share-buttons.js"></script>

0 commit comments

Comments
 (0)