i'm trying implement internationalisation facebook og tags, in order have object created on page right language when shared.
this meta tags rendered when page requested normal:
<meta property="og:ttl" content="120" /> <meta property="og:type" content="website" /> <meta property="og:title" content="clioco make bundle" /> <meta property="og:description" content="the more people take part in clioco make bundle's giveaway, more free stuff gets. sign , tell friends!" /> <meta property="og:updated_time" content="1436786566" /> <meta property="og:url" content="http://clioco.cobuydev.com/cobuys/clioco-make-up-bundle" /> <meta property="og:locale:alternate" content="fr_fr" /> <meta property="og:locale:alternate" content="fr_ca" /> <meta property="og:locale:alternate" content="en_us" /> <meta property="og:locale" content="en_gb" /> <meta property="og:image" content="https://res.cloudinary.com/hp0f8ghfo/image/upload/v1429186395/ibawbi5rfdjwebcqf8er.png" /> this meta tags rendered when specify fb_locale param fb_locale=fr_ca:
<meta property="og:ttl" content="120" /> <meta property="og:type" content="website" /> <meta property="og:title" content="fr clioco make bundle" /> <meta property="og:description" content="fr fr fr fr more people take part in fr clioco make bundle's giveaway, more free stuff gets. sign , tell friends! " /> <meta property="og:updated_time" content="1436786566" /> <meta property="og:url" content="http://clioco.cobuydev.com/cobuys/clioco-make-up-bundle" /> <meta property="og:locale" content="fr_fr" /> <meta property="og:locale:alternate" content="fr_ca" /> <meta property="og:locale:alternate" content="en_us" /> <meta property="og:locale:alternate" content="en_gb" /> <meta property="og:image" content="https://res.cloudinary.com/hp0f8ghfo/image/upload/v1429186395/ibawbi5rfdjwebcqf8er.png" /> so, after made work correctly, have been trying share link facebook account have main language setted fr_ca, generated card still in english.
i wasn't able test render of in fr_ca using debugger (https://developers.facebook.com/tools/debug/og/object/?q=http%3a%2f%2fclioco.cobuydev.com%2ffr%2fcobuys%2fclioco-make-up-bundle&fb_locale=fr_fr)
can tell me missing? (if i'm missing :d)
thanks lot!
answering our own question, discussed on facebook bug report , after bit of , forth, came same conclusion @cbroe commented.
it not possible.
for further information see https://developers.facebook.com/bugs/978849008813532
Comments
Post a Comment