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
2
votes
0 answers

Share button in Facebook iOS webview iframe does not work

I'm having problem with share button on a webpage. The article holds an iframe with the content and a share button. Everything works fine with iOS safari but when the content gets shared to Facebook and a user opens up the web page in fb iOS app,…
2
votes
1 answer

Facebook share button with custom title and message etc

I have integrated a Facebook Share button in my website. The one that you can generate here: https://developers.facebook.com/docs/plugins/share-button/ But how can I tell it what title, message to show and what url to redirect to? It now all "tries"…
Vivendi
  • 20,047
  • 25
  • 121
  • 196
2
votes
1 answer

Facebook Sharer link not working

I have created a button in my website that will share the page. But on clicking the link Facebook is showing "file not found". Facebook debugger in showing no problem URL i want to shar:…
Gijo Varghese
  • 11,264
  • 22
  • 73
  • 122
2
votes
0 answers

Fully custom social media share links and share count

I want to produce something like this on my site (without plugins)
2
votes
0 answers

Define the right content_security_policy for facebook share button on chrome extensions

I'm trying to add Facebook share button to my chrome extension (popup.html), but it's not easy to do so because of the CSP. I know i can define "content_security_policy" in my manifest.js, but i couldn't find the right way. I didn't find an answer…
2
votes
2 answers

How to make a span tag to be centered from it's current elemental ( Like Youtube share button )

I am currently working on my share buttons and I am trying to make them act like the share buttons on YouTube do, when a:hovered a span elemental appears with a text "Facebook/Twitter/RSS" etc. The span element width should be auto since "Facebook"…
Jack
  • 245
  • 1
  • 5
  • 11
1
vote
2 answers

Return current URL for a share button

I'm new in web development and I'm trying to insert the current URL into href for a Facebook share button using JS. I tried in the following way but as you can see it's not correct. function getURL() { return window.location.href; }
S. G.
  • 11
  • 2
1
vote
0 answers

build text on amp-social-share

I started to study amp-social-share. But my client needs a share button that share a text only. Not a link. But I couldn't find any example of that via this component. Can you help me do that? is there any property for it?
1
vote
1 answer

How to use share button to share content of my app

I'm working with kivymd and using an MDFloatingActionButtonSpeedDial cannot figure out how to use it to share the content of the app with a link to download the like we share youtube video on WhatsApp, just like above Here's my code data = { …
Vinz
  • 255
  • 1
  • 9
1
vote
1 answer

How to update share button coding to work on iOS 13

My code for the share button works well on all versions below iOS 13, How do I modify the coding to work on iOS 13 for both IPad and IPhone? class CatseyeViewController: BaseViewController{ @IBOutlet weak var sliderImage:…
user3152377
  • 429
  • 1
  • 5
  • 17
1
vote
2 answers

How to add more social sharing buttons

I am trying to add more sharing button to my wordpress blog. here is what it was in origin:
1
vote
2 answers

Linked In share button returns wrong URL

I have the flowing LinkedIn share button:
Razvan Zamfir
  • 4,209
  • 6
  • 38
  • 252
1
vote
2 answers

How to share message via LInkedin

I am trying create share button for sharing via Linkedin include title and description I figured out that it possible to do via Custom URL, like…
Max
  • 781
  • 7
  • 19
1
vote
0 answers

How to show particular block or div from my entire page when i share with image and title on facebook

I found many codes but not working for me, I want to share a page but show particular block or div from my entire page when I share with image and title on Facebook. when I share result should look like. my code
Brij Sharma
  • 361
  • 6
  • 19
1
vote
3 answers

Passing ArrayList value to a Intent.putExtra for Intent.ACTION_SEND

How to pass arraylist value (samplename, samplequote ) to the intent.putExtra.. for sharing the text.. In MainActivity.java list = new ArrayList<>(); //loading list view item with this function loadRecyclerViewItem(); } …
Manidev
  • 41
  • 1
  • 1
  • 8
1 2
3
8 9