如何在Google Plus徽章的新窗口中打开链接?

时间:2012-07-11 20:00:45

标签: google-plus google-plus-one

我的网站上有Google Plus BadgeGoogle +1 Button的代码 我需要在新窗口中打开Goog​​le+页面链接(由徽章生成)
如果你有其他方法,我需要:

  • 链接至Google+信息页。
  • 添加添加到圈子的功能。
  • 带计数的+1按钮。

全部排成一行。

我的代码看起来像:

<table>
<tr>
<td style="padding-top:2px; vertical-align:top;"><div style="width:180px; height:30px;     overflow:hidden;">
<div style="margin-top:-15px; margin-left:0px;" title="International Studies Google         Plus">
                <style type="text/css">
                             #___plusone_0, #___plusone_0         iframe{
                                 width:66px !important;
                             }
                            </style>
                <div class="g-plus" data-href="https://plus.google.com/118182458881247471225?rel=publisher" data-width="170" data-height="69" data-theme="light"></div>
              </div>
            </div></td>
              <td style="padding-top:6px; padding-left:5px;"><g:plusone></g:plusone>    </td>
</tr>
</table>

1 个答案:

答案 0 :(得分:0)

你不能这样做。

徽章不提供任何标志,允许您在新窗口中打开链接。它也是唯一提供您所需的“添加到圈子”功能的功能。

您可以获得的最接近的是使用静态徽章和+1按钮:

<div>
  <a href="https://plus.google.com/118182458881247471225?prsrc=3" rel="publisher" style="text-decoration:none;" target="_blank">
  <img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="border:0;width:32px;height:32px;"/></a>

  <div class="g-plusone" data-annotation="inline" data-width="300"></div>
</div>

此外,此功能似乎有feature request。如果您对此功能请求加注星标,则会通知您有关更新的信息。