From 62b63b17e4055e772206be5619251a2f9571dd67 Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Wed, 3 Sep 2014 16:01:52 +0200 Subject: [PATCH] clearer doc and sample for shareViaFacebookWithPasteMessageHint --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff4730de..e2d403cc 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ However, what exactly gets shared, depends on the application the user chooses t - Google+ / Hangouts (Android only): message, subject, link - Flickr: message, image (an image is required for this option to show up). - Facebook iOS: message, image (other filetypes are not supported), link. -- Facebook Android: sharing a message is not possible. You can share either a link or an image (not both), but a description can not be prefilled. See [this Facebook issue which they won't solve](https://developers.facebook.com/x/bugs/332619626816423/). As an alternative you can use `shareViaFacebookWithPasteMessageHint` since plugin version 4.3.4. +- Facebook Android: sharing a message is not possible. You can share either a link or an image (not both), but a description can not be prefilled. See [this Facebook issue which they won't solve](https://developers.facebook.com/x/bugs/332619626816423/). As an alternative you can use `shareViaFacebookWithPasteMessageHint` since plugin version 4.3.4. See below for details. ### Using the share sheet Here are some examples you can copy-paste to test the various combinations: @@ -198,7 +198,7 @@ Facebook with prefilled message - as a workaround for [this Facebook Android bug * On Android the user will see a Toast message with a message you control (default: "If you like you can paste a message from your clipboard"). * On iOS this function behaves the same as `shareViaFacebook`. ```html - + ``` WhatsApp