I have checked and enabled them in the template config - social api section.
http://www.ycik.co.za/officesolutions/
Please check and advise what the problem can be?

<fb:like href="http://www.ycik.co.za/officesolutions/" send="true" layout="standard" show_faces="true" width="500" action="like" font="arial" colorscheme="light"></fb:like>
<fb:like></fb:like>
Please edit file:
/html/com_k2/templates/default/item.php
and replace the code which You see for fb button now to:
- Code: Select all
<div class="itemFacebookButton">
<div id="fb-root"></div>
<script type="text/javascript">
(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#appId=177111755694317&xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-like" data-send="false" data-width="200" data-show-faces="true"></div>
</div>