Facebook OpenGraph Not Working - facebook

I've updated the page http://www.techcentral.ie/article.aspx?id=17031 to include the required meta tags but they don't seem to be picked up by http://developers.facebook.com/tools/lint?url=http%3A%2F%2F
I thought I had included everything that is required.
<meta property="og:title" content="ICANN votes for huge domain expansion as users shrug"/>
<meta property="og:type" content="article" /><meta property="og:url" content="http://www.techcentral.ie/article.aspx?id=17031"/>
<meta property="og:image" content="http://www.techcentral.ie/img/thumbnail/corporate/web_presence_10.jpg"/>
<meta property="og:site_name" content="TechCentral.ie" />
<meta property="fb:app_id" content="236362129712825" />
<meta property="og:description" content="Is it all too late to matter?">
I also added xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" in the DOCTYPE declaration
Any ideas?
Thanks in advance

Fix the "og:type" meta tag as content="[app_name]:[object]"

Related

How to Display a Different Facebook Caption from URL?

What I mean by caption is the "KDAVKDAV.COM" below the description.
I want to change it to other words, like, GOOGLE.COM.
When I try to post this url http://kdavkdav.com/2016/01/07/xxxxx/
Facebook fetched meta tag in the <head> tag below to produce info as the pic shows above.
<meta property="og:type" content="website">
<meta property="og:description" content="Description">
<meta property="og:locale" content="en_GB">
<meta property="og:title" content="Coaches Wisdom Telesummit" />
<meta property="og:site_name" content="IMDb" />
<meta property="og:url" content="GOOGLE.COM" />
I know this is possible, because of this video https://www.youtube.com/watch?v=TCcPfPVRVKk from 1:40 minutes and the result stops at 2:46 minutes
Thank you

FB OG Product Object not displaying all fields?

This is my first interaction with OG and I'm sure I am missing something simple. I have the following as a self hosted object:
<meta property="fb:app_id" content="3...." />
<meta property="og:title" content="..." />
<meta property="og:image" content="https://.com/img/..." />
<meta property="og:url" content="https://.com/myobjectpage.html" />
<meta property="og:type" content="product" />
<meta property="product:product_link" content="https://.com/p/64/..." />
<meta property="og:description" content="This course...." />
Now everything is showing properly EXCEPT product:product_link it doesn't show anywhere. The debugger gives it a green light so not sure what is wrong.
Any pointers / help would be greatly appreciated.
JB

facebook og:title

Why doesnt facebook Object Debugger pick up on y og:titls and og:discriptions when it already shows it in my src code???
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta property="og:title" content="Was the moon landing real in 1969" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.opinionfreaks.com" />
<meta property="og:image" content="http://www.opinionfreaks.com/images/logoMain.png" />
<meta property="og:description" content="Was the moon landing real in 1969" />
<meta property="og:site_name" content="opinionfreaks" />
when i run the same link trough Object Debugger it just wont show them....any ideas...
Kind regards
Ronan
What #CBroe said essentially.
Your server needs to be accessible to the public web, or have a exclusion in your blocking rules for the Facebook Crawler. There's more details in the Documentation.
SOLVED: had to dynamicly create the
og:url ...http://www. opinionfreaks.com?user_id =343&title=
...seems to have worked a treat

Open Graph Protocol vs sharing link on facebook?

When i use graphic protocol to let facebook fetch to our link, i have a problem as follow. (My site is vietnamese)
Fisrt: I do a test on sucsongmoi.net/facebook.html (it work perfectly)
Second: I apply this (tag) to others page like url: http://sucsongmoi.net/48/tam-kieu-ca-si-thu-minh-6882s.html
Butt it doesn't works any more. I feel strange. i did a test on https://developers.facebook.com/tools/debug but seem i couldn't figure out the problem.
Thanks in advance
Code:
This is meta for second link:
<title>Tắm kiểu ca sĩ Thu Minh - SSM</title>
<meta property="og:title" content="Tắm kiểu ca sĩ Thu Minh - SSM" />
<meta property="og:type" content="article" />
<meta property="og:url" content="sucsongmoi.net/48/tam-kieu-ca-si-thu-minh-6882s.html"; />
<meta property="og:image" content="sucsongmoi.net/images/logo.png"; />
<meta property="og:site_name" content="SSM" />
<meta property="og:description" content="des" />
– nghiavt 56 mins ago upvote flag
Fist link:
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Angelina Jolie bị "đánh bại" dưới tay Jennifer Aniston - SSM </title>
<meta name="robots" content="INDEX,FOLLOW" />
<meta property="og:title" content="Angelina Jolie bị "đánh bại" dưới tay ennifer Aniston - SSM" />
<meta property="og:type" content="article" />
<meta property="og:url" content="sucsongmoi.net/facebook.html"; />
<meta property="og:image" content="sucsongmoi.net/images/logo.png"; />
<meta property="og:site_name" content="SSM" />
<meta property="og:description" content="des" />
A little thing, why you have semi-colon after your attribute?
<meta property="og:url" content="sucsongmoi.net/facebook.html"; />
<meta property="og:url" content="sucsongmoi.net/48/tam-kieu-ca-si-thu-minh-6882s.html"; />
And when I debug your link, FB debugger said:
Inferred Property: The og:url property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property: The og:title property should be explicitly provided, even if a value can be inferred from other tags.
That means you didn't put meta tag to your page, check it again

sharing a link on facebook: how to get thumbnails?

I've put in my page's header the following
<link rel="image_src" href="http://fractalsoft.s3.amazonaws.com/sfondo.jp2" />
but the thumb is not showing up.
I think the problem is that the image is located outside the site.
Is there a way to solve this?
Thanks!
Ok, i just added this inside my tag and i was done:
<meta property="og:image" content="http://s3.amazonaws.com/andrea/photos/activities/26/medium.jpg?1304082168"/>
And there are other useful tags:
<meta property="og:title" content="..."/>
<meta property="fb:app_id" content="..."/>
<meta property="og:type" content="activity"/>
<meta property="og:url" content="..."/>
<meta property="og:image" content="..."/>
<meta property="og:site_name" content="..."/>
<meta property="og:description" content="..."/>
Hope this helps!