Reference page http://developers.facebook.com/docs/reference/plugins/like/
Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.
Place the code for your plugin wherever you want the plugin to appear on your page.
Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Place the code for your plugin wherever you want the plugin to appear on your page.
<div class="fb-like" data-href="www.we4you.co.cc" data-send="true" data-layout="button_count" data-width="450" data-show-faces="false" data-font="tahoma"></div>