social_share_plugin icon indicating copy to clipboard operation
social_share_plugin copied to clipboard

Social Share to Facebook and Instagram Flutter plugin.

Results 23 social_share_plugin issues
Sort by recently updated
recently updated
newest added

rename shareToFeedFacebook to shareToFeedFacebookPhoto add shareToFeedFacebookVideo add `hashtag` to all shareToFeedFacebook add `url` to shareToFeedFacebookPhoto to share network images update example and readme maybe related to #37

Hello, Is there any plan to implement a share api to Instagram story?

enhancement

On ios there's a instagram feed's share that doesn't work. I've changed the implementation in order to fix this.

Hello and thanks for your help I am having problems with these two functions I can publish without any problem, but when detecting if that publication was successful I cannot...

postId always return null. The onsuccess callback got trigger but the postid is always null ![image](https://user-images.githubusercontent.com/42483943/82745363-22745480-9d38-11ea-91d7-52699455b5c2.png)

facebook share failed ``` Failed to find provider info for com.facebook.katana.provider.PlatformProvider ``` flutter : 1.20.4

Sharing to Instagram does not seem to work at all. **1. No Instagram app installed yet.** Invoke `await SocialSharePlugin.shareToFeedInstagram('Hello world!', file.path);` Result (opens Playstore to download the app) ![Screenshot_20190822-152624](https://user-images.githubusercontent.com/54392002/63495302-2dbcfa00-c4f2-11e9-9687-bbccc0d1507d.png) **2....

I used the facebook share link option. The Facebook user_posts permission needed. I checked app redirected directly in the feed post page without show the user permission screen. Is that...

Hi, Step 1: I just checked your facebook share link function and it don't call callback onSuccess function. Step 2: I add `registrar.addActivityResultListener(plugin); ` in registerWith function, and it work...