Skip to content

Web Code Flow

  • Home
  • Featured Categories
    • Accordion
    • Animation Plugins
    • Bootstrap
    • Current Page Parent Buttons
    • Chart & Graphs Plugins
    • Date & Time
    • Form Plugins
    • Frameworks
    • Masonry
    • Menu Plugins
    • Pagination
    • Progress Bar
    • Sidebar
    • slideshow
    • Table Plugins
    • Timeline
    • Tooltip
    • WYSIWYG Editors
  • Code Snippets
    • Angular
    • CSS & CSS3
    • HTML & HTML5
    • Current Page Parent Javascript
    • Jquery Scripts
    • Current Page Parent Vue
  • Most Popular
    • Best Free Accordion Library
    • Top Best Autocomplete Libraries
    • Best JavaScript Calendar Libraries 2023
    • Best JavaScript Chart & Graphs Plugins
    • Top Javascript And jQuery Color Picker Plugins
    • Latest Best JavaScript Countdown Timer Plugins
    • Best Carousel Slider Plugins with Demos
    • Best JavaScript Data Table Libraries 2023
    • Date and Time Picker Widgets 2023
    • Advanced Drag And Drop Libraries
    • Best Free Dropdown Select Plugins
    • Top JavaScript and JQuery File Upload Libraries
    • 7 Best Free Form Wizard Libraries
    • New Free JavaScript Photo Gallery Libraries
    • Best Free Icons & Symbols Libraries
  • Contact Us

Social Media Share Buttons Component Library Plugin | vue-goodshare

vue-social-share-component

Vue Goodshare plugin is a simple way to share a link on the pages of your website in the most popular (and not so) social networks. Vue.js component for sharing links to social networks and mobile messages.

A beautiful button design is already included. Simply select one, add an attribute to the component and save!

social share javascript, social share button, bootstrap social share plugin, social media share buttons html, share image on social media javascript, social share js library

How to make use of it:

Install and download:

$ npm i vue-goodshare --save

1. Installation

[email protected]:~$ npm install --save vue-goodshare

2. It only includes the required 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
  }
});

3. Add the component to the 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>

4. Share Items Pack.

/**
 * Import Vue.js
 */
import Vue from "vue";

/**
 * Import vue-goodshare bundle
 */
import VueGoodshare from "vue-goodshare";

const app = new Vue({
  el: "#app",
  components: {
    VueGoodshare
  }
});

5. Add components to the HTML template (without attributes):

<div id="app">
  <vue-goodshare></vue-goodshare>
</div>

Social Share Component, vue goodshare Plugin/Github, css social share buttons, social share without javascript


See Demo And Download

Demo
Download

Official Website(koddr): Click Here

This superior jQuery/javascript plugin is developed by koddr. For extra Advanced Usages, please go to the official website.

Tags: koddrshareshare-buttonssocial share javascriptsocial share js librarysocial-buttonsvue-componentsvue-goodshare

November 30, 2021 by webcodeflow Buttons Javascript Social Media Plugins Vue WebCodeFlow

Popular Posts

  • How to Add Floating Whatsapp Chat Button In HTML | venom-button 17.9k views
  • How to Create a Simple Cookie Banner Consent Using Bootstrap 4 11.4k views
  • Confetti Falling Animation Effect In JavaScript | party.js 9.7k views
  • [Offcanvas] Simple and Modern Multi-Level Sidebar Menu on Bootstrap 4 9.6k views
  • Bootstrap 5 Treeview Dynamically Collapsible | bs5treeview 9.2k views
  • Google Translate Dropdown Customize With Country Flag | GT API 9k views
  • A Simple Infinite Image Carousel Using Pure Javascript 7.9k views
  • Responsive Bootstrap 4 Multi-Level Dropdown Menu Plugin 7.7k views
  • Dark & Light Switch Mode Toggle for Bootstrap 5 7.6k views
  • Simple and Lightweight Vertical 3-Dot Context Menu 7.5k views

Popular Topics

Accordion angular animation Bootstrap browser calendar canvas Carousel carousel slider charts date picker dialog directive drag and drop Draggable dropdown element framework gallery Image lightbox loading menu modal modal dialog modal popup modal window navigation notification popup progress bar responsive SCROLL scrolling select slider Slideshow sortable svg table text Toast Tooltip TypeScript vue-component

About Web Code Flow

All code published on WebCodeFlow is open source and distributed under an OSD-compliant (MIT) license that grants all rights to use, study, learn, read, change, and share the software in modified and unmodified form. Before publishing, we test and review each code snippet to avoid errors, but we cannot guarantee the complete correctness of all content.

  • About Us
  • Privacy Policy
  • Disclaimer
  • DMCA
  • Contact

Web Code Flow © 2023. All Rights Reserved.