Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Hover 谷歌+;社会泡沫_Hover_Icons_Google Plus_Media_Social - Fatal编程技术网

Hover 谷歌+;社会泡沫

Hover 谷歌+;社会泡沫,hover,icons,google-plus,media,social,Hover,Icons,Google Plus,Media,Social,当喜欢g+时,一个悬停泡泡会向用户打开,用户有一个打开的区域来写页面的评论,还有一个发送按钮将评论和网站url发送到g+圈。有没有办法让g+hover泡泡以与Facebook和Twitter类似的方式出现在自己的pup up窗口中 为什么?因为我把社交图标放在了下拉菜单上,google+hover bubble不起作用,因为它是一个悬停泡泡,而不是一个弹出窗口。Facebook和Twitter工作得非常完美 谢谢。您可以使用在弹出窗口中打开的 <a href="https://plus.g

当喜欢g+时,一个悬停泡泡会向用户打开,用户有一个打开的区域来写页面的评论,还有一个发送按钮将评论和网站url发送到g+圈。有没有办法让g+hover泡泡以与Facebook和Twitter类似的方式出现在自己的pup up窗口中

为什么?因为我把社交图标放在了下拉菜单上,google+hover bubble不起作用,因为它是一个悬停泡泡,而不是一个弹出窗口。Facebook和Twitter工作得非常完美

谢谢。

您可以使用在弹出窗口中打开的

<a href="https://plus.google.com/share?url={URL}" onclick="javascript:window.open(this.href,
    '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img
    src="https://www.gstatic.com/images/icons/gplus-64.png" alt="Share on Google+"/></a>