Topic-icon property 'og:image:url' could not be parsed as type 'url'.

Active Subscriptions:

None
Hi,

we have many articles that cannot be posted with the right image, such as www.briefingnews.gr/ygeia/item/32579-droiteite-me

The message we get from facebook debugger is

Object Invalid Value: Object at URL 'www.briefingnews.gr/ygeia/item/32579-droiteite-me' of type 'website' is invalid because the given value '' for property 'og:image:url' could not be parsed as type 'url'.

The strange is that the article has big enough image.

Best Regards,

Dimitris
The topic has been locked.
Support Specialist
Dimitris,
That site doesn't look to be using JFBConnect at all. The reason you're seeing that error is because some extension is adding the following improper Open Graph image value:
<meta property="og:image" content=""/>
That's not providing any URL for the image and is why Facebook is having issues.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 10 months ago #34085 by dimtsa
Hi Alex,
As you can see in the screenshot,

JFBConnect is already installed.This occurs in some articles.E.g, 3 out 0f 10 are faulty.


File Attachment:
The topic has been locked.
Support Specialist
I believe you have JFBConnect setup. However, some *other* extension is improperly setting the og:image tag. This is the surrounding code in your HTML:
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e28478872cf0d03"></script>
  <meta property="og:image" content=""/>
  <!--[if lte IE 7]>
From that, I'd guess it's your AddThis widget, but I don't know. Whatever if adding that incorrect og:image tag will need to be fixed. It's not JFBConnect though.

JFBConnect is not setting any Open Graph tags on that page because you don't have the JFBCSystem plugin enabled. That plugin is required for all of JFBConnect's functionality, including Open Graph tags.

I hope that helps,
Alex
The topic has been locked.