我有一个使用Facebook og tags
的网页。该网站使用德语(de)和英语(en)。
我在页面标题中使用以下og标记:
<meta property="fb:app_id" content="34545345353453" />
<meta property="og:site_name" content="mysite.com">
<meta property="og:locale" content="de_DE" />
<meta property="og:locale:alternate" content="en_US" />
<meta property="og:type" name="og:type" content="website"/>
<meta property="og:title" name="og:title" content="${message(code:'page.title.home.index')}"/>
<meta property="og:description" name="og:description" content="${message(code:'page.meta.description')}"/>
问题在于,当我在Facebook上发布http://www.mysite.com时,即使主要语言是德语,我也只能用英语进行预览。
如果某人使用Facebook语言的德语和英语发布了Facebook语言英语怎么样,我怎样才能实现翻译为德语?
它适用于操作,所以如果你使用go标签它也应该有用。
答案 0 :(得分:-2)
您是否尝试过'locale'og pseudo?
检查一下: https://developers.facebook.com/docs/opengraph/guides/internationalization/