Google+社交悬停泡沫

时间:2013-12-07 20:43:23

标签: hover icons google-plus media social

当喜欢g +时,一个悬停的气泡会打开给一个有开放区域的用户来写一个页面的评论,一个发送按钮将评论和网站的网址发送给g +圆圈。有没有办法让g + hover泡泡以与Facebook和Twitter类似的方式进入自己的pup窗口?

为什么?因为我将社交图标放在下拉菜单上并且谷歌+悬停泡泡不起作用,因为它是一个悬停泡沫而不是一个弹出窗口。 Facebook和Twitter运作完美。

感谢。

1 个答案:

答案 0 :(得分:0)

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

<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>