![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.
vue-goodshare
Advanced tools
Vue.js component for social share. A simple way to share a link on the pages of your website in the most popular (and not so) social networks.
A simple way to share a link on the pages of your website in the most popular (and not so) social networks.
Powered by goodshare.js project.
Vue.js-ready™ component. Simple install, extensive documentation, developer support, SEO friendly, many options for customization of appearance, clean code without scripts tracking user activity on the page, high speed.
Beautiful button design already included. Just choose one, add attribute to component and save!
foo@bar:~$ npm install --save vue-goodshare
Includes only needed social networks or mobile messengers.
/**
* Import Vue.js
*/
import Vue from "vue";
/**
* Import vue-goodshare single element
*/
import VueGoodshareFacebook from "vue-goodshare/src/providers/Facebook.vue";
const app = new Vue({
el: "#app",
components: {
VueGoodshareFacebook
}
});
Add component to HTML template (with attributes):
<div id="app">
<vue-goodshare-facebook
page_url="https://github.com/koddr/vue-goodshare"
title_social="Facebook"
has_counter
has_icon
></vue-goodshare-facebook>
</div>
Result:
Facebook, Twitter, LinkedIn, Google Plus, Tumblr, Pinterest, Reddit
/**
* Import Vue.js
*/
import Vue from "vue";
/**
* Import vue-goodshare bundle
*/
import VueGoodshare from "vue-goodshare";
const app = new Vue({
el: "#app",
components: {
VueGoodshare
}
});
Add components to HTML template (without attributes):
<div id="app">
<vue-goodshare></vue-goodshare>
</div>
Result:
localhost
foo@bar:~$ git clone https://github.com/koddr/vue-goodshare.git
foo@bar:~$ cd vue-goodshare/examples
Start simple Python 3.4+ HTTP server (only macOS and Linux):
foo@bar:~$ python3 -m http.server 4000 --bind localhost
If you want to say «thank you» or/and support active development vue-goodshare
:
Thanks for your support! 😘 Together, we make this project better every day.
This project exists thanks to all the people who contribute.
MIT
FAQs
Vue.js component for social share. A simple way to share a link on the pages of your website in the most popular (and not so) social networks.
The npm package vue-goodshare receives a total of 292 weekly downloads. As such, vue-goodshare popularity was classified as not popular.
We found that vue-goodshare 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.