Facebook like box "Open Graph type" error
I get this error:
You supplied an Open Graph type via one of the supported 开发者_如何学Pythonmeta tags, but the type you specified "link" is not valid.
when I try to click like on a like box created for this page id: 159862427014
I'm facing the same issue.
I already tried the XFMBL, and using iframe...
Currently, my HTML file has:
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
body>
script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.js" type="text/javascript">/script>
iframe src="http://www.facebook.com/connect/connect.php?id=111387215578364&connections=10&stream=0&locale=en_US" allowtransparency="true" style="border: medium none; width: 300px; height: 240px;" scrolling="no" frameborder="0">/iframe>
(I had removed the initial < to allow to display the code)
Still receiving "You supplied an Open Graph type via one of the supported meta tags, but the type you specified "link" is not valid."
Thanks for help.
Rafael
That's because "link" actually isn't a supported OG type.
Use the URL Linter to make sure your pages are formatted properly.
精彩评论