我的网站中有Google Plus Badge和Google +1 按钮
的代码,
我需要在新窗口中打开指向 Google+ 页面(由 Badge 生成)的链接。
如果您有其他方法,我需要:
- 链接到 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>