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
11
votes
4 answers

Creating a Facebook share button with customized url, title and image

Facebook used to allow custom parameters in the Facebook share button, but it is not working now. What I need is to create a Facebook share button which will have a custom title, url, image, description, etc. It cannot be done using meta tags…
Gijo Varghese
  • 11,264
  • 22
  • 73
  • 122
7
votes
1 answer

Error sharing url in cyrillic

Can't share a url in cyrillic: http://вода-серебряная.рф. My site uses facebook.com/sharer/sharer.php to achieve that. The url is already transformed to punycode (http://xn----7sbbdcmja7ed0aci5rc.xn--p1ai/) with FB at this step. When I click Share…
dskecse
  • 457
  • 6
  • 16
5
votes
1 answer

Support to share button in amp-html

Does AMP have support to facebook, twiiter and google plus share buttons? There's no clear information about this issue here or on github.
Bruno Barbosa
  • 165
  • 1
  • 2
  • 9
5
votes
0 answers

Google + Share button callback issue

I'm trying to create a G+ Share button that 'onendinteraction' return 'confirm' if the user shared the link successfully. I've tried it with no success. When I log the user activity throught 'onendinteraction' event, it ever returns me 'hover' and…
5
votes
0 answers

Sharrre - Pinterest button not working

I'm using the "sharrre" plugin to add social buttons on one of my websites. The code is working well for facebook, twitter, and google+. Pinterest and Linkedin buttons are not showing at all. Any ideas? $('#twitter').sharrre({ share: { twitter:…
4
votes
4 answers

React Native and iOS share button

I am trying to access iOS' share button where you can share content to all services, including messages etc... Any idea how I could do this? Thanks
dylan
  • 85
  • 1
  • 3
  • 9
4
votes
2 answers

Share button on Xamarin.forms.ios

I'm a beginner on Xamarin ant try to create simple app with Xamarin.forms. Now i need to add share button (square + arrow like on Safari on iPhone) to my App. As I know that Android and IOS are differant so that I use DependencyService. It works…
Kastour
  • 117
  • 3
  • 8
4
votes
2 answers

Laravel - social media share buttons with custom content

How can I customize the content display when I share a page on facebook or google plus. title, description, image..etc.. When I share my page now on facebook, it adds a certain image and title other the required. In case of google plus, image is…
omarsafwany
  • 3,695
  • 8
  • 44
  • 75
4
votes
3 answers

Adding an Easy Share Action in ActionBar

I have problem. I was follow a lot of guides, but still can't get my Share button to work. I got the icon showing in ActionBar, but when I press nothing is happening when android:showAsAction="always". But when android:showAsAction="never" it works.…
Vertumus
  • 51
  • 1
  • 1
  • 3
3
votes
0 answers

Google Share button provokes Failed to execute 'postMessage' on 'DOMWindow'

Using a simple implementation of Google's share button I'm getting the following message: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://accounts.google.com') does not match the recipient window's origin…
3
votes
1 answer

Google Share Button grabbing all images from the page

My aim is to use the google share button to allow people sharing contents from my blog. I used the google share snippet like here :
iFlo
  • 1,442
  • 10
  • 19
3
votes
2 answers

Make my own custom Facebook share button

I'm pretty (below) average when it comes to HTML/CSS-coding. My Javascript knowledge is at the copy-and-paste level. This is my problem: I want to make my own Facebook share-button! It used to be simple with sharer.php, but I'm afraid it will be…
Andreas
  • 51
  • 1
  • 3
3
votes
1 answer

How can you change the layout of a linked-in share button dynamically?

The LinkedIn share button can be added to a page with this code: I would like to be able to dynamically change the…
3
votes
0 answers

Social share buttons not loading when changing page in rails

I use the social share buttons for twitter and facebook. The javascript that turns those divs into buttons dont' show up unless it's the first page I load on, or unless I refresh the page. In other words, if I click on a link, I'm pretty sure…
ahnbizcad
  • 10,491
  • 9
  • 59
  • 85
3
votes
2 answers

Google Plus Share Button is not sharing on Business Page

Suppose I have an online shopping system and many users are registered to it. I want a feature that when I add a new product or there's a promotion for a particular product, my Google plus page gets updated in the sense that the details of the…
naa2ir
  • 41
  • 1
  • 6
1
2 3
8 9