Facebook Open Graph Not Showing Object Title

霸气de小男生 提交于 2019-11-29 17:48:10

问题


I'm having conflicting reports for our users that people that share Object Graph objects to their wall, are sometimes showing the Object title and other times not. Specifically, every test I do on my own account shows the Object Title, but on their Mobile apps - it doesn't appear. I've tested the Open Graph debugger.So I have a couple of questions:

  1. Is there a length limit on the number of characters?
  2. Does Facebook not show the whole Object.title on Mobile?
  3. Does Facebook scrap the OG tags and if it can't find them or if it timeout do they not receive them?

Here is my sample OG url:

https://untappd.com/user/gregavola/checkin/35486976

Response from FB:

Post on my Wall:

What can I do here? What am I missing?


回答1:


Please refer this link. Its working fine for me. And I think this is the only solution.




回答2:


I have a workaround:

  1. To your "beer object" add a property "name" of type string.
  2. Edit your story "drank beer": In the One to One without object title change the story to " drank a {beer.name} via Untappd" from " drank a {beer.title} via Untappd"
  3. Save the changes.
  4. When creating the beer object, then along with "title" provide same string to the property name.
  5. Publish the story.



回答3:


Try clear cache here: https://developers.facebook.com/tools/debug
Also you can try set Facebook share link like:
https://www.facebook.com/sharer/sharer.php?s=100&p[url]=https%3A%2F%2Fparse.com&p[title]=mytitle&p[summary]=mysummary



来源:https://stackoverflow.com/questions/17392373/facebook-open-graph-not-showing-object-title

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