Questions tagged [socialshare]

For questions relating to the SocialSharing plugin.

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

159 questions
1
vote
1 answer

How to implement social sharing in angular6?

Like normal web applications I want to implement social sharing by providing share button for this I have defined the meta tag in my current html component but It's not showing the image. I think in angular there is some different way of…
user10469417
1
vote
0 answers

Social share in angular Universal not working if i am navigating to lazy loaded module?

I have implemented server side rendering in angular 6 and it is working but in social share scenario i am facing some problems. Problems are listed below. 1- I am using short url for sharing. So I have created a lazy module which reads the short url…
1
vote
0 answers

Social Sharing and Deep Linking - Ionic

[DEEPLINKS] I would like to share on Facebook a deeplink of my app so the user that click on the link it's able to open the app (if already installed) in the page that the deeplink reference and the link on the store (if the app is not…
JEricaM
  • 794
  • 2
  • 15
  • 37
1
vote
0 answers

Facebook social share popup shrink in iPhone safari when start typing - Javascript SDK

We are using javascript SDK of Facebook for social share. Everything works fine, but in iPhone safari, when a user starts typing, the pop up get smaller and a user can no longer see the text area. The text area gets to hide. Look the image for…
1
vote
0 answers

How to Share my URL to the social media?

I have created URL something like: http://example.com/namespace/page#img-3 I want to share my URL same as given above. But, when I share this URL to the social media it is sharing only page URL: http://example.com/namespace/page without…
Vinod Kumar
  • 147
  • 2
  • 11
1
vote
3 answers

Sharing a link in facebook

I am sharing a link http://35.154.102.35/index.html#/shareProfilein facebook. But sharing doesnt happen , it take shareProfile as userid and redirect to profile of person share.profile.What can be done to redirect to my link ? HtmL:
Nicoleta Wilskon
  • 687
  • 1
  • 10
  • 32
1
vote
1 answer

How can i share a url like Safari do in my own app

I want to share a url like what Safari do in my own iOS app, How can i do this? Use socail framework can share in some specified social plartform, but in my case ,I just want to share url like Safari.
Michael Yang
  • 1,403
  • 2
  • 18
  • 27
1
vote
0 answers

how to convert firebase download url to base64 image?

I am using ionic and firebase. I am trying to send the img url to facebook shareing using the Ionic Cordova social sharing plugin. share(message, subject, file, url) When I send the img url from my database it says url not valid. Therefore I am…
Manas
  • 3,060
  • 4
  • 27
  • 55
1
vote
4 answers

Linkedin sharing not picking the og:image

I am implementing the post sharing on linkedin and I want to url og:image to be appear on linkedin when the post is shared. But even I have added the correct url to og:image meta tag. It is not appearing in the share dialogue neither on the linkedin…
Randhir Singh
  • 245
  • 1
  • 7
  • 19
1
vote
1 answer

share button and favorites folder in xcode 8

So this is my code: @IBOutlet weak var quoteLabel: UILabel! var quotes = ["I am no 1", "I am no2", "I am no3"] var currentQuoteIndex = 0 @IBAction func forwardAction(_ sender: UIButton) { currentQuoteIndex += 1 if…
1
vote
1 answer

Can I customize share button in blogger.com new themes

I'm Thai and my blog content is Thai language. In the blogger new themes, the share button is grouped together in "Share" button. However, when it is translate to Thai language, the word "Share" is translate to "ใช้ร่วมกัน" (use together). It…
1
vote
0 answers

Ionic2 SocialSharing-PhoneGap-Plugin Share Confirmation

I'm using SocialSharing-PhoneGap-Plugin in an Ionic2 app - but I need to get a confirmation whether something was shared or not. Is there a way to do this? Does the OS (iOS or Android) provide some type of confirmation signal as to whether the user…
frednikgohar
  • 340
  • 1
  • 3
  • 14
1
vote
0 answers

i want to share post on linkedin using python script

hi i want to share my post on linkedin from python script i try with many script but get authorization error "You must be authenticated to access this page." import oauth2 import oauth2 as oauth, urllib import requests import urllib API_KEY =…
kartik
  • 61
  • 1
  • 6
1
vote
1 answer

Nativescript + Angular2 Create image programmatically and share

I need an example to create image programmatically: load an exisiting image res:// or ~/ draw a text to this image to x,y position draw another image (res://) to this image to x,y position (maybe scaled) and then share this image with this plugin:…
robcaa
  • 181
  • 2
  • 2
  • 14
1
vote
4 answers

Moved to SSL, lost my social sharing button counts, now need to use the old http url to get them back

I just switched my site over to SSL and all of my social sharing button counts have reset to zero, which is expected, but apparently it's possible to tell those buttons to use the old http urls in order to bring back the old counts. I just can't…