Questions tagged [socialsharing-plugin]
11 questions
1
vote
2 answers
How to implement vue-social-sharing correctly in vuejs 3
I'm trying to use vue-social-sharing, but I get this error "Component is missing template or render function".
this is my main.js file
import {library} from '@fortawesome/fontawesome-svg-core';
import {fas} from…

sona Rapanj
- 29
- 1
- 6
1
vote
1 answer
Ionic 5 socialSharing.shareViaWhatsAppToPhone not attaching image
I am using Social Sharing plugin in Ionic 5 and having issues in sharing image via whatsApp. If I share image via "shareViewWhatsApp" then everything works fine. After selecting contact it shows image that I am sharing.
But if I use…

Bhavesh
- 819
- 1
- 17
- 31
1
vote
0 answers
ActionSheet - Ionic 5 - All Available Mails - Ios
At the moment I am implementing the email composer plugin in my ionic 5 application. When the app is built on an android phone and i activate the plugin, an action sheet comes up with all mail providers available on my phone, such as (Gmail, Yahoo,…

Joanne Fsadni
- 103
- 1
- 8
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:
1
vote
1 answer
Social Sharing not loading when I click the button to share
I'm did the instalation of SocialSharing Plugin on ionic 3. I instaled it folowing documentation of ionic and from repository with ionic cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git
But when I click on the…

Fernando Aureliano
- 894
- 12
- 35
1
vote
1 answer
Ionic 4 + WhatsApp share - Get receiver / contact details after I share my message
I am using Ionic 4 + SocialSharing-PhoneGap-Plugin.
After I share a message with my contact, how can I get back the contact's name/number and other info back in the promise, so that I can save it in the database?
I have the following…

Devner
- 6,825
- 11
- 63
- 104
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
Create custom social share icons which share current page url
I am trying to develop an widget which has social sharing buttons when clicked should share the current page'e url to respective social media website. For e.g, I tried to embed twitter share button referring from here and pasted the following code…

Kishore L
- 188
- 1
- 14
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
1 answer
Dynamic Data passing to Facebook and linkedIn sharing
I have a HTML page where I am using javascript to load contents based on query string value..
In javascript, I have some dynamic code to load separate data on the page based on this query string value.
Now my page link looks like…

Dalvir Singh
- 423
- 3
- 11
- 25
-1
votes
2 answers
Cannot read property 'socialSharing' of undefined in Ionic 4
import { Component, OnInit } from '@angular/core';
import { SocialSharing } from '@ionic-native/social-sharing/ngx';
@Component({
selector: 'app-video',
templateUrl: './video.page.html',
styleUrls: ['./video.page.scss'],
})
export…

Helmar Bachle
- 49
- 1
- 1
- 9