Questions tagged [facebook-sharer]

The Facebook Share button lets people add a personalized message to links before sharing on their timeline, in groups, or to their friends via a Facebook Message

When someone shares content from your website or web app using Facebook channels, it appears on their timeline and in their friends' news feeds. Sharing, therefore, helps people using a website show their friends things that are important to them, and helps developers by increasing awareness of their website, or web app.

595 questions
0
votes
1 answer

Facebook sharer X-Frame-Options

I have my link here: And my JS here: FB.api('/217822418323942', function(response){ …
0
votes
1 answer

Facebook Share using Friendly URL

I am trying to implement multiple Facebook share buttons in one page to share different pieces of content. I was looking at this page: https://developers.facebook.com/docs/reference/dialogs/feed/ And tried to implement the Direct URL exactly as…
Ori
  • 259
  • 2
  • 8
  • 27
0
votes
1 answer

Facebook sharing data for url

I am working on a project to get shares for different articles of the client. I searched whole internet but did not find any info so as a last resort putting the question here: Is there a way to check how many shares an article has on facebook by…
NoviceMe
  • 3,126
  • 11
  • 57
  • 117
0
votes
1 answer

different url for facebook share button

I would like to give a different url in Facebook share button rather than current page url. I've tried to change url in asp.net behind side but I wasn't success. I would be gratefulif anyone can help about this. Some codes that I used, you can see…
serhads
  • 462
  • 2
  • 7
  • 22
0
votes
1 answer

What can I do to link between comment of my photos in facebook and in my site?

Right now I'm planning to rebuild again my site. But I would like to make it synchronized what I posted in facebook/my site. What I want is when I posted a photo to my site, I would like it to be synchronized to my facebook directly without Facebook…
kalingga
  • 181
  • 3
  • 9
0
votes
1 answer

Error when trying to share an article URL by permalink

Our CMS uses permalink, for example this one: www.kingmagazine.se/artiklar/king-kroner/20120713/10-korthallare When a user is trying to share this URL by pasting it into the "update status" field on their Facebook homepage, Facebook seems to try…
John Severinson
  • 5,145
  • 1
  • 16
  • 6
0
votes
1 answer

Facebook Share Not Showing Description and Image

I have working with a project and i added a share button to product page, when i click on share it only showing the link of the site on fb share box no other infos showing my home page can share successfully this is ok http://smartbetty.com i added…
Suneth Kalhara
  • 1,211
  • 6
  • 20
  • 40
0
votes
1 answer

Friendly URl on Facebook Share

I am working on Facebook Share for my website and basically it is working fine but just a little wrinkle there. Whenever user does a share on Facebook, it share the URL on his/her wall. But I would like to add some description into it like all the…
Lost
  • 12,007
  • 32
  • 121
  • 193
0
votes
1 answer

Using Facebook Share link , didn't redirect to original site

I try to make a facebook share function using link_to method. This my share link helper urlencode=ERB::Util.url_encode("http://fbjstest.herokuapp.com/posts/#{id}&t=#{title}"); url= "https://www.facebook.com/sharer/sharer.php?u=#{urlencode}" It will…
AlohaCC
  • 87
  • 1
  • 9
0
votes
1 answer

ajax jquery facebook open graph tags not used

i get my pagedata from an xml and i want this data to be shown when shared, below is my code: $.ajax({ type: "GET", url: "data/artikels.xml", dataType: "xml", success: function(xml){ …
0
votes
2 answers

Can a default-only image be set by Facebook OpenGraph?

I know of the OpenGraph "og:image" meta tag that can be used on the site however when I specify the image on the page it shows up as the ONLY image. I have tried a few different changes and nothing has worked so far. Is there a way to specify an…
Jim
  • 3,210
  • 2
  • 17
  • 23
0
votes
1 answer

HTTPS and share

I'm writing a Video streaming site with facebook integration. We share videos using meta tags. I recently created ssl for my web server so I can use og tags to make shared videos available for facebook users using secure browsing. Everything was…
0
votes
1 answer

FB Count Discrepancy (I already used the debugger and the fbrefresh param!)

http://m.lifetrac.ca/blog/how-choose-church - has 13 (you can visit in your mobile phone or add ?device=mobile) -- the full site (remove the m subdomain) says 0 Likes I already debugged both links and they are fine. So I just don't know why they are…
user1146310
-1
votes
1 answer

Facebook Share button showing name at bottom of feed

I am having issue while sharing content from my website to facebook. posting picture that will explain every thing and below is the share link which m using to post content to facebook. Share Link error message while posting content from website to…
Farhan Shahid
  • 23
  • 2
  • 5
-1
votes
1 answer

Facebook Sharer, how to specify image without meta tags? is it possible to specify this in google play console?

Im creating a button for users to share my android app, so im doing it simple with facebook sharer link but I read that I cant no more pass the image url as a parameter in sharer.php, so I was wondering if theres another way to choose the image that…
centenond
  • 1,170
  • 1
  • 8
  • 23