Questions tagged [socialshare]

For questions relating to the SocialSharing plugin.

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

159 questions
2
votes
1 answer

Social share with Worklight

I'm developing an app using Worklight and AngularJS, there is a necessity in this app with main objective to share certain text. My idea is to invoke the native method of sharing each operating system without restricting any application and use…
2
votes
2 answers

PhoneGap Build: SocialSharing Plugin Not Loading

I am trying to use the SocialSharing Plugin with PhoneGap Build. I have put the following into the config.ml file: Here is a sample of my HTML index page: …
Jake Chasan
  • 6,290
  • 9
  • 44
  • 90
2
votes
0 answers

Android share Intent, post image picked wrongly from the weblink in case of facebook

I am using general share intent for sharing news link containing image as well with other social sharing application installed in my phone. The general share code is: twitter.setOnClickListener(new View.OnClickListener() { @Override public…
2
votes
0 answers

social-share-button gem not having default message for Facebook and Twitter

I'm using https://github.com/huacnlee/social-share-button for my website (scroll down to see). When you click the Twitter icon, it has the default post "College reviews are too broad. Please help answer some more specific questions about your…
Adam Zerner
  • 17,797
  • 15
  • 90
  • 156
2
votes
1 answer

UTM tracking for the Social Share Buttons: Facebook, Pinterest

all. I want to add utm_ parameters to all my social share buttons. I successfully included the parameters into the Twitter and G+ without any problems. But have a lot of problems with Facebook and Pinterest. Pinterest strip any utm_…
Mikhail
  • 2,542
  • 4
  • 29
  • 40
1
vote
0 answers

Social Share of products in hybris

​I have to create a functionality to share the products to social media sites like facebook, twitter, etc. This can be accomplished via front end i.e. Spartacus. Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud. But…
1
vote
0 answers

Not show title, image and description when sharing a link on social media using react-helmet?

I am using React helmet package in my code and i put this below code in my jsx file on react js. This method is working on change to browser tab title but the website url is share to linkedin or slack not get the page title and description. Anybody…
1
vote
1 answer

og:image URL error: https://mydomain/session/upload/undefined could not be processed as an image because it has an invalid content type

Here I used to debug the above URL using Facebook sharing debugger. I have this message after debugged. Invalid Image Content Provided og:image URL, https://mydomain/session/upload/undefined could not be processed as an image because it has an…
Irushan
  • 125
  • 2
  • 10
1
vote
1 answer

Unable to bind a URL property to html page using ngx-sharebuttons

I am receiving a dynamic link from firebase's rest apis. social.ts this.shareUrl = res.shortLink; //dynamic link is stored in this variable from the response. Now I am trying to provide this.shareUrl(short link) on a social share button used from…
1
vote
0 answers

build text on amp-social-share

I started to study amp-social-share. But my client needs a share button that share a text only. Not a link. But I couldn't find any example of that via this component. Can you help me do that? is there any property for it?
1
vote
0 answers

angular 9 using dynamic meta information for social share but not using SSR

I have an angular 9 app and i was applying the dynamic meta tags and come across that in order to get the respective image and description of the page we need to apply the server side rendering. but when i came across the server side rendering , it…
user4965201
  • 973
  • 1
  • 11
  • 25
1
vote
2 answers

Is it possible to share both text message and image using expo-sharing?

Sharing.shareAsync(url, options) Opens action sheet to share file to different applications which can handle this type of file. Arguments url (string) -- Local file URL to share. options (object) -- A map of options: mimeType (string) -- sets…
lonecruisader
  • 408
  • 5
  • 13
1
vote
1 answer

How to share Custom Text in social website using Angular

I have JwSocialButtonsModule for my social share. JwSocialButtonsModule is in my app module My code:
Angular
  • 11
  • 1
  • 5
1
vote
1 answer

my dynamic data not share in fb using angular

i have tried to share my post page data to fb, and my post page data change on product wise, its come from server and after that i want to share this data on fb, but i cant get this data on fb share page. i tried below concept for share data on…
Bhargav Chudasama
  • 6,928
  • 5
  • 21
  • 39
1
vote
0 answers

How to share media file in email with chencha share library

I have installed chencha share library chencha and used as below, but getting no media file in mail. Please help getting stuck into this. I have code in my controller like below, full(),"Article…
1 2
3
10 11