Questions tagged [share-button]

A button used to share some content.

A share button is used to share some contents. It will usually open a list of compatible apps from which to select the one that will act as a media to send the information through the network (i.e.: Twitter, WhatsApp, your eMail client, ...)

134 questions
0
votes
1 answer

How do I override Click Funnel's Social Share url?

I need to pass a query parameter to my social buttons in click funnels. It seems they init social shares within a closure. How do I access these elements to change the url of the share buttons? It does not respect data-url. I change them, but no…
dansch
  • 6,059
  • 4
  • 43
  • 59
0
votes
3 answers

How to make app picker for sharing text permanent in Android?

I'm trying to make refer and earn activity in my appSo I want to permanently display a few apps like whatsapp, etc for the user to click on them and share directly.I'm using Intent to share the referral code but it pops up the apps list when the…
Arpit Tomar
  • 53
  • 1
  • 2
  • 6
0
votes
2 answers

I would like to add a button to our website that allows hotels to go to our website text people our website url. How can we do this?

I would like to add a button to our website that allows hotels to go to our website, click on button (a cell phone icon) and individually text their guests (as guests come up to the front desk) our website url. Our website has a page with coupons…
0
votes
1 answer

Incorrect data retrieved from item in listview share button android

I have a listview which displays items retrieved from the database. Each item in the listview has a share button which allows the user to share the information. However when I click on the share button, the information displayed is different from…
hinata
  • 23
  • 6
0
votes
1 answer

Facebook share button causes a crash facebook sdk

i have a share button inside eache item of an @listview Application starts well, but it crashes when I press Facebook sharebutton button. holder.button = (ShareButton) v.findViewById(R.id.btnOne); holder.button.setOnClickListener(new…
hinata
  • 23
  • 6
0
votes
3 answers

How do I get these buttons inline?

I'm struggeling a bit with the sharebuttons for social media (Twitter, Facebook, Google+) because the facebook button is a few pixels more down than the other two. I have the feeling I tried everything in my knowledge, by adding or removing divs,…
Paul
  • 33
  • 1
  • 8
0
votes
1 answer

In android coding of share button got null pointer exception on this line mShareActionProvider.setShareIntent(getDefaultShareIntent());

Logcat Image In android coding of share button got NullPointerException on this line mShareActionProvider.setShareIntent(getDefaultShareIntent()); Can anyone solve this error? @Override public boolean onCreateOptionsMenu(Menu menu) { …
Angel
  • 11
  • 4
0
votes
1 answer

Share intent message with hyperlink to my app in Google Play

I have a shareButton in optionsMenu from where I would like to send a message via wasap, gmail... describing my app and containing a hyperlink to Google Play. The problem is that the hyperlink doesn't appear, this is what I have done: …
Spirrow
  • 1,120
  • 6
  • 18
0
votes
1 answer

FB.getLoginStatus is responding (response.status=connected) at second click

I want to share my post to Facebook so i have written the code. but when I am clicking on my button, FB.getLoginStatus is responding "unknown" to response.status for the first time but responding "connected" if i click again. here is my…
0
votes
0 answers

How to add a Facebook share button for sharing video on a facebook in website

I have a video's on my website and want to add Share button then users can share that video on Facebook.I can share only image. Initiate FB appID code: