Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Meta-data provides information about one or more aspects of the data. Meta-data may refer to either structural metadata (data about the containers of data) or descriptive metadata (data about data content).

learn more… | top users | synonyms

-1
votes
0answers
11 views

Books that are readable online… proper og:type to use for individual chapters?

I've created a site where people can read public domain books for free. Every book has a title page, and chapters of the book are child pages of the book title page. So the structure is like this: ...
1
vote
1answer
62 views

htmlspecialchars converting apostrophe to ' for facebook og:title tag

I'm having a slight struggle with the og:title tag on my website. Whenever an article title has an apostrophe and gets shared on Facebook, ' shows up instead of the apostrophe. I've compared ...
0
votes
0answers
11 views

Site name not visible on facebook like plugin

Normally, the site name suppose to show under the title on facebook like post. But it doesn't appear on my site's like post. However, the like post displays the correct image, the correct title and ...
0
votes
1answer
91 views

Using Open Graph meta tags to play video on Facebook Timeline

I'm trying to embed Flash audio players on the Facebook timeline using the og:video meta tags. It for some of the pages with tags buy not with others. Each page will have the same tags, except for a ...
-2
votes
0answers
15 views

Is it possible to add open graph data to a PDF? [closed]

Is their a way to add open graph meta data to a PDF to give it the ability to share the PDF in a like button?
1
vote
0answers
33 views

managing opengraph and meta properties with backbone (or any JS MVC framework)

I have a backbone app (a blog) displaying different articles we can share on many platforms. I try to use open graph with google and facebook, i update the properties in the router just before ...
1
vote
1answer
143 views

Social network post links not working properly

The problem I'm having is when I post a link to a post on my website to either Facebook or Google+ that link points to my homepage. Even in preview, the thumbnail displayed is that of the homepage. ...
0
votes
1answer
21 views

List of Services for Open Graphic Protocol

Reference that I found here: Are Open Graph tags just for Facebook? And of course searching a bit through the internet - mostly self written resources from blogs that contained no direct cited ...
0
votes
1answer
169 views

Facebook meta data for URL and video sharing

I have a page (URL) that visitors to my website can share on their wall. What I'd like is when their friends view the post in their feed that the link of the post clicks through to my website but that ...
1
vote
1answer
1k views

facebook Sharer popup window

The FB sharer popup window displays the data of the page, not the metadata I have inserted in the php link. <a ...
0
votes
0answers
323 views

does facebook keep exif of photos on their servers?

I know that facebook strips out exif data on uploads. My question is: do they still keep the original photos with their exif data on their server-side? If so, can we "developers" have access to the ...
1
vote
0answers
55 views

Is there any ways to retrieve the original photos uploaded to facebook?

Im developing an application that needs the original photos uploaded to facebook so I can use the "date" metadata of it? Is there any way to get this data?
1
vote
0answers
140 views

Facebook share button do not take the meta information

The share button require me put the meta to specific the information to share. However , it doesn't work . From the facebook object debugger Response Code: 503 Errors That Must Be ...
-1
votes
1answer
117 views

Facebook old website og:image cahced

I redesigned my website recently and one of the changes was using index.php instead of index.html and changing one of the og:image metadata property from favicon_1.jpg to favicon.jpg. Now, facebook ...
0
votes
0answers
48 views

How to get the right Data to an external URL and the right ID through the API?

is there a possibility to get more informations to a specific url e.g. preview image, title and short description through the open graph? If you do something like this, you only get the "shares" ...
0
votes
1answer
158 views

Facebook not pulling meta data from blog

I've noticed that my blog posts ( ) starting from November 12 on wards have not been pulling up the metadata at all when posting to Facebook. I checked my previous posts from before November 12, and ...
1
vote
1answer
113 views

og:image taken from tumblr page content

I am developing a tumblr site for programming jokes. On this site I am using the following Facebook OpenGraph metadata to generate the thumbnail for a post when it is Liked: <meta ...
0
votes
1answer
254 views

Opengraph Action with 2 objects

I have an action, e.g. 'test', and I would like to post with 2 objects, let's say 'objectFoo' and 'objectBaa' The motive for connecting 2 objects to one action is I would like to create 2 ...
3
votes
1answer
40 views

How to guide bots to which thumbnail to download from my URL?

Lots of sites these days are able to extract the most appropriate thumbnail from a URL. For example, here it finds the picture of a headless Superman: for example, from this article. Suppose that ...
0
votes
0answers
403 views

Android: Passing metadata in a context

In the latest Facebook SDK (3.0) there is a check in the Session constructor that attempts to pull an application ID from the metadata associated with context/package/application. ApplicationInfo ai ...
1
vote
2answers
220 views

Scraping algorithm for open graph in nodejs

I'm trying to get open graph metadata from an URL using nodejs (with cheerio), using the code bellow. I have this thing to fill: var result={}; for (var ogCounter = 0; ogCounter < ...
0
votes
0answers
58 views

Facebook Insights error

I have tried to setup Facebook insights for a customers website (http://www.luof.co.uk). However, when I try to set it up, it comes up with this The app ID "343,046,272,445,393" specified within the ...
0
votes
2answers
139 views

Add Facebook metadata to Rails pages with sub-pages

I've tried Facebook's Open Graph protocol in adding meta data on Rails pages. What I want to do now is to make my code not duplicated or D.R.Y.---instead of putting one meta-data header for each ...
0
votes
0answers
36 views

What metadata does the Submit to Stumbleupon button refer to?

I am trying to optimize my website for social sharing and cannot find the information on the metadata Stumbleupon requires in their API documentation. Does the Stumbleupon API refer to specific ...
1
vote
1answer
337 views

How do you fix a “Parser Mismatched Metadata” error from Open Graph tags?

I'm debugging the Open Graph tags on my site (example page). I am struggling to fix an error I'm getting from the Facebook Debug Tool. The error is: Parser Mismatched Metadata: The parser's ...
0
votes
1answer
444 views

Is Facebook Open Graph metadata tags documented any in detail anywhere?

Facebook recommends I add the metadata tags to my open graph. But are there more details documented anywhere? Such as http://ogp.me/ns# and http://ogp.me/ns/fb# . Am I supposed to change those? ...
0
votes
0answers
294 views

facebook like not showing meta data

Hello I have posted this as a facebook bug but maybe someone can help here. https://developers.facebook.com/bugs/350157268389585 Right after publishing an article on our web site cnngo.com if we try ...
0
votes
0answers
139 views

Can't Use Facebook App Page as Open Graph Object

I have a web page that is an open graph object (based on it's metadata tags): http://eqnetwork.com/home/video.html?f=a9a18201-d615-4951-bbb8-1c5c467851b0.m4v I also wrap that page with a facebook ...
0
votes
0answers
115 views

OG Metadata not loading until URL is Linted

A few weeks ago our site (http://www.slovenskenovice.si) started experiencing the exact same problem as described in this bug report: https://developers.facebook.com/bugs/396236587087190. The shared ...
1
vote
1answer
357 views

Unable to use id of Facebook Page as value for fb:admins when adding insights for website

I have added <meta property="fb:admins" content="129523843754764" /> to the root of votesmart.org, but Debugger Tool fails with the following error: Object at URL 'http://votesmart.org/' ...
0
votes
1answer
1k views

Parser Mismatched Metadata error

I get this error message when i use URL Linter with my website http://developers.facebook.com/tools/debug/og/object?q=iulianonofrei.com And I have this header: <meta property="og:type" ...
1
vote
1answer
354 views

Change of facebook meta tags according to actual page

could someone help me with my problem? I would like to change facebook meta tags according to actual page. I tried something like that but it doesn't works... <head> <script ...
0
votes
0answers
171 views

Debugging Open Graph tags: conflict with RDF Metadata?

I want the like button to use my Open Graph meta tags to post my og:title, og:description, etc, tags to facebook. The url of my page is: ...
1
vote
2answers
923 views

Is it possible to extract metadata from fetched url instead of canonical url?

I have a Facebook like that links to a page on witch I don't have complete control: I can modify the but not the of the page... So I tried to set the link of the like button on a new page on which I ...
0
votes
1answer
983 views

How to cache a PHP generated dynamic page AND include the Open Graphic Meta info

I need a solution for caching PHP info on a dynamic page AND include the meta info. My problem is I am using a caching code that is saving my page info from the code and below, but not the meta info. ...
0
votes
2answers
987 views

I want to create several static html pages from my PHP content using a wwwcopy script

Edited on 7/16/2012 I need to revisit this problem. I have been using dynamic pages for some time with cached PHP on it for some time. Most of my page is cached, but the meta information is not. As i ...
1
vote
0answers
160 views

Stop Facebook Pulling Video - OpenGraph Meta Data

I've been creating a website that features videos, I have it updating the Facebook page automatically. However when it updates the Facebook page it's pulling the (Youtube or other) video into the page ...
1
vote
1answer
922 views

Must the fb:admins metatag be added to the <head> section of EVERY page of a website/domain, or ONLY the homepage (root)?

A question regarding the implementation of Facebook Insights metatags. Must the fb:admins metatag be added to the <head> section of EVERY page of a website/domain, or ONLY the homepage (root)? ...
0
votes
1answer
388 views

Facebook no longer picking up *any* meta data from my WP blog

I've been running a blog for years now, and sharing blog posts (with the correct thumbnail, title and description) on Facebook always worked fine. Last week however, when sharing new blog posts, all ...
0
votes
2answers
115 views

Wrong Facebook OpenGraph title. Is this editable?

Unfortunately we had a mistake in our title tag (double title tag) and Facebook made the OpenGraph with it. Of course we changed our html and is now OK, but not the graph. Is there any way we may ...
0
votes
1answer
86 views

Wrong metadata used when using like or recommend button

I searched and searched and did not found answers. I build a website with a certain name. After that, I created an app on Facebook. I connected my website with this app and everytime someone liked ...
0
votes
1answer
82 views

Facebook fails w/ opengraph

For whatever reason it looks like facebook is unable to get the OG metadata for our pages: http://graph.facebook.com/10150555815531349 { "url": ...
0
votes
1answer
89 views

FB Button posting Wrong Title to wall but Linter/debugger correct meta

I have a problem with the facebook like button... I have a sale running that started today. I had a presale page up with like button and message about the sale starting today as the post, this was ...
1
vote
0answers
587 views

Error Scraping Page: Bad Response Code

I don't know what is happening with my fb app, since yesterday I have this error when I debug: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fvimirk.com%2Ffbapp%2F In the scraped ...
0
votes
1answer
207 views

OpenGraph tags are ignored

For whatever reason, the facebook is not reading the opengrapgh tags on the following pages: ...
0
votes
2answers
177 views

Metadata Fails for Blog Post Like Buttons

I'm integrating a Like button in the individual blog posts on my company's website ( www.atlas-games.com , blog by CLASSIC Blogger at http://blog.atlas-games.com ... can't use a widget). Unfortunately ...
1
vote
1answer
1k views

Facebook graph api with og:image does not display the correct image

I added the facebook graph api meta tags to my blog (head or body): <meta property="og:image" content="<?php echo $url; ?>"/> <meta property="og:title" content="<?php echo $fbtitle ...
0
votes
1answer
905 views

Facebook Like Button: Titles and descriptions no longer display on FB

We've had Facebook set up for a while, and its been working well...but recently I noticed that it's no longer including the article title and description when it shows up in my feed. I cleared my ...
2
votes
0answers
131 views

How to create a object to post score?

I'm developing a game on Android and want to integrate with facebook, so user can share his results. I'm using the Open Graph to create the actions, the objects and so on from my app. Already done ...
-1
votes
1answer
241 views

Facebook Open Graph App Domain (Possible Bug) [closed]

App Domain is set in app as psofe.com. Been that way for a while, so it's not a server-propagation issue. Page is at: http://psofe.com/oprah.php Facebook sees this as: ...

1 2