我将我的Facebook元标记放在我的应用程序中,如下所示:
#application.html.erb
<head>
<title>sdff</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
<meta property="og:title" content="Test" />
<meta property="og:image" content="http://fullimageurl" />
</head>
但我不知道为什么facebook-share
没有显示图片和标题