2011-12-10 9 views
3

に表示されないここで私はグーグルプラスボタンは、私がグーグルプラスボタンがIE7で動作しないが、それはまた、IE8で動作していない、私はすべてのエラー</p> <p>を見ることはできません知っている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> 

答えて

関連する問題