GithubHelp home page GithubHelp logo

ltjin / cordova-plugin-umeng-share Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chirschou/cordova-plugin-umeng-share

0.0 2.0 0.0 36.36 MB

License: Apache License 2.0

Java 1.05% Objective-C 90.39% HTML 8.44% JavaScript 0.12%

cordova-plugin-umeng-share's Introduction

cordova-plugin-umeng-share

cordova友盟分享插件

目前使用的是umeng分享的5.0.2版本,支持分享到微信,微博和qq。目前个平台的key使用的是umeng的测试key。后续会增加修改的地方

#安装 cordova plugin add https://github.com/freeocs/cordova-plugin-umeng-share.git --variable API_KEY=YOUR_UMENG_APP_KEY

#ios编译环境准备

  1. 添加SDK后需要手动添加系统库SystemConfiguration.framework
  2. 若你的工程设置了all_load,需要添加手机QQ SDK需要的系统framework:Security.framework,libiconv.dylib,CoreGraphics.framework,libsqlite3.dylib,CoreTelephony.framework,ImageIO.framework,libstdc++ .dylib,libz.dylib,ImageIO.framework。

#使用 ##初始化 在页面js开始能执行的地方

UMengSharePlugin.init(function () {
	console.log('UMengShare init success');
});

##分享

UMengSharePlugin.share('内容','标题','http://www.baidu.com',’http://wwww.example.com/logo.png’, function(){
    console.log('分享成功');
}, function(){
    console.log('分享失败');
});

cordova-plugin-umeng-share's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.