create your facebook button here
http://developers.facebook.com/docs/reference/plugins/like/
Please provide the correct information to obtain the correct code or use the code below, following the instructions, just replace http://www.yoururl.com with the desired page URL that you would like: -
1. Include the JavaScript SDK on your page once, ideally immediately after the opening tag.
<div id="fb-root"></div> <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>
Put the code for your plugin where you want the plugin to appear on your page.
<div class="fb-like" data-href="http://www.yoururl.com" data-send="true" data-width="450" data-show-faces="true"></div>
source share