Facebook share quotes don't work
See original GitHub issueAs title suggests, passing in the quotes
prop doesn’t work anymore. hashtag
prop is still working. Please advise
It was working up until recently for me, and then it just stopped working. My guess is that the API changed from FB’s end. Here is a sample to reproduce the problem: https://codesandbox.io/s/prod-frog-3cec86?file=/src/App.js
Issue Analytics
- State:
- Created a year ago
- Reactions:12
- Comments:13
Top Results From Across the Web
Quote Parameter for Facebook Share method no longer ...
Someone from the Meta team has said "the quote feature has been deprecated". The documentation had still not been updated at that time, ......
Read more >I can't reply to messages on Messenger - Facebook
Learn what you can do if you have trouble replying to messages on Messenger.
Read more >You can now share quoted text directly to Facebook - The Verge
Today it's introducing quote sharing, a feature developers can use to enable native sharing of quotes from their apps onto Facebook itself.
Read more >New Facebook Sharing Options: What Marketers Need to Know
While you may be tempted to add the Facebook Quote plugin to every page on your website, remember that Facebook Quote button will...
Read more >Hello, I cant share quotes from my kindle to facebook , I have ...
Try unlinking Goodreads and Facebook, then relink. If that doesn't help, use the Contact Us button on the right to reach Goodreads Support....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I ran into this same issue, and dug a bit deeper into documentation on this. This issue is caused by Facebook silently deprecating the quote feature: https://developers.facebook.com/support/bugs/734680371318112/?comment_id=743056360480513
Looking through the Share Dialog documentation, we’re told that it’s disabled for Facebook URLs, but even when testing non-FB URLs (i.e. google.com) in their FB.ui section, it fails.
+1 Has already found a solution ?