gregavola
gregavola

Reputation: 2539

Facebook Open Graph Not Showing Object Title

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: enter image description here

Post on my Wall: enter image description here

What can I do here? What am I missing?

Upvotes: 13

Views: 2909

Answers (3)

ViruMax
ViruMax

Reputation: 1218

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

Upvotes: 2

Gaurav Vashisth
Gaurav Vashisth

Reputation: 7737

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.

Upvotes: 2

Dima Kurilo
Dima Kurilo

Reputation: 2276

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

Upvotes: 0

Related Questions