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…
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…
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:
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…
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…
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…
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…
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…
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…