Add the following code-snipplet to your sites content pages and you're done!
<a class="LikeBotButton">
<script src="http://i.likebot.com/button.js" type="text/javascript"></script>
</a>
The following snipplet allow you to customize the appearance a bit more.
<a class="LikeBotButton">
<script type="text/javascript">
likebot_bgcolor = '#FFFFFF';
likebot_url = 'http://likebot.com/';
likebot_type = 'badge';
</script>
<script src="http://i.likebot.com/button.js" type="text/javascript"></script>
</a>
By changing the "likebot_type" variable you can change the appearance into the following layouts:
horizontal_thumbs | |
text | |
badge | |
nothing selected, default layout |