Skip to main content

All Questions

0 votes
0 answers
160 views

Share on Facebook button with image from within an email

I send an email to users by using mailgun. The email consists of some text and multiple images (integrated like ) I would like to add a Share button which leads the user to facebook and automatically ...
user2527343's user avatar
0 votes
1 answer
108 views

Post on User Timeline using Facebook Sdk/API

I want to post a message 'Hello world' with three hashtags #abc #bcd #cde to a users timeline who visits my website and clicks on the share button. what I have tried : 1)Initially I tried Facebook's ...
Navin 's user avatar
  • 53
1 vote
0 answers
336 views

How do I properly test share functionality using Facebook's web hosting?

I am developing an HTML5 game for the Facebook platform. I am using Facebook's Web Hosting product to host the game and I have created a test version of the app to see if it works properly on Facebook....
Max Knoblich's user avatar
0 votes
1 answer
801 views

Facebook share dialog is giving empty message [duplicate]

my facebook app is not in sandbox, its live. While sharing a dialog , I am getting empty message like this : My href is as follows : <a title="send to Facebook" href="http://www.facebook....
Divyanshu Jimmy's user avatar
0 votes
1 answer
1k views

How to add custom image to each of the multiple facebook share buttons? I have multiple share buttons in single page

I have tried og:image meta tag as given here https://developers.facebook.com/docs/plugins/like-button. This seem to support one image for one page, and facebook seem to be assuming that you need one ...
anubhav16's user avatar
  • 238
-2 votes
1 answer
467 views

Given The domain of this URL isn't included in the app's domains...: Facebook Dialogs (FB UI)

I am following the steps to implement Facebook UI Dialogs My idea is to implement custom actions at the moment when user share a post from my website. I have been created my app, i have placed my ...
Angel F's user avatar
  • 489
0 votes
0 answers
90 views

Facebook scraper not being able to recognize a mysql query for a Share Button

I have been trying to implement a Facebook share button on my site and I have a handful of doubts, but I am going to post them in different posts to try to crystalize specific problems that I am ...
Arturo Rosales Baez's user avatar
-1 votes
1 answer
194 views

customized facebook share button

I need to make a customized share button, where I can programmatically modify all the components of the share, such as the title, description, and sharing image. I have tried just the og meta tags, ...
jeffdh5's user avatar
  • 75
0 votes
1 answer
653 views

Share URL on Facebook from different domain than App

I'm trying to allow my client's website to share a URL on Facebook that differs from the website's. For example: http://www.example.com has a share link on it for http://www.instagram.com Whenever I ...
Chuck Le Butt's user avatar
0 votes
1 answer
372 views

Grant publish_actions

I want to share some url to facebook, here is the code FB.ui( { method: 'share', href: "http://SomeWebPage" }, function (response) { }); On documentation of the Share Dialog ...
Alexander Gorelik's user avatar
2 votes
0 answers
144 views

Facebook JavaScript SDK redirect URI don't work on mobile

I am trying to make a share button on my mobile webpage, same code works fine in a none mobile view, on a mobile device there is no way to open popup window so the only option is to open the link in ...
Daniel Iliaguev Harta's user avatar
0 votes
1 answer
326 views

Requested permission for Facebook share_open_graph (video.rates action)

Which permissions do I have to request, in Facebook Sumbit Review, to use this code? FB.ui({ method: 'share_open_graph', action_type: 'video.rates', action_properties: { "rating:...
aureliome's user avatar
1 vote
1 answer
2k views

can we get call a back response from facebook share dialogue box

Can we get a callback response from facebook share dialogue box? I have created a custom share button and trying to get the response from there. But its giving me a success response on clicking ...
Rakesh jha's user avatar
2 votes
1 answer
94 views

Tracking Facebook shares of a range of links

I'm looking to track shares of a range of links of my site. There are two tricky things here, though: For one, the links could span multiple domains (so using the FB.ui share dialog and tracking the ...
Poff's user avatar
  • 144
0 votes
1 answer
142 views

How do I specify which image Facebook should display when sharing a URL? [duplicate]

I'm building an image sharing website that has a slideshow view that lets you scroll through all of the images on that page and each image has the option to share it. I want whatever image it is that ...
cantread's user avatar
  • 405

15 30 50 per page