使用Google's share button的简单实现我收到以下消息:
无法在'DOMWindow'上执行'postMessage':提供的目标来源('https://accounts.google.com')与收件人窗口的来源('https://mydomain')不匹配。
实施就像这样:
<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://apis.google.com/js/platform.js" async defer>
{lang: 'es'}
</script>
<!-- Place this tag where you want the share button to render. -->
<div class="g-plus" data-action="share" data-height="24" data-href="https://mydomain"></div>
关于这个问题的一些补充说明:
<div class="g-plus" data-action="share" data-height="24" data-href="https://mydomain"></div>
,则会停止显示错误。是否有人遇到同样的问题,或者是否有人有更多相关信息?