gpt4 book ai didi

javascript - 在抑制 Google+ 登录 "Welcome Back"消息后触发时,Google+ 交互式帖子不可见

转载 作者:太空宇宙 更新时间:2023-11-03 18:26:13 25 4
gpt4 key购买 nike

要禁用 Google+ 登录“欢迎回来”消息,此调整

iframe[src^="https://apis.google.com"] {
display: none;
}

对我来说效果非常好。

在我的开发过程中,我注意到如果你在页面上有一个 Google+ 互动帖子,当我从一个按钮触发它时,这段代码也会隐藏 Google+ 互动帖子不显示。如果你设置

iframe[src^="https://apis.google.com"] {
display: visible;
}

交互式帖子将开始工作,但 Google 登录“欢迎回来消息”将再次出现,这是我不想要的。

我的代码片段是这样的:

<html>
<head>
...
<style type="text/css">
iframe[src^="https://apis.google.com"] {display: none;}
...
</style>
</head>

<body>

...

<div class="col-md-2 text-center" >

<button class="g-interactivepost btn btn-danger"
data-contenturl="http://xxxxxxx.appspot.com"
data-contentdeeplinkid=""
data-clientid="XXXXXXXXXXX.apps.googleusercontent.com"
data-cookiepolicy="single_host_origin"
data-prefilltext="I have the bragging right friends! Check out My JAMB Pre-Test Score. Beat me if you can #IAMREADYFOREXAMS"
data-calltoactionlabel="WANT_TO_SEE_IT"
data-calltoactionurl="http://xxxxxxxxx.appspot.com/guest"
data-calltoactiondeeplinkid="">
&nbsp;&nbsp;&nbsp;<i class="glyphicon glyphicon-share"></i> Share and Brag &nbsp;&nbsp;&nbsp;
</button>

</div>

...

</body>
</html>

我真的很想知道如何在我的 Google+ 登录“欢迎回来消息”仍然被 iframe css 样式抑制的情况下使这个 Google+ 互动帖子工作。

最佳答案

这里不用再贴解决方案了。检查这个 SO 问题的答案,以获得我制定的最佳解决方案。 How to stop Google+ Sign-In Button from popping up the message “Welcome back, you've already connected with this app via Google+ Sign-In as …

关于javascript - 在抑制 Google+ 登录 "Welcome Back"消息后触发时,Google+ 交互式帖子不可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20768303/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com