Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder committed Nov 16, 2021
1 parent 6b42547 commit acb1b91
Show file tree
Hide file tree
Showing 6 changed files with 2,327 additions and 2,755 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Simple, powerful, customizable and super lightweight (1 Kb Gzip) social buttons
* Android
* iOS

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)
**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)

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)
**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)

## Install

Expand Down Expand Up @@ -87,8 +87,8 @@ Hacker News | hn
Xing | xi
EMail | mail
Print | print
Copy | copy
WebShare API | shareSheet
Copy | copy
WebShare API | share

## Customizing

Expand Down
2 changes: 1 addition & 1 deletion dist/share-buttons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<a class="btn-mail" data-id="mail"><i class="fas fa-at"></i> EMail</a>
<a class="btn-print" data-id="print"><i class="fas fa-print"></i> Print</a>
<a class="btn-copy" data-id="copy"><i class="fas fa-copy"></i> Copy</a>
<a class="btn-shareSheet" data-id="shareSheet"><i class="fas fa-ellipsis-h"></i> ShareSheet</a>
<a class="btn-share" data-id="share"><i class="fas fa-ellipsis-h"></i> WebShare API</a>
</div>

<script src="../src/share-buttons.js"></script>
Expand Down
Loading

0 comments on commit acb1b91

Please sign in to comment.