How to implement facebook send, twitter share, send sms, send email in my phonegap android application?

前端 未结 2 1519
梦谈多话
梦谈多话 2021-01-15 22:20

As i am using HTML based phonegap framework, i need a plugin to implement this. when i searched over google, i got two revelent searches.

  1. http://tech.sarath

相关标签:
2条回答
  • 2021-01-15 22:35

    Really a cool and usefull plugin! I had to make just two edit to make it work... First: change window.plugins.ShareSocial.sms in window.SocialShare.sms (for all the sharer)

    Second: change SocialShare.prototype.sms in SocialShare.sms in social.js file

    Now i have a question: can you give me any suggestion to add a share to twitter method?

    0 讨论(0)
  • 2021-01-15 22:40

    I have updated the same plugin for Cordova 2 Could you please try that and let me know if you still have the issue. http://tech.sarathdr.com/featured/social-share-plugin-for-android-cordova-2-2-0-email-sms-facebook-twitter-share

    0 讨论(0)
提交回复
热议问题