PhoneGap Build: SocialSharing Plugin Not Loading
问题 I am trying to use the SocialSharing Plugin with PhoneGap Build. I have put the following into the config.ml file: <gap:plugin name="nl.x-services.plugins.socialsharing" version="4.0.8" /> Here is a sample of my HTML index page: <html> <head> <script type="text/javascript" src="SocialSharing.js"></script> </head> <body> <section id="landmarks" data-role="page"> <button onclick="window.plugins.socialsharing.share('My message')">share!</button> <button onclick="window.plugins.socialsharing