2015-11-19 78 views
0

當我在Facebook上的聊天中複製粘貼我網站的網址時,我得到一個預覽:Boostrap的網格模板HTML會讓我困惑

但是不......我的網站使用Boostrap,但其內容是關於足球!

這裏是我的頭:

<meta charset=utf-8> 
<meta http-equiv=X-UA-Compatible content="IE=edge"> 
<meta name=viewport content="width=device-width, initial-scale=1"> 
<meta name=description content="Scout the opponent team!"> 
<meta name=author content="G. Samaras"> 
<link rel=icon href=img/favicon.ico> 
<title>Cage Scouter</title> 
<link rel=stylesheet href=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin=anonymous> 
<link rel=stylesheet href=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css integrity=sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX crossorigin=anonymous> 
<script src=https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js></script> 
<script src=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin=anonymous></script> 
<meta property="og:site_name" content="Cage Scouter"/> 
<meta property="og:title" content="Cage Scouter"/> 
<meta property="og:description" content="Scout the opponent team!"/> 
<meta property="og:image" content="img/favicon.ico"> 
<meta property="og:url" content="http://cgi.di.uoa.gr/~std10093/test/scouter/index.php"> 
<meta property="og:type" content="site"/> // not even sure is site is valid. Blog also didn't change anything 

任何想法?

請注意我如何使用meta兩次。最初,我只有他們的第一套,但得到了相同的結果!

+0

看起來像現在的作品。我剛剛獲得了新的信息。 https://developers.facebook.com/tools/debug/og/object/ –

+0

我認爲這不是一個真正的答案。 –

回答

1

開發人員應該在Facebook OG Debugger處尋找新的更改。

+0

你無法想象這個答案有多大幫助,我每次需要時都會回來!謝謝! – gsamaras