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

Android Duplicate Share Buttons (Udacity Sunshine App)

I'm going through this Udacity Android course, and I'm trying to add a share button to the action bar. I followed all the instructions, and for some reason I'm seeing 2 share buttons! Here is the code on github https://github.com/sayo9394/Sunshine…
sayo9394
  • 435
  • 8
  • 18
0
votes
1 answer

How to add a Facebook share button that shares specific image from web page?

I am trying to add a Facebook share button to an interactive page I am working on. On this web page users can manipulate a customizable image by selecting different colors to appear on the image. I'd like to know if there is any way I can add a…
0
votes
0 answers

Facebook share button re sizes by itself

my Facebook share button worked perfectly until a few days ago when it started re sizing itself and refusing to open, any clues as to what is causing this?\ here's my js script for the pop-up window function fbShare(url, title, descr, image,…
Max Njoroge
  • 489
  • 3
  • 21
0
votes
2 answers

Statistics on Facebook shares

I want to add a share button inside an iOS app and wonder if it is possible to get any statistics of how many people have used the shared button inside my app? When people use the share function they will share an image from their phone and not any…
vato
  • 409
  • 1
  • 3
  • 15
0
votes
1 answer

Android Share Button Zoomed

I have a clasic share button on android with material design. I test it on Samsung S2 and it's ok, but on S4 it's zoomed like that. I searched on net, but I didn't manage to find something. Any idea ?
ghita
  • 2,746
  • 7
  • 30
  • 54
0
votes
1 answer

Disable Share button in Facebook SDK 4.0 on Logout

I implemented the sample hello facebook and I m confused on some points. First when I test the app in real device from Android Studio, the post update button is already enabled (possibly) from facebook app which is already logged in When I login…
user2629955
0
votes
1 answer

Facebook share button not working on all pages of my website

My website (www.medmennesket.dk) has a facebook-share button on most of its pages but it's only working properly on some of them. For instance it's working on this page, http://medmennesket.dk/?page=1, but not on this one…
0
votes
1 answer

How to deactivate facebook share button after click

is there some way to deactivate FB share button or mark it like "done" after sharinig content? Like button have two states which indicates if I "like" it or not. On the share button is not visible if I shared the content or not. Is there a way to do…
Čamo
  • 3,863
  • 13
  • 62
  • 114
0
votes
1 answer

share-button JS Different URL for each button

I have a structure like this and I'm using Share-Button
All the content is here
Jaypee
  • 1,272
  • 5
  • 17
  • 37
0
votes
3 answers

How to add a share button in my android app?

i am making an app that has collection of images placed in gridview. Now my prob is how to add an share button to it. i searched for it but unable to implement it successfully ?
0
votes
1 answer

How to add a share button inside a view in Android?

I need to add a share button to one view inside one of my DialogFragments (Not in the action bar). Can you give me a clue or a sample maybe? All I could find googling is for action bar (like Sherlok) which is not what I'm looking for.
0
votes
1 answer

facebook share button showing wrong thumbnails

I'm using the Facebook Share Button widget, which in general is working fine. It's showing the image declared in the "og:image" meta tag , but additionally it's showing other images that are in the page, but that are not relevant to the actual…
camilo888
  • 173
  • 1
  • 1
  • 11
0
votes
1 answer

Where do I put the share buttons code? (share42)

I generated the buttons and downloaded a folder that has a .png image a .js file. Where do I put the code and image? I'm only familiar with html and css. Our website is built on the modx platform. I can edit html and css on the pages.
larry909
  • 145
  • 8
0
votes
0 answers

Implement social buttons on unlimited/infinite scrolling website?

I'm using jquery social-likes plugin to implement social buttons on index page of my ruby on rails based website. This index page is infinitely scrollable, when the new content is loaded, this newly loaded item doesn't display any social…
0
votes
2 answers

Aligning Social Share Buttons

I have read loads of answers to this question using different CSS methods but I just can't find a solution that works on my website. An example URL is http://www.clubszone.co.uk/clubs/43 (the pages are dynamically generated) I am trying to align…
1 2 3
8
9