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
-2
votes
1 answer

How to redirect to custom url when shared facebook post is clicked?

I shared a image as facebook post using below code: $linkkk=https://example.com/edited/image.png. $shareUrl='https://www.facebook.com/dialog/feed?app_id=***********&display=popup&caption=testing&link='.$linkkk; But when I clicked on the image…
-2
votes
1 answer

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 app url, my app domain (same to app url), and i have…
-2
votes
1 answer

Facebook share not using updated OG meta

I'm sharing posts on facebook and it's not using my updated OG and meta tags. How long does it take for the changes to make affect.
somejkuser
  • 8,856
  • 20
  • 64
  • 130
-2
votes
1 answer

How to share Pic with Post Data using facebook Application?

I am using following code to share functionality: HTML CODE is:
My Jquery Code is: