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

Google Plus Sharing Does not get Description and Image

I am try to integrate google plus sharing and I have created a url i.e…
Charnjeet Singh
  • 3,056
  • 6
  • 35
  • 65
0
votes
0 answers

Social sharing plugin directing to blank page after post sharing

I am new with word press stuck in a problem. I have used EXEC-PHP plugin to write php in my text editor and through that I have fetched records from my database. Now I want to share those posts which I have fetched from database on different social…
Salik Asad
  • 291
  • 4
  • 15
0
votes
1 answer

Ionic social share is undefined

I am trying to follow the tutorial example in ionic with the line window.plugins.socialsharing.shareWithOptions(options, onSuccess, onError); but I keep getting ionic.bundle.js:20306 TypeError: Cannot read property 'socialsharing' of undefined I…
El Dude
  • 5,328
  • 11
  • 54
  • 101
0
votes
1 answer

Sharing Bitmap Image and Text android

I am having a Framelayout and some TextViews in my application for which I am loading data from server and setting the background of FrameLayout with Image loaded from server using Picasso and setting TextViews in the same manner. But I want to…
Mehvish Ali
  • 732
  • 2
  • 10
  • 34
0
votes
2 answers

xcodebuild exited with code 65 :EddyVerbruggen/SocialSharing-PhoneGap-Plugin

I am trying to add socialSharing to my IBM mobileFirst hybrid app.. Added the 'socialsharing.h','socialsharing.m' file but I get an error doing the Xcodebuild (cli) The error is: The following build commands failed: CompileC…
user2570135
  • 2,669
  • 6
  • 50
  • 80
0
votes
1 answer

ShareThis wordpress show share options on button click

Im using the share this wordpress plugin, currently i have a button which says share, when this is pressed i would like the share options to display but im not sure how to go about this...the only code i have right now is the button.
user1673498
  • 431
  • 1
  • 8
  • 26
0
votes
0 answers

How to Social Share individual pieces of content - Wordpress

this is a rather generic question I know but i was hoping someone could point me in the correct direction. Im building a Wordpress site, the site has a middle content section made up of 3 columns - 3 rows so total 9 panels. I would like to include…
user1673498
  • 431
  • 1
  • 8
  • 26
0
votes
1 answer

Get social share count in python

I am using python package here: https://pypi.python.org/pypi/socialshares/0.3.2 As mentioned on this page, I am not getting any results neither in command line nor through python script. The following command returns nothing: socialshares…
Joseph
  • 55
  • 1
  • 7
0
votes
1 answer

How to share Image to multiple social platforms like Instagram in iOS application

I want to share data in multiple social platform like Facebook, Twitter, Google+, LinkedIn etc. It works in Instagram application but how can I implement in my iOS application...
0
votes
1 answer

How can i post my website content to wordpress and blogger sites

How do i share my website content to wordpress blog and google's blogger like facebook share, twitter share, without any third party tool. Thanks
Jayakrishnan K
  • 267
  • 2
  • 6
0
votes
1 answer

Android - Using dynamic text field for sharing using chooser dialog

If the user chooses Twitter, I want to send an abbreviated text field (due to character limit). From this SO post -- Branching the Android Share Intent extras depending on which method they choose to share -- I learned that I can implement targeted…
Sean Thomas
  • 129
  • 12
0
votes
1 answer

Add Multiple Google+ buttons on one site, doesn't recognize title and description or image

The blog on my website is written in PHP. I get all the data from my sql database. foreach($db->query("SELECT * FROM news ORDER BY position") as $row){ echo "

{$row['title']}

"; echo " {$row['date']} "; echo "
Mischu
  • 95
  • 1
  • 7
0
votes
1 answer

Cordova, SocialSharing, Send Message to specific person without dialog

I'm using "nl.x-services.plugins.socialsharing" "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin" so that i send/share message to any one (through email,facebook, whatsapp, and etc..). My problem is, i want to auto send messages to…
OSAMA ORABI
  • 441
  • 1
  • 4
  • 14
0
votes
1 answer

How to have different custom message in Social Sharing for Phonegap ?

How to have different custom message in Social Sharing for Phonegap ? Not for the button click, I need it in the popup.
Mitul Verma
  • 237
  • 1
  • 15
0
votes
1 answer

Angular js Website Social sharing

I have created Angularjs app and hosted in an IIS server. I used prerender.io for SEO and it works really well. But I have a problem with sharing my web site on facebook. It gives me following errors when I try on facebook debugging tool. …
Janith Widarshana
  • 3,213
  • 9
  • 51
  • 73