I want to use facebook Like button and Google+ badge on my website. I added this code for this purpose:
<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>
But this is not working. I click on buttons but nothing happens. When I remove the HTML table, both work perfectly alright. Here is the website for which I am using this.