Questions tagged [socialshare]

For questions relating to the SocialSharing plugin.

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

159 questions
0
votes
0 answers

720kb/angular-socialshare : Is it possible to have an email template when sharing via email

I tried inserting an html tags for the socialshare-body for email sharing to check if html tags can be used for email sharing. Unfortunately, it is not working. Is there a way that I can share via email using an email template ?
banri16
  • 247
  • 1
  • 6
  • 16
0
votes
1 answer

using social_share_button_tag in rails 4 application google plus customize title is not showing

I have used social_share_button_tag in my rails 4 application to share news to facebook, twitter and google plus and customized the title. The code segment is given below: <%= social_share_button_tag(@abc.full_name, url:…
0
votes
1 answer

How to display the uploaded videos from the server, back inside div tag of the website? Also I want to give social-sharing options on each video?

How to display only specific files[.mp4] uploaded videos[using a foreach loop condition] from the server, back inside div tag of the website? Also I want to give social-sharing options on each video?
0
votes
0 answers

Ionic 2 social sharing throws cordova_not_available error

I am using ionic 2 framework, I'm trying to work with social-sharing plugin. in this process it throws cordova_not_available error. below is my typescript code: import { Component } from '@angular/core'; import { NavController, NavParams } from…
rajana sekhar
  • 511
  • 5
  • 21
0
votes
1 answer

Implementing social sharing inside ionic slides

I am implementing social sharing in ionic application with this plugin Inside my page i am using ionic slides,
{{ item }}
varun aaruru
  • 2,920
  • 1
  • 20
  • 36
0
votes
1 answer

How to share image and description using social_share_button in rails?

I want to share campaign name along with image and description but it only share name <%= social_share_button_tag(@campaign.project.project_name, :image => @campaign.campaign_image_url) %> Is there any way to share image on social media?
Haseeb Ahmad
  • 7,914
  • 12
  • 55
  • 133
0
votes
1 answer

Ionic 2 social share

I want to "share user stats" in my Ionic 2 app. First, I do a screenshot, and then I want to share it with social share plugin.. This is my code: public shareStats(): void { // Take a screenshot and get temporary file URI …
Ivan Lencina
  • 1,787
  • 1
  • 14
  • 25
0
votes
0 answers

Google plus share link invalid & FB Social Share fails

When I try to share my webpage on google plus it shows as link is invalid. Also for FB share it shows as 404 not found. While on FB Share debugger the URL crawls correct.
0
votes
1 answer

720kb SocialShare share with dinamic created button

what am i trying to achieve is on click the generate a button that can handle the venets for Social Share. Im creating the button with all the attributes as described at https://github.com/720kb/angular-socialshare but when i click on the button…
SBYDev
  • 3
  • 5
0
votes
3 answers

Social Sharing not working in Ionic.Always leading to error function

Using Social Sharing plugin of ngCordova. Installed it manually using config.xml following : https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/blob/master/README.md Whenever I try to use the following function,it is always entering…
0
votes
0 answers

Can't Integrate deeplinking using branch.io on angular app

I have integrated deeplinking using branch.io in my angular app.Links are getting generated but for Facebook the content is not getting posted [ showing an error : " Failed to load resource: 'https://www.facebook.com/v2.3/dialog/share/submit?dpr=1'…
0
votes
2 answers

Trigger Social Share Popup from Select Dropdown

I am using the jquery-based script SocialShare.js to add social sharing to a page. In the code below, you will see two ways to trigger it: With simple buttons. When you click the button, the social sharing popup is opened. This works! I have…
asanas
  • 3,782
  • 11
  • 43
  • 72
0
votes
2 answers

Social sharing plugin not working in Ionic Cordova

I have installed social sharing plugin in my Ionic app for ngCordova. cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git I have implemented it in my app, as shown in instructions. But it shows 'socialsharing of…
0
votes
1 answer

Cant display rich social media post with og tags

I am having trouble with the og meta tags for social media sharing. I have links for social media sharing in my app : = link_to "http://www.facebook.com/share.php?u=#{request.base_url}#{request.env['PATH_INFO']}" do #i{class: "fa…
David Geismar
  • 3,152
  • 6
  • 41
  • 80
0
votes
0 answers

Html is being tweeted along with the content in jQuery

I am trying to post content from an array in Jquery and the content gets posted on twitter as shown below on a button click. Also, when there are any special characters in the text, the entire text is not posted. For example, the content is "This…
Priyanka
  • 136
  • 1
  • 2
  • 13