0
我有兩個頁面(case_1.html,blog_1.html)和onther兩個頁面包含Facebook的喜歡它按鈕的頁面(case.html,blog.html) 。當我喜歡case_1.html時,我得到像按鈕的標題是一樣的,我喜歡blog_1.html。爲什麼我得到我喜歡Facebook的按鈕相同的標題
我還在case_1.html中使用了開放圖標記,但是我獲得了blog_1.html的相同標題。
請幫幫我。 我的case_1.html代碼
<title>Case Study </title>
<meta property="og:title" content="Case Study " />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://mywebsites.com/case_1.html" />
<meta property="og:image" content="http://mywebsites.com/img/case_study/Arvind.JPG" />
<meta property="og:site_name" content="mywebsites.com" />
<meta property="fb:app_id" content="my_id" />
我用下面的代碼像它case.html JUSE低於標籤
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="http://mywebsites.com/case_1.html" data-send="true" data-layout="button_count" data-width="450" data-show-faces="false" data-font="arial"></div></div>
感謝您的幫助,但如何更改我對頁面的描述。 –
你必須添加''。另請參閱http://ogp.me/,瞭解所有可能的屬性。 –
再次感謝您解決我的問題:) –