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

Simple social share fancybox popup

I'm surprised I can't find a Joomla extension to do this. jquery & fancybox are already installed on the site so both are available for use, so I decided to roll my own. Looking for examples to speed the completion of this task. I have social media…
0
votes
1 answer

phonegap how to use social share plugin?

i am using this plugin SocialSharing-PhoneGap-Plugin i have used this code
Angu
  • 862
  • 2
  • 13
  • 32
0
votes
0 answers

phonegap socialsharing error : Cannot read property 'socialsharing' of undefined

I Build My App, so need to use social sharing... i tried : androidmanifest.xml config.xml
Hossein Kurd
  • 3,184
  • 3
  • 41
  • 71
0
votes
1 answer

native sharing dialogue on android webview? is it possible?

Can I have a button that calls the android native share dialogue on android webview? For example uing Javascript in the webview and call my android function? If so, how can I make it? Thanks!
user2335065
  • 2,337
  • 3
  • 31
  • 54
0
votes
0 answers

Social Sharing with Cocos2d js android application

Hi i am building an android game using cocos2d js v3... I want to share the users high score to whatsapp,facebook,twitter,through email or any such sharing options... Is there any plugin available for the same and how to implement it... Any help…
kaushik reddy
  • 167
  • 3
  • 16
0
votes
1 answer

Can we refresh a page by using url parameters?

In my rails application i am using social-share-button gem to share an Url on Facebook. While sharing for the very first time , Facebook is not fetching the image and if i refresh again it's fetching the image. Is there any way to refresh the…
Can Can
  • 3,644
  • 5
  • 32
  • 56
0
votes
0 answers

Phongap Socialsharing plugin - ipad screen positioning not working

Since updating the ipad from ios7 to ios8, my phonegap social sharing plugin doesn't position correctly on the ipad screen. It just appears narrow rather than applying the position/coordinates that I've set in the code. Any ideas on how to solve…
0
votes
3 answers

social-share-button popup instead of opening new tab

I'm using social-share-button for my project. When clicking the buttons, it opens a new tab to share, is there any way to make it as pop up instead of opening to a new tab? <%= social_share_button_tag("my title", :url => "http://this is a test url")…
galao
  • 1,281
  • 8
  • 26
  • 50
0
votes
2 answers

How show page preview in Google , Facebook ,Twitter and many more social sites when url contain #!

I am working in Angula JS and Drupal in this i am facing two issue SEO and page preview when we paste url in Google,Facbook,Twitter and many more social site i have done case for _escaped_fragment_ in url by this help…
Rituraj ratan
  • 10,260
  • 8
  • 34
  • 55
0
votes
0 answers

SocialShare Cordova plugin not working in Android 2.3

Below is the code I'm using SocialSharing.js function SocialSharing() { } SocialSharing.prototype.available = function (callback) { cordova.exec(function (avail) { callback(avail ? true : false); }, null, "SocialSharing", "available",…
Ananth
  • 115
  • 3
  • 18
0
votes
1 answer

Facebook share for my site resulting in blank page

When I try to share any link on my site with facebook sharer.php, I get a blank page I want to share http://sportmenow.com/bar.php?id=10 with https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fsportmenow.com%2Fbar.php%3Fid%3D10 But this…
Karthik T
  • 31,456
  • 5
  • 68
  • 87
0
votes
1 answer

display twitter compose tweet pages through an iframe

so i have kind of a strange problem, I am in the process of building my own tweet button which is simple enough just using a link that resembles this now…
brendosthoughts
  • 1,683
  • 5
  • 21
  • 38
0
votes
1 answer

PhoneGap Social Sharing Plugin

I am using social plugin in PhoneGap from below url: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin I have done all setting given in above link. My problem is that, when I am including "phonegap.js", it is working fine in…
Nishant B
  • 2,897
  • 1
  • 18
  • 25
0
votes
0 answers

After sharing a post using social-share-button the page got closed abruptly in rails 4

I am using "social-share-button' gem in my rails application (rails 4.0.1), after sharing my Post over social networking sites, the page is getting closed abruptly. Any way to customize the redirection path and indicate the same to a valid page with…
Ajay
  • 4,199
  • 4
  • 27
  • 47
0
votes
1 answer

how to get share count from stocktwits

I like to integrate stocktwits url share in my site and I just want to know how to get share count of a particular URL like fb and twitter doing. Thank you in advance.
harishkumar329
  • 1,210
  • 4
  • 16
  • 34
1 2 3
10
11