在 Facebook 上将 post 分享为 post(不引用)

Share post as post (not quote) on facebook

我目前在 Rails gem social_share_buttons 上与 Ruby 合作,每当我分享带有可共享链接的 post 时,post 是 USER shared a quote,而不是 USER shared a post。要求不要将 post 作为引用共享。如果您在共享前键入文本,引号将变为 post。如果这是来自 Facebook 的限制,如果有绕过这个我会很高兴

在他们的源代码中,you can see they are passing the data to the facebook/sharer.php url with the "quote" param 将 post 呈现为引号。但是经过一些测试和研究,似乎任何描述或引用参数都被用户视为引用。默认情况下,此插件不支持 post 中的非引号文本。

Facebook(以及其他)现在非常紧张API。爱好申请很难获得批准。但是,如果此功能很重要,您需要使用对话框 API 并让您的应用获得批准才能获得 app_id,然后才能开始实施此解决方案。