我想在我的网站上使用 facebook Like 按钮和 Google+ 徽章。为此,我添加了此代码:
<table align='right'>
<tr>
<td align='right'>
<div class="fb-like" data-href="https://www.facebook.com/RideForHealth" data-send="true" data-layout="box_count" data-width="100" data-show-faces="true"></div>
</td>
<td>
<g:plus href="https://plus.google.com/107539471286877449345" rel="publisher" width="300" height="131" theme="light"></g:plus>
</td>
</tr>
</table>
但这不起作用。我单击按钮,但没有任何反应。当我删除 HTML 表格时,两者都可以正常工作。这是我使用它的网站。