Questions tagged [socialshare]

For questions relating to the SocialSharing plugin.

Official website: http://plugins.telerik.com/cordova/plugin/socialsharing

159 questions
3
votes
0 answers

Ionic 3: Deeplink in Social sharing not working

The scenario is I have to share the link of an app using social sharing. So I implemented a deep link of ionic. If I check through code pen it works fine. i.e mydemoapp://home. But this is sent as plain text. So instead of URL scheme I user…
3
votes
0 answers

Social sharing with hyperlink text in Sencha application using Cordova social sharing plugin

I have added plugin in my sencha application cordova plugin add nl.x-services.plugins.socialsharing for Email sharing image and text window.plugins.socialsharing.ShareViaEmail('Message via WhatsApp',…
RaviPatidar
  • 1,438
  • 1
  • 18
  • 29
3
votes
1 answer

Image quality of socially shared image

Problem Resume: I take a photo with camera or chose one from the library, then add some UITextFields to it (next to UIImageView with the chosen picture), create one UIImage of it all, and then I want to share this, particularly on Facebook and on…
Gyfis
  • 1,174
  • 1
  • 14
  • 35
2
votes
1 answer

Flutter social share plugin(facebook / instagram) not working

I'm trying to make share function for my app to share image/video to facebook, instagram and etc. So i got some plugins for that social_share_plugin 0.3.1 + 1(for facebook and instagram), and share 0.6.5 + 4(for etc). I use getTemporaryDirectory()…
seung min
  • 125
  • 1
  • 12
2
votes
0 answers

Firebase dynamic link, social share issue

I have recently finished developing my app, and I have stuck with an issue, which I don't understand. So here is the problem: I am creating firebase dynamic LONG link in my app, for referring users, which looks like: field WEBSITE_MAIN is…
2
votes
1 answer

Sharing on Twitter with UIActivityViewController not working

Using Swift 3, building on my iPhone 6s (iOS 10.3.3), I'm trying to tweet via the UIActivityViewController and it silently fails. iOS tells me that the share completed succesfully (in UIActivityViewControllerCompletionHandler) but the tweet doesn't…
Tiois
  • 1,519
  • 1
  • 15
  • 32
2
votes
0 answers

line messenger share button with description

I want to share url using line messenger and adding some text description before I click share button, I did'nt find source for adding some description for social share button using line messenger. I just found this for share button using url for…
Arie Sastra
  • 183
  • 1
  • 2
  • 16
2
votes
0 answers

How to find out if Email was successfully sent via PhoneGap SocialSharing plugin?

In my Ionic2 app I use the SocialSharing Plugin to share a document via Email. It works as expected, but I don't know from the success callback, if the Email was actually sent or if the user cancelled the action. …
GrübelDübel
  • 165
  • 10
2
votes
1 answer

Whatsapp social sharing with Meteor

I already have the social-share button for whatsapp on my webpage, but when you choose a contact to send, it only writes "title_content url" on the writing box. It seams that whatsapp doesn't see the meta tags of the webpage to create a nice box…
Daniela Muniz
  • 123
  • 1
  • 10
2
votes
1 answer

Why image is not showing up in facebook share?

Why image is not showing up in facebook share? Here is my code, please tell me where I have done wrong my code is in localhost