Questions tagged [facebook-opengraph]

For programming questions about Facebook's Open Graph API, designed to integrate Web pages representing profiles of real-world things into the social graph

project logo

The Facebook Open Graph allows apps to model user activities based on actions and objects and to become part of the user's identity and social graph. Building an Open Graph app gives you the opportunity to deeply integrate into the core Facebook experience, including Timeline, News Feed, and Ticker.

External Links

3931 questions
41
votes
7 answers

Facebook Open Graph Error - Inferred Property

I'm trying to implement Facebook's OpenGRaph protocol on my product pages. On each page I have this above the head section: Then…
Dan
  • 977
  • 6
  • 16
  • 31
41
votes
10 answers

Facebook does not load image from og:image

It was already working, but today I was surprized, when I tryed to share the link, and Facebook did not show the image, from og:image meta tag. from facebook debugger: Meta Tag:
Alexei
  • 1,289
  • 3
  • 19
  • 34
40
votes
1 answer

Facebook open graph meta tags & valid html

Possible Duplicate: Html validation error for property attribute According to facebook to use their like button and the open graph meta tags you need to place something like this into your html page.
3urdoch
  • 7,192
  • 8
  • 42
  • 58
36
votes
2 answers

Jquery Select meta[property=og:image]?

I want to select in Jquery the main photo in a web page, I just have the url page. so I decided to use the meta written for Facebook sharing. I want to select the content of : meta property="og:image" content="http://blablabla.jpg" I wrote this,…
Maxxx
  • 1,179
  • 3
  • 16
  • 21
36
votes
1 answer

Creating meta tags for Linkedin - Publish Date "not found"

I was using the following tags in relation to the posted date of a website (blog) article:
WEBjuju
  • 5,797
  • 4
  • 27
  • 36
36
votes
6 answers

Open graph og:video Meta Tags content

I'm trying to set up a page which can be properly scraped by Facebook when it's shared/liked. The page will have a YouTube video associated with it, so in the content attribute of the og:video tag, should I put the YouTube video embed link or the…
basicallydan
  • 2,134
  • 3
  • 25
  • 40
36
votes
7 answers

Allowing multiple domains for 1 Facebook App (like Tumblr)

I am trying to get my website validated with the Facebook object debugger and I'm running into the following error: Object at URL 'http://www.example.com/latest' of type 'smallteaser:teaser' is invalid because the domain 'www.example.com' is…
stikkos
  • 1,916
  • 2
  • 19
  • 34
36
votes
11 answers

og:image Open Graph Warnings image size

I check my url because facebook don't use the image that I set on og:image url fb check My image is: 639x649px 486kb But fb use this picture: 300x443px 97kb The warning said: og:image should be larger: Provided og:image is not big enough.…
user1721620
  • 505
  • 1
  • 6
  • 13
35
votes
4 answers

How to update facebook open graph image

Say if you have set the facebook image for your webpage via the meta tag of the open graph protocol like this: If you want to replace/update the image with another image of…
eloone
  • 4,248
  • 2
  • 32
  • 35
33
votes
9 answers

Facebook open graph image not displaying

I have run my site through the debugger and the correct og:image pulls up, but when I click the share button on my site I get a different image. If I click the share button on my ipad I get the wrong image plus a second image which is the correct…
user3044609
  • 331
  • 1
  • 3
  • 3
33
votes
2 answers

OG:type article vs website for Individual Web Pages That Are Not Articles

I'm seeking clarification regarding the use of og:type article vs website for an individual web page that is technically not an "article" but also does not represent an entire website. Documentation seems contradictory: From…
Fritz Green
  • 530
  • 1
  • 6
  • 9
33
votes
3 answers

Do services other than Facebook use Open Graph?

Will other services other than Facebook use Open Graph tags when scraping the page for sharing information? Meaning, if I have an AddThis button (for example) on a page, which allows sharing to Facebook, Google+, and Pinterest etc., will any of the…
JasonStoltz
  • 3,040
  • 4
  • 27
  • 37
30
votes
2 answers

How can I move a URL via 301 redirect and retain the page's Facebook likes and Open Graph information?

I understand the og:url meta tag is the canonical url for the resource in the open graph. What strategies can I use if I wish to support 301 redirecting of the resource, while preserving its place in the open graph? I don't want to lose my likes…
timmow
  • 3,595
  • 2
  • 23
  • 22
29
votes
2 answers

Open graph: List of global types

My use case I am building a website for a conference, with opengraph attributes for Facebook and Twitter sharing. The validator says that the og:type field is mandatory: So, I added a field: My problem I…
Adam Matan
  • 128,757
  • 147
  • 397
  • 562
29
votes
7 answers

Angular 4 - Update Meta tags dynamically for Facebook (Open graph)

How do we add/update meta tags dynamically so that they get picked by Facebook/Whatsapp share dialog? I upgraded my angular 2 application to angular 4 in order to use Meta service to add/update meta tags dynamically once we get the data in component…
Ali Baig
  • 3,819
  • 4
  • 34
  • 47