Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 484
gregavola Avatar asked Jun 30 '13 16:06

gregavola


People also ask

How do you add meta tags to Open Graph?

Just go to Page Settings > Social Image > Upload. If you need to add other OG tags and customize the default settings, go to Page Settings > Advanced > Page Header Code Injection. Read the following section on adding the tags manually and copy-paste the code there.

What is an OG title?

og:title. The og: title is how you define your content's title. It serves a similar purpose as the traditional meta title tag in your code. In fact, if Facebook doesn't find the og:title tag on your page, it uses the open graph tag title instead. As Facebook explains, most content is shared as a URL.

How do I use Open Graph on Facebook?

To turn your web page into a graph object, you need to use Open Graph protocol meta tags and the 'like' button. This represents the title of the object and how it will appear in the graph. This represents the type of object, for example, a book, video, audio, or article.

What is Facebook Open Graph markup?

Facebook's OpenGraph metadata allows users to share web pages on Facebook. If you add OpenGraph meta tags to your posts and pages, Facebook will display a preview with images and an excerpt when a link to your site is shared.


2 Answers

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.
like image 149
Gaurav Vashisth Avatar answered Oct 13 '22 01:10

Gaurav Vashisth


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

like image 33
ViruMax Avatar answered Oct 12 '22 23:10

ViruMax