Facebook custom message sharing

雨燕双飞 提交于 2019-12-22 10:54:55

问题


I need to add a custom message when I hit on facebook share button on my website. By default the text says ("Say something about this..."). I would like to change this message to a custom message when when I hit the facebook share button. Is there a way I can do this with the sharer.php ? Like a parameter &t=customText ?


回答1:


Right now, Facebook is not supporting the Sharer Functionality.

Something that you can do:

  1. The title [title] that the Sharer is going to use is the actual of the url that is in the parameter [url]
  2. The custom message [summary] is the meta description of that [url]

References:

Here is the answer from one guy of the Facebook Platform Team:

Ibrahim Faour · · Facebook Platform Team Apologies for the inconvenience. We aim to update our external reports as soon as we get a resolution on issues. I do understand that sometimes the answer provided may not be satisfying, but we are eager to keep our platform as stable and efficient as possible. Thanks! April 24 at 5:29am

For more information you can check this url: https://developers.facebook.com/x/bugs/357750474364812/



来源:https://stackoverflow.com/questions/20953879/facebook-custom-message-sharing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!