![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
goodshare.js
Advanced tools
Useful modern JavaScript solution for share a link from your website to social networks or mobile messengers.
A useful modern JavaScript solution for share a link from your website to social networks or mobile messengers.
Easy to install and configuring on any of your website!
Simple install, extensive documentation, developer support, SEO friendly, small bundle size 1.04 KB (with all dependencies, minified and gzipped), many options for customization of appearance, clean code without scripts tracking user activity on the page, high speed.
Install via npm
:
npm install --save goodshare.js
Or include from jsDelivr CDN:
<script src="https://cdn.jsdelivr.net/npm/goodshare.js@6/goodshare.min.js"></script>
Works with any HTML tags: <a>
, <div>
, <button>
or other. Choose any and add required attributes data-social
.
Full list of supported social providers and mobile messengers.
<!-- Create button with share to Twitter -->
<button data-social="twitter">Share this to Twitter</button>
<!-- Create link with share to Facebook -->
<a href="#" data-social="facebook">Share this to Facebook</a>
<!-- Create div container with share to LinkedIn -->
<div data-social="linkedin">Share this to LinkedIn</div>
<!-- Create icon from Fontello.com with share to Tumblr -->
<i class="icon-tumblr" data-social="tumblr"></i>
By default, goodshare.js
search this tags for get title, description and image (for some social networks):
<head>
<title>Current page title</title>
<meta name="description" content="Current page description.">
<link rel="apple-touch-icon" href="http://example.com/path/to/image.png">
...
</head>
npm run size
Time limit: 80 ms
Size: 1.06 kB gzipped
Loading time: 21 ms on slow 3G
Running time: 54 ms on Snapdragon 410
Total time: 75 ms
Thanks to Andrey Sitnik @ai/size-limit.
If you want to say «thank you» or/and support active development goodshare.js
:
Thanks for your support! 😘 Together, we make this project better every day.
This project exists thanks to all the people who contribute.
MIT
FAQs
Useful modern JavaScript solution for share a link from your website to social networks or mobile messengers.
The npm package goodshare.js receives a total of 195 weekly downloads. As such, goodshare.js popularity was classified as not popular.
We found that goodshare.js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.