Google+ 共有プラグインをアプリケーションに追加しようとしていますが、Firefox では問題なく動作しますが、IE では次のエラーが発生します - 「例外がスローされ、キャッチされません」
以下は、Firefox と IE の両方で実行する非常に基本的なコードです。Firefox では正常に動作しますが、IE9 では動作しません。
<html>
<head>
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'en-GB', parsetags: 'onload'}
</script>
</head>
<body>
<!-- Place this tag where you want the share button to render. -->
<div class="g-plus" data-action="share" data-annotation="bubble" data-height="24"></div>
<!-- Place this render call where appropriate. -->
<script type="text/javascript">gapi.plus.go();</script>
</body>
</html>
この点で何か助けていただければ幸いです。または、私に何らかの洞察を与えることができる誰かに私をリダイレクトしていただければ、非常に高く評価されます。
どうもありがとう、
メアリー・オコナー