Questions tagged [socialshare]

For questions relating to the SocialSharing plugin.

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

159 questions
22
votes
3 answers

Package name & Class Name of facebook app

Just a small confusion I want to ask while making a facebook app to implement share feature in my android app Unique app Identifier used to open your app Package Name: Is it that unique identifier that I have written while creating the new…
13
votes
6 answers

Image Sharing Using Google Plus in ios

I want to share image on google plus: I have used google+ api AppDelegate.m [GPPSignIn sharedInstance].clientID = @"MyClientID"; [GPPDeepLink setDelegate:self]; [GPPDeepLink readDeepLinkAfterInstall]; and on button…
Chitra Khatri
  • 1,260
  • 2
  • 14
  • 31
5
votes
2 answers

Linkedin show 3 different image when sharing

Linkedin show different 3 image when trying to share. Here is then head tags
4
votes
0 answers

How to share images and posts to fb using react

I am using react-helmet to display the meta og tags and react-snap to prerender the html pages. I was able to render the proper display with the image description and title when i shared it on slack, but if I share it on facebook, the page does not…
jdip88
  • 427
  • 2
  • 9
  • 23
4
votes
2 answers

canShareVia invokes the success callback when it should not - iOS 11.2

Description When the Facebook app is not installed, canShareVia method should invoke the error callback, which is working perfectly with my iPhone5s running iOS 10. When I test it on iPhone5s running iOS 11.2, it is always invoking the success…
Raj Kumar
  • 953
  • 1
  • 8
  • 19
4
votes
0 answers

Social Share count api for Twiiter, GooglePlus (2017)

I need to get social share count for main media including Twitter and GooglePlus. However, things changed as what've known so far For Twitter, I couldn't use cdn.api.twitter.com/1/urls/count.json?url=http://{URL} For GooglePlus…
4
votes
1 answer

How to dynamically render meta tags for social share button on a static site?

I have a static site where users can generate images and content in unlimited combinations. When the user is finished, permalink is generated to allow them to share their creation via Facebook/Twitter/GooglePlus/etc. I want their shared post to…
modulitos
  • 14,737
  • 16
  • 67
  • 110
4
votes
0 answers

3d Touch iOS sharing feature

I'm new to IOS development. Currently I'm working on 3d touch feature along with social sharing (like message, email, google, whatsapp, twitter, facebook). I'm using 2 separate viewcontrollers. I had implemented 3d touch in 2nd view controller and…
Venkat_09
  • 119
  • 1
  • 6
4
votes
0 answers

QML app iOS sharing error, "UIPopoverPresentationController ... should have a non-nil sourceView or barButtonItem set before the presentation occurs"

I'm trying to create QML mobile app with sharing option (mail, Twitter...). Everything works fine on iOS emulator, but when I run app on iPad and press the share button the app stops working. I'm not sure what is wrong. Here is a code used for show…
Jarda
  • 81
  • 8
4
votes
3 answers

How to share/pin message with Image in Pinterest through my Android application

I am trying to integrate Pinterest to my android application and to pin/share message with image.But I am not getting any way to do this. I downloaded the Pinterest SDK and added the jar file in my project. Following is my code snnipet. PinIt pinIt…
Tripaty Sahu
  • 955
  • 4
  • 13
  • 32
3
votes
0 answers

How to social-share several parts of a page (embeded node) each with its own opengraph metatags?

I have a drupal8 site that uses the Entity Embed Module, to place teasers of content in the textflow of articles. Now a visitor comes to the article page (node/6) which contains several embeded node teasers ( node/123, node/124 ...). The visitor…
3
votes
1 answer

Vuetify buttons in vue-social-sharing of nuxt application

I'm trying to implement this - https://github.com/nicolasbeauvais/vue-social-sharing in my nuxt (+vuetify) application. I've created a file - vue-social-sharing.js in plugins folder: import Vue from "vue"; import VueSocialSharing from…
3
votes
1 answer

Implementing open-graph social share in reactjs

I am working on a question web-app which has 20 posts on a single page. I have to implement facebook share button on each question. I am using meta og:image. However, for sharing each single post, og:image content will have to be changed, but FB…
sine99
  • 97
  • 1
  • 10
3
votes
1 answer

Instagram share opening another app if Instagram is not installed in my device

I am trying to share Images on Instagram, it's working fine if Instagram is installed on my device, otherwise it will open another app which has the same functionality as Instagram sharing (instead of error throwing). My Instagram sharing Code is:…
Raj Joshi
  • 2,669
  • 2
  • 30
  • 37
3
votes
1 answer

Send Image using Social Sharing Plugin in ionic

I am generating QR, and i want to share that generated QR (via) Social Sharing Plugin. Below is my code to share the image. share() { let currentImage= "data:image/jpeg;base64,"+ this.createdCode; this.socialSharing.share("QR Image to share",…
user7413163
  • 205
  • 1
  • 4
  • 15
1
2 3
10 11