Skip to content

nickzhanglv/cordova-plugin-tencent-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-tencent-share

Using the plugin

Example -share to qq friend

TencentShare.qqShare({
    "appid": "xxxxxxx",
    "title": "title",
    "summary": "summary",
    "image_url": "http://img3.cache.netease.com/photo/0005/2013-03-07/8PBKS8G400BV0005.jpg",
    "target_url": "http://weibo.com/u/5398990359"
}, function() {
      console.log("ok");
}, function() {
    console.log("error");
});

Example -share to qzone

TencentShare.qzoneShare({
    "appid": "xxxxxxx",
    "title": "title",
    "summary": "summary",
    "image_url": "http://img3.cache.netease.com/photo/0005/2013-03-07/8PBKS8G400BV0005.jpg",
    "target_url": "http://weibo.com/u/5398990359"
}, function() {
      console.log("ok");
}, function() {
    console.log("error");
});

About

PhoneGap Plugin Social Sharing for QQ Qzone share

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published