All Projects → sinchang → Vue Social Share

sinchang / Vue Social Share

A Vue 2.x social share component

Projects that are alternatives of or similar to Vue Social Share

React Native Really Awesome Button
React Native button component. Awesome Button is a 3D at 60fps, progress enabled, social ready, extendable, production ready component that renders an awesome animated set of UI buttons. 📱
Stars: ✭ 988 (+626.47%)
Mutual labels:  share, social, component
React Awesome Button
React button component. Awesome button is a 3D UI, progress, social and share enabled, animated at 60fps, light weight, performant, production ready react UI button component. 🖥️ 📱
Stars: ✭ 943 (+593.38%)
Mutual labels:  share, social, component
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (-76.47%)
Mutual labels:  social, share
YHThirdManager
一个快速、简单、易集成、扩展性好的社交化组件。摒弃友盟等三方库,使用原生SDK。支持微信支付、微信分享、微信登录、微信授权、QQ授权、QQ分享、QQ登录、新浪授权、新浪登录、新浪分享、微博评论、微博获取、支付宝支付。极大的减小了包体积;同时加入了自动管理提示框的功能
Stars: ✭ 41 (-69.85%)
Mutual labels:  social, share
aboutmeinfo-telegram-bot
ℹ️ About Me Info Bot: Share your social media and links on Telegram
Stars: ✭ 20 (-85.29%)
Mutual labels:  social, share
Plus
💝The Plus (ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.
Stars: ✭ 2,148 (+1479.41%)
Mutual labels:  social, component
react-custom-share
Social media share buttons for ReactJS. Use one of the built-in button themes or create a custom one from scratch.
Stars: ✭ 47 (-65.44%)
Mutual labels:  social, share
Pix
🎨 Pix is an online pixel art community where everyone can unleash their creativity on a 16x16 canvas, built with React-Native for iOS devices. 🚀
Stars: ✭ 86 (-36.76%)
Mutual labels:  social, share
Angular Socialshare
Angular social share module, share urls and content on social networks such as facebook, google+, twitter, pinterest and more ... - http://720kb.github.io/angular-socialshare
Stars: ✭ 508 (+273.53%)
Mutual labels:  share, social
Static Social Buttons
Static Social Buttons for Sharing and Tweeting
Stars: ✭ 18 (-86.76%)
Mutual labels:  share, social
Vuepress Plugin Social Share
📣 Social sharing plugin for VuePress
Stars: ✭ 27 (-80.15%)
Mutual labels:  share, social
Share.js
一键分享到微博、QQ空间、QQ好友、微信、腾讯微博、豆瓣、Facebook、Twitter、Linkedin、Google+、点点等
Stars: ✭ 3,534 (+2498.53%)
Mutual labels:  share, social
Vue Share Buttons
🔗A set of social buttons for Vue.js
Stars: ✭ 34 (-75%)
Mutual labels:  share, component
React Dplayer
react-dplayer
Stars: ✭ 130 (-4.41%)
Mutual labels:  component
Tagger
Zero Dependency, Vanilla JavaScript Tag Editor
Stars: ✭ 135 (-0.74%)
Mutual labels:  component
Mudeo
mudeo - A collaborative music app built with Flutter
Stars: ✭ 130 (-4.41%)
Mutual labels:  social
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (-5.15%)
Mutual labels:  social
Reactpatterns
Patterns for React Developers
Stars: ✭ 1,682 (+1136.76%)
Mutual labels:  component
Aura.filter
Validate and sanitize arrays and objects.
Stars: ✭ 134 (-1.47%)
Mutual labels:  component
React Native Circular Menu
A Ripple menu effect for your react native application
Stars: ✭ 129 (-5.15%)
Mutual labels:  component

vue-social-share

A Vue 2.x social share component based on Share.js

NPM version Vue 2.x NPM downloads

Live Demo

Install

npm install vue-social-share -S

Usage

import Vue from 'vue'
import Share from 'vue-social-share'

Vue.use(Share)

<share :config="config"></share>

Props

props config 是一个对象,包含如下属性。

url                 : '', // 网址,默认使用 window.location.href
source              : '', // 来源(QQ空间会用到), 默认读取head标签:<meta name="site" content="http://overtrue" />
title               : '', // 标题,默认读取 document.title 或者 <meta name="title" content="share.js" />
description         : '', // 描述, 默认读取head标签:<meta name="description" content="PHP弱类型的实现原理分析" />
image               : '', // 图片, 默认取网页中第一个img标签
sites               : ['qzone', 'qq', 'weibo','wechat', 'douban'], // 启用的站点
disabled            : ['google', 'facebook', 'twitter'], // 禁用的站点
wechatQrcodeTitle   : '微信扫一扫:分享', // 微信二维码提示文字
wechatQrcodeHelper  : '<p>微信里点“发现”,扫一下</p><p>二维码便可将本文分享至朋友圈。</p>'

支持站点

微博、QQ 空间、QQ 好友、微信、腾讯微博、豆瓣、Facebook、Twitter、Linkedin、Google+

Development

  • yarn example: Run example in development mode
  • yarn build: Build component in both format

Credits

License

This content is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].