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
1
vote
2 answers

Multiple social share buttons with different links

I have implemented a jQuery social sharing solution on my website with the help of this article. I had to modify the code since I have multiple posts on one page with these buttons. I have set a 'data-href' attribute for the buttons container in…
Lilferi
  • 49
  • 9
1
vote
2 answers

Android share button

After I've updated my question based on your responses, this is my .Class: public class ShareScreen extends Activity{ private ShareScreenAdapter adapter; private ViewPager viewPager; private String[] mThumbIds =…
ghita
  • 2,746
  • 7
  • 30
  • 54
1
vote
1 answer

How do integrate FaceBook/Twitter button's into my iOS app game

I'm not asking how to create a button, i'm asking how to integrate FaceBook and Twitter into my iOS game. I see games that let you click on a FaceBook button and a Twitter button. When you click on Twitter button there's a custom message of your…
Jet
  • 555
  • 1
  • 7
  • 19
1
vote
0 answers
1
vote
2 answers

How to use google+ share button?

I have created a google+ share button ... https://developers.google.com/+/web/share/ ... It works but it doesnt share any content ... only appear a pop-up share window => I write something into => and this text it share normal ... but not content of…
Takeshi
  • 99
  • 2
  • 12
1
vote
1 answer

How to share a randomly viewing text?

I want the user to be able to share what is randomly viewing text from a set of texts but it seems very complicated. I tried to search for an answer but everyone talks about sharing images. Here's my Java code: public class Second extends…
Badee
  • 33
  • 6
1
vote
0 answers

302 found - Facebook share button

This is my first post here so Im gonna try to make it as clear as possible. Our client's website(we didn't developed this one) is passing through our firewall(modsecurity). They have an facebook share button in their blog, so when you hit the…
1
vote
1 answer

Redirect to a page if shared from Facebook

I don't know whether is this possible. I am creating a site in PHP. Is it possible to detect the previous url is from facebook/twitter, and if yes redirect to an another page? In detail I have page A and B. There is a share button in page B. On…
Gijo Varghese
  • 11,264
  • 22
  • 73
  • 122
1
vote
2 answers

Google Share button set data-prefilltext dynamically

I currently have a site that includes the Google Share button (along with Facebook and Twitter) on a social networking widget that I'm creating. What I would like to do is to be able to type some text in a textarea field, and upon pressing a 'Send'…
1
vote
1 answer

Modify url in mobile share buttons

We have a SPA html5 web page that is used in the mobiles. As the detail page is set after the #, I would like to change the url that is sent when an user clicks in the share button to something more informative before the #. That way I change the…
Pablo Castilla
  • 2,723
  • 2
  • 28
  • 33
1
vote
1 answer

jquery facebook share button dynamic url insert

with var url = window.location.href; get i my url and now i will the url variable put in the facebook share link. how can I implement that? Hope someone can help me.
Dave
  • 2,815
  • 5
  • 19
  • 22
1
vote
0 answers

Share buttons with count in codeigniter application

I have developed an application in Codeigniter, I want to add share buttons with count(like as, facebook, twitter,google+ etc), in the application. Please help me how to add it.
md zawar alam
  • 27
  • 1
  • 7
1
vote
3 answers

How to add a Facebook share button for a video on a web page

I have a YouTube video on my website and want to add Share button then users can share that video on Facebook. (Only video and not the whole site) Here is my code, which doesn't seem to work:
Dan
  • 21
  • 2
  • 3
1
vote
1 answer

facebook "share button" for mobile web html/javascript

i want to add a facebook share button to my mobile web app for sharing specific content from my app as picture with text etc. but i'm really confused!!! is the "share button" is depracated? what to use for its behavior instead? I read a lot in the…
dvrm
  • 3,749
  • 4
  • 34
  • 43
0
votes
0 answers

Linkedin share button embed

How do I embed the LinkedIn share button on my website? I already found a javascript code on Linkedin's developer site, but it doesn't work. I want to embed linkedin share button on my website
1 2 3
8 9