Questions tagged [socialshare]

For questions relating to the SocialSharing plugin.

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

159 questions
0
votes
1 answer

Wordpress Sharer to Social Media

I wanted to make a sharing code to social media without using some plugins. i have the code the works on sharing but my problem is how can i seperated it from wordpress. for example how can i extract or get the url each posts, javascript how to…
soveva
  • 3
  • 2
0
votes
0 answers

Directly sharing to socials using React Native (Expo)

I have been trying to work out how to directly share videos to social media through my React Native (Expo) app, but I can't figure it out. I don't want to use "[share]" (https://www.stackoverflow.com/) from React Native, as that goes through a…
0
votes
0 answers

Fit image when sharing on social media

I know that when sharing pictures, I have to upload them in 16:9 ratio. But I need to upload it in 3:2 ratio. When I click on the share link, part of the picture is cropped. I want the image to fit. I added them to the header of the document:
cengsemihsahin
  • 921
  • 2
  • 8
  • 21
0
votes
0 answers

og:image tag not readable by Linkedin post inspector https://www.linkedin.com/post-inspector/

Linkedin - og:image tag not working URL: https://toicartoons.timesgroup.com/cartoon/sandeep-adhwaryu/line-of-no-control/economy/1660326882851
0
votes
1 answer

Flutter error "Multiple widgets used the same GlobalKey" - using ScreenShot with SocialShare plugins

I'm not sure where to find the extra widget sharing the same global key as another widget in my app. I'm using the Screenshot and Social Share plugins. https://pub.dev/packages/screenshot https://pub.dev/packages/social_share I'd like to upload a…
Meggy
  • 1,491
  • 3
  • 28
  • 63
0
votes
2 answers

How to share a local file using SocialShare Plugin in Ionic5 project?

I am pretty new to Javascript and Ionic framework . I want to share a local file which has the path "/assets/input.json" using SocialShare Plugin and I want to share this local file which is of .json extension into a .txt file through the app. Can…
Avi Sen
  • 152
  • 1
  • 11
0
votes
1 answer

Social Sharing plugin for Ionic 4 for web browser

do you know of Social Sharing plugins that works with Ionic 4 when run on the browser? Most are for mobile so I'm stuck
AshenWolf
  • 1
  • 1
0
votes
1 answer

Add specific image and title to Facebook sharing link dynamically in react js and Next js Application

My react js web application contains a dynamic list of articles and I am trying to share the current link (which is article details page) on Facebook.I've spent an hours to find a way to send/share an image but did not found the proper solution…
Roshani
  • 11
  • 1
0
votes
0 answers

Share Sheet in iOS not showing Image of the website

I have implemented an Ionic project in which you can share a link to the social media using the Native Share action sheet link popup in ios. All works well except that when the sharing window is open(the native ios window) i dont see the image of my…
user9591065
0
votes
0 answers

SocialSharing plugin on Ionic 3, incorrect preview image

I am using the Social Sharing plugin from https://ionicframework.com/docs/v3/native/social-sharing/ within my Ionic 3 app. Within my code I have: import { SocialSharing } from '@ionic-native/social-sharing'; And then…
Chris
  • 4,672
  • 13
  • 52
  • 93
0
votes
0 answers

How to find the list of social sharing apps installed in Android phone programmatically?

I need to implement custom social sharing dialog for android to share an image from my app to other apps like Instagram, facebook, twitter, photogrid, etc. How can I get the list of such apps where I can share the image file? Also, if the user…
0
votes
0 answers

Twitter JS file issue

I am trying to create a Twitter Share button in my Website. My code is like below