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.
A doctype declaration defines a document's type definition. It should be the very first thing in an HTML document, before the tag.
0
votes
3answers
1k views
Facebook Share button - Scraper doesn't fetch meta tags
I've been working on this page
http://www.btselem.org/hebrew/131606
I decided to add the Facebook Share button, but for some reason whenever I try sharing, the Facebook scraper doesn't manage to get ...
0
votes
0answers
1k views
Facebook url scraper scrapes nothing [closed]
I am facing a problem with facebook scraper from facebook debugger.
It retrieves only the DOCTYPE and absolutely nothing else. Even I after I remove the Doctype tag it stll retrieves it!!!!
I have ...
3
votes
3answers
1k views
How to include multiple XML namespaces in HTML5
I'm trying to include Facebook's OpenGraph new meta tags but when I add the required namespaces that would have worked in XHTML, HTML5 won't validate.
<!DOCTYPE html>
<html ...
0
votes
2answers
360 views
Meta Tags Property ERROR
Im trying to put the metas:
<meta property="og:type" content="website"/>
<meta property="og:title" content="one title"/>
<meta property="og:image" content="image.jg"/>
...
0
votes
0answers
149 views
Facebook social plugin
I´ve been trying to implement the like button on several pages I´ve been working on, and it has never been any problem before, and I haven´t considered it before. However, it seems to me, that the ...