views:

383

answers:

2

I get this error:

You supplied an Open Graph type via one of the supported meta 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

+1  A: 

Hi.

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

+1  A: 

That's because "link" actually isn't a supported OG type.

Use the URL Linter to make sure your pages are formatted properly.

Peter Bailey
But I never specified "link" as an OG type anywhere. I only put the page id (159862427014) into the like box generator.Are you saying that I need to make sure that the actual webpage (http://www.ejs.is) is "formatted properly"?
Arnar Yngvason