2014-02-07 53 views
0

我一直在嘗試將此添加到我的頁面,並且我在JS錯誤部分的Firefox下收到了此錯誤。Firefox控制檯上的Google Adsense出現錯誤

使用元標記爲HTML文檔聲明瞭不受支持的字符編碼。聲明被忽略了。

我的代碼如下

<script type="text/javascript"><!-- 
google_ad_client = "ca-pub-12345678987654321"; 
/* OAS home */ 
google_ad_slot = "123456789"; 
google_ad_width = 120; 
google_ad_height = 240; 
//--> 
</script> 
<script type="text/javascript" 
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> 
</script> 
+0

id鏈接注意去網站下載一個js文件。我是否應該在我的網站上添加它並將它鏈接到某個地方? – AceScottie

+0

網站可以看到[Here](http://www.officialacescottie.co.uk) – AceScottie

回答