0
我在我的網站上輸入了代碼Google Plus Badge和Google +1 Button
我需要指向Google+信息頁的鏈接(由徽章生成)在新窗口中打開。
如果你有其他的方式,我需要:如何打開Google Plus徽章新窗口中的鏈接?
- 鏈接到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>