All Projects → AngusFu → uc-qq-share-to-wechat

AngusFu / uc-qq-share-to-wechat

Licence: MIT license
触发手机UC、QQ浏览器的原生的微信分享功能

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to uc-qq-share-to-wechat

YHThirdManager
一个快速、简单、易集成、扩展性好的社交化组件。摒弃友盟等三方库,使用原生SDK。支持微信支付、微信分享、微信登录、微信授权、QQ授权、QQ分享、QQ登录、新浪授权、新浪登录、新浪分享、微博评论、微博获取、支付宝支付。极大的减小了包体积;同时加入了自动管理提示框的功能
Stars: ✭ 41 (-41.43%)
Mutual labels:  share, qq
tencent kit
flutter版QQ登录/分享
Stars: ✭ 201 (+187.14%)
Mutual labels:  share, qq
React Native Qqsdk
A React Native wrapper around the Tencent QQ SDK for Android and iOS. Provides access to QQ ssoLogin, QQ Sharing, QQZone Sharing etc
Stars: ✭ 100 (+42.86%)
Mutual labels:  share, qq
SocialSDK
iOS 实现sina(新浪)、wechat(微信)、qq(腾讯) 登录、分享功能,Share,ShareSDK,高仿友盟SocialSDK UI 实现,可自定义UI实现
Stars: ✭ 64 (-8.57%)
Mutual labels:  share, qq
Cordova qq
A Cordova wrapper around the Tencent QQ SDK for Android and iOS. Provides access to QQ ssoLogin, QQ Sharing, QQZone Sharing etc.
Stars: ✭ 294 (+320%)
Mutual labels:  share, qq
Socialsdklibrary
提供微博、微信、QQ、Tim、QQ 轻聊版、钉钉的登陆分享功能支持;
Stars: ✭ 399 (+470%)
Mutual labels:  share, qq
Sdk3rd
第三方SDK集成库,授权/分享/支付
Stars: ✭ 249 (+255.71%)
Mutual labels:  share, qq
py-pcqq
Python3模拟PCQQ客户端协议
Stars: ✭ 79 (+12.86%)
Mutual labels:  qq
XposedManyMoney
Xposed 修改微信、QQ、TIM、支付宝余额。
Stars: ✭ 36 (-48.57%)
Mutual labels:  qq
tcloud-heroku
File sharing and torrent downloading
Stars: ✭ 24 (-65.71%)
Mutual labels:  share
WormHole
WormHole allows to share classes between Flutter and Native Platform (android / ios)
Stars: ✭ 36 (-48.57%)
Mutual labels:  share
parsexiami
PHP解析虾米高品质音乐
Stars: ✭ 31 (-55.71%)
Mutual labels:  qq
ZTVendorManager
基于友盟集成QQ,微信 ,微博 分享和登录功能,支付宝和微信支付功能。集成简单,使用方便。
Stars: ✭ 26 (-62.86%)
Mutual labels:  share
SuperGrate
💾 Get moving with Super Grate; a free & open source Windows Profile Migration & Backup Utility. Super Grate is a GUI (Graphical User Interface) that assists Microsoft's USMT (User State Migration Utility) in performing remote migrations over a network connection.
Stars: ✭ 91 (+30%)
Mutual labels:  share
Wifi-Connect
A library project to connect two devices using Wifi-Direct
Stars: ✭ 94 (+34.29%)
Mutual labels:  share
wchat
【Beta -Demo】📤WEB即时聊天工具(类微信WEB),不能使用QQ微信?叫上好友一起试试这个😄。基于WebSocket协议的网页版(PC)在线聊天工具。
Stars: ✭ 20 (-71.43%)
Mutual labels:  qq
DicePP
基于nonebot和go-cqhttp的骰子机器人
Stars: ✭ 17 (-75.71%)
Mutual labels:  qq
WMagicBotR
基于Mirai 使用 java开发的 bot框架,在消息事件下封装了指令/权限指令 方便调用,内置公主连接/公主连结工会战功能
Stars: ✭ 40 (-42.86%)
Mutual labels:  qq
OPQ-SetuBot
基于botoy和OPQBot的色图机器人
Stars: ✭ 194 (+177.14%)
Mutual labels:  qq
QQChannelBot
QQ频道机器人
Stars: ✭ 44 (-37.14%)
Mutual labels:  qq

uc-qq-share-to-wechat

触发手机 UC/QQ 浏览器的原生的微信分享功能

安装

npm install --save ucshare

DEMO

https://p3.ssl.qhimg.com/t010544df8028b631f6.png

var mShare = require('ucshare');

/**
 * @param  {Object} config 配置对象  参数见示例
 * config = {
 *      title : 'Lorem ipsum dolor sit.',
 *      url   : 'http://m.ly.com',
 *      desc  : 'Lorem ipsum dolor sit.',
 *      img   : 'http://img1.40017.cn/cn/s/c/2015/loading.gif',
 *      type  : type // 1 ==> 朋友圈  2 ==> 朋友  0 ==> 直接弹出原生
 * };
 */
var mshare = new mShare({
      title : 'Lorem ipsum dolor sit.',
      url   : 'http://m.ly.com',
      desc  : 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat inventore minima voluptates.',
      img   : 'http://placehold.it/150x150'
});

$('button').click(function () {
    // 1 ==> 朋友圈  2 ==> 朋友  0 ==> 直接弹出原生
    mshare.init(+$(this).data('mshare'));
});

说明

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].