Facebook Header doesn't work - facebook

Why this Facebook header's doesn't work?
<meta property="fb:admins" content="100001241265117">
<meta property="fb:app_id" content="346433102099273">
<meta property="og:url" content="http://www.fontedelucro.com.br">
<meta property="og:title" content="Fonte de Lucro - Seu negócio na internet">
<meta property="og:site_name" content="Fonte de Lucro - Seu negócio na internet">
<meta property="og:description" content="Blog relacionado a negócios na internet em geral. E-commerce,Programa de afiliados,Novidades entre outros">
<meta property="og:type" content="website">
<meta property="og:image" content="http://www.fontedelucro.com.br/wp-content/uploads/2012/07/dolar50.gif">
<meta property="og:locale" content="pt_br">
When i put the url in post, the header image not show.
The page is http://www.fontedelucro.com.br.

Use this tool to check what is going wrong : http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.fontedelucro.com.br
Aparently only the image is wrong.
EDITED:
One more thing. If you tried to share your url before you setted the header, facebook will cache the headers or the non-headers. So, you need to use the Facebook Object Debugger to force clear this cache.

Related

Facebook sharing: image & description not (always) displayed

I use the usual Facebook tags on my blog to make sure that a title, image and description are displayed when sharing pages. I've been using this for a long time without paying much attention to it but I recently discovered that images and sometimes descriptions were not displayed anymore.
Here is a code example:
<meta property="og:url" content="https://www.laurentwillen.be/gadgets/test-avis-projecteurs/xiaomi-wanbo-x1-test-avis/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Xiaomi Wanbo X1 : test / avis (avec code promo -30%)" />
<meta property="og:description" content="J'ai testé le Xiaomi Wanbo X1 sur de nombreux critères objectifs (qualité image, son, compatibilité netflix, ...) et je l'ai comparé aux autres projecteurs." />
<meta property="og:image" content="https://images.laurentwillen.be/sites/21/2021/07/wanbo-x1-test-avis-review-opiniones-recensione-erfahrung-bewertung-top.jpg" />
<meta property="og:image:width" content="1500"/>
<meta property="og:image:height" content="468"/>
When I test this page in the Facebook debugger, outside the fb:app_id I don't get any error message but I can't see the image:
[![enter image description here][1]][1]
For this second example, the image is not working but the description also never shows up (while tags are the same)
<meta property="og:title" content="Aidez-moi (klintistwood) à gagner le Robot Aspirateur Lefant M210s" />
<meta property="og:description" content="J'aimerais gagner le robot aspirateur Lefant M210s et vous pouvez m'aider sans devoir faire un don d'organe." />
<meta property="og:url" content="https://contest.laurentwillen.be/?c=3&p=8145ed4714f0159fc801d41037d53903" />
<meta property="og:type" content="article" />
<meta property="og:image:width" content="1500"/>
<meta property="og:image:height" content="468"/>
<meta property="og:image" content="https://10jtal.be/cms/wp-content/uploads/sites/21/2021/07/lefant-m210s-test-review-avis-recensione-prueba-opinion-beoordeling-28-scaled.jpg" />
I've read multiple posts about this, in some cases it was just a caching issue but it doesn't seem to be my case because images never show up and sometimes descriptions don't show up.
I have also tried to use og:image:secure but it didn't help.
Copy/pasting the image link directly to Facebook also doesn't work but there are no restrictions on my server that could explain this.
Any idea?
Thanks
[1]: https://i.stack.imgur.com/LzRe2.png

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

Share embedded youtube video to facebook & google+

Here is the scenario, I have an embedded youtube video on the page and 2 share buttons below it; the client wants those buttons to share the embedded video. This is a pretty straight forward question... just not sure how to go about it.
I understand that the video has sharing buttons, but they want the two big buttons outside of the iframe to share the video.
Give the same OG Metatags as given by youtube for that page.
For example if you have embedded this video on the page "https://www.youtube.com/watch?v=MkN7P08_oYM", then see the page source and mention the metatags as given on that page like
<meta property="og:site_name" content="YouTube">
<meta property="og:url" content="http://www.youtube.com/watch?v=MkN7P08_oYM">
<meta property="og:title" content="The Mysteries of Laura NBC Official Trailer [HD] | THE MYSTERIES OF LAURA">
<meta property="og:image" content="https://i.ytimg.com/vi/MkN7P08_oYM/maxresdefault.jpg">
<meta property="og:description" content="The Mysteries of Laura NBC Official Trailer: Get a look at the new series The Mysteries of Laura coming to NBC Wednesdays this fall. » Subscribe: http://bit....">
<meta property="al:ios:app_store_id" content="544007664">
<meta property="al:ios:app_name" content="YouTube">
<meta property="al:ios:url" content="vnd.youtube://www.youtube.com/watch?v=MkN7P08_oYM&feature=applinks">
<meta property="al:android:url" content="http://www.youtube.com/watch?v=MkN7P08_oYM&feature=applinks">
<meta property="al:android:app_name" content="YouTube">
<meta property="al:android:package" content="com.google.android.youtube">
<meta property="al:web:url" content="http://www.youtube.com/watch?v=MkN7P08_oYM&feature=applinks">
<meta property="og:type" content="video">
<meta property="og:video" content="http://www.youtube.com/v/MkN7P08_oYM?autohide=1&version=3">
<meta property="og:video:secure_url" content="https://www.youtube.com/v/MkN7P08_oYM?autohide=1&version=3">
<meta property="og:video:type" content="application/x-shockwave-flash">
<meta property="og:video:width" content="1280">
<meta property="og:video:height" content="720">

Embedding video on Facebook profile doesn't work

I do have a video sharing website. Have everything setup, open graph tags according to specifications. When I share a video on Facebook everything looks fine (thumb, link, title, description) but the embedded player doesn't show up on the page, shows a blank flash movie
So my question is what am I doing wrong, how can I debug this thing, because I see no way out of this. It would have help if I could see the code used by Facebook, but I can't so I have no way to debug this
URL Eg. http://evahd.com/vutzN
<meta property="og:type" content="article">
<meta property="og:title" content="Frenetic kinetics">
<meta property="og:description" content="">
<meta property="og:url" content="http://evahd.com/vutzN">
<meta property="og:image" content="http://evahq.com/mp/1/vutzN-2.jpg">
<meta property="og:video" content="http://v.evahd.com/vutzN">
<meta property="og:video:type" content="application/x-shockwave-flash">
<meta property="og:video:width" content="640">
<meta property="og:video:height" content="360">
<meta property="og:site_name" content="EvaHD">
Thank you

Facebook OpenGraph Not Working

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]"