2011-12-10 94 views
3

我知道谷歌加號按鈕無法在IE7工作,但它也不能在IE8的工作,我看不到任何錯誤谷歌加號按鈕沒有出現在IE8

這裏的樣品,我使用

<html> 
<head> 
    <title>Hello</title> 
</head> 

<body> 

<div style="width: 50%;margin: auto;"> 

<!-- Place this tag where you want the +1 button to render --> 
<g:plusone annotation="inline"></g:plusone> 

<!-- Place this render call where appropriate --> 
<script type="text/javascript"> 
    (function() { 
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; 
    po.src = 'https://apis.google.com/js/plusone.js'; 
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); 
    })(); 
</script> 
</div> 

</body> 

</html> 

回答