Skip to content

Commit

Permalink
Added a note about config.xml, fixes #166
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Aug 8, 2014
1 parent 9834486 commit 75472e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ SocialSharing.js is brought in automatically. There is no need to change or add

### Manually

1\. Add the following xml to your `config.xml` in the root directory of your `www` folder:
1\. Add the following xml to all the `config.xml` files you can find:
```xml
<!-- for iOS -->
<feature name="SocialSharing">
<param name="ios-package" value="SocialSharing" />
</feature>
```
```xml
<!-- for Android -->
<!-- for Android (you will find one in res/xml) -->
<feature name="SocialSharing">
<param name="android-package" value="nl.xservices.plugins.SocialSharing" />
</feature>
Expand Down

0 comments on commit 75472e6

Please sign in to comment.