/social-share

In this project we are going to see how to share our detail's or app info in social networking platform's

Primary LanguageJavaScript

social-share

  1. create a project from termainal as ionic start socialshare blank
    2)cd socialshare project
    3)Add the required platform in terminal as ionic add platform ****
    4)Add the ng-cordova.min.js file above the cordova.ja file in our project
    5)Insert that 'ngCordova' dependency in app.js file
    6)Add the required plugin to display the social share icon's
    7)In terminal please type the cmd as cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git
    8)In app.js I wrote an Controller to display the social share icon's and it's functionality please have a look
    9)Please update your cordova platform if the above plugin doesn't work