我正在创建此页面http://kokas.x10.mx/?page_id=2,我的目标是通过社交媒体发送邀请。 Google+弹出窗口是我的问题。点击谷歌加图片,登录谷歌,弹出窗口将神奇地消失得非常快......你只需要一瞥半秒钟。是什么导致这种行为?我的按钮的HTML是
<button
id="googleInvite"
class="g-interactivepost"
data-contenturl="http://fray.it"
data-clientid="xxxxxxx.apps.googleusercontent.com"
data-cookiepolicy="single_host_origin"
data-prefilltext="Join me on Fray and get help from amazing local people!"
data-calltoactionlabel="INVITE"
data-calltoactionurl="http://kokas.x10.mx/?page_id=2">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/google.png" alt="Google+" /><span>Google+</span>
</button>
是否可以使用浏览器的开发工具检查运行时出现的javascripts?我一直在这里按照说明https://developers.google.com/+/web/share/interactive
答案 0 :(得分:2)
您不能使用与内容网址具有不同域名的号召性用语网址。您需要能够在同一个域中为它们提供服务。