Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opengraph displaying as One to One - Without Object Title

In my facebook app i have given the necessary meta tags for the open graph url. When i publish a story using open graph, the story is published on the wall as One to One - Without Object Title mode. When i view it in open graph settings, the One to One mode is displayed correctly. I have added a screenshot for better understanding

enter image description hereenter image description here

like image 975
curious_coder Avatar asked Apr 22 '13 09:04

curious_coder


1 Answers

Answered the same question here Facebook Open Graph Not Showing Object Title

I have a workaround:

  1. To your "school" object add a property "name" of type string.
  2. Edit your story "visited school": In the One to One without object title change the story to "visited a {school.name} via Eduraft" from "visited a {school.title} via Eduraft"
  3. Save the changes.
  4. When creating the school object, then along with "title" provide same string to the property name. Publish the story.
like image 171
Gaurav Vashisth Avatar answered Nov 16 '22 03:11

Gaurav Vashisth