- Notifications
You must be signed in to change notification settings - Fork12
👍 Simple, powerful, customizable and super lightweight social buttons for your site
License
wcoder/share-buttons
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple, powerful, customizable and super lightweight (1 Kb Gzip) social buttons for your site.
- Google Chrome
- Mozilla Firefox 3.5+
- Opera 10+
- Safari 3.2+
- IE 8+
- Android
- iOS
Copy to clipboard is not supported on IE, seebrowser compatibility for more information
WebShare API is only partially supported, seebrowser compatibility for more information
npm i share-buttons
includeshare-buttons.js
in the end of page:
<scriptsrc="<path>/dist/share-buttons.js"></script>
<scriptsrc="//cdn.jsdelivr.net/npm/share-buttons/dist/share-buttons.js"></script>
Paste this HTML on the page:
<divclass="share-btn"><adata-id="vk">VK</a><adata-id="fb">Facebook</a><adata-id="tw">Twitter</a><adata-id="tg">Telegram</a><adata-id="mail">EMail</a></div>
Added styles:
.share-btn>a {border:1px solid#ccc;padding:5px;font-size:12px;font-family: Verdana, Arial;}.share-btn>a:hover {cursor: pointer;}
Profit!!
Network | data-id |
---|---|
fb | |
VK | vk |
tw | |
Telegram | tg |
pk | |
re | |
Evernote | ev |
in | |
pi | |
Skype | sk |
wa | |
Odnoklassniki | ok |
Tumblr | tu |
Hacker News | hn |
xi | |
Copy | copy |
WebShare API | share |
Custom 'url', 'title', 'description':
<divclass="share-btn"data-url="https://..."data-title="..."data-desc="..."><adata-id="vk">VK</a><adata-id="fb">Facebook</a><adata-id="tw">Twitter</a><adata-id="tg">Telegram</a><adata-id="mail">EMail</a></div>
Styles - full customization.
If you are usingFont-Awesome:
<divclass="share-btn"data-url="https://..."data-title="..."data-desc="..."><adata-id="vk"><iclass="fab fa-vk"></i> VK</a><adata-id="fb"><iclass="fab fa-facebook-square"></i> Facebook</a><adata-id="tw"><iclass="fab fa-twitter"></i> Twitter</a><adata-id="tg"><iclass="fab fa-telegram"></i> Telegram</a><adata-id="mail"><iclass="fas fa-at"></i> EMail</a></div>
You can also usesimple-icons.
© 2015+ Yauheni Pakala andcontributors | MIT
About
👍 Simple, powerful, customizable and super lightweight social buttons for your site
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.