your most useful and popular articles on the bottom right corner of your site. This plugin also has a �Like/Recommendation button� which lets users share your posts with one click. This widget is more helpful to drive traffic from Facebook with instant likes. This is how the �FacebookRecommendation Bar� will look like on your site
Keep your App ID on a side for future use.
<body>or
<body expr:class=�"loading" + data:blog.mobileClass�>
<script>
window.fbAsyncInit = function() {
FB.init({appId: 'App_ID', status: true, cookie: true, xfbml: true, oauth: true}); };
(function() {
var e = document.createElement('script');
e.type = 'text/javascript';
e.src = document.location.protocol +
'//connect.facebook.net/en_US/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
<fb:recommendations-bar action=’like’ />
If you choose the first line, it will display the �Recommend button�, but if you choose the second one, then it will display the �Like button�.
By default the plugin will appear on the bottom right corner of your page, if you want it on the left, then use any of the following codes instead of the previous one:
<fb:recommendations-bar action=’like’ side=”left”/>
You can customise more options on the Facebook Social Plugin
Page: https://developers.facebook.com/docs/reference/plugins/recommendationsbar/