I use the following code in the bottom of my index.php but the button seems to refer to the oldest post on the page. Is there anyway that I can make it refer to the entire page instead?
<span class="sfc_like_button_label"></span>
<?php if (function_exists('sfc_like_button')) echo sfc_like_button(array('layout'=>'deafault','showfaces'=>'true',
'action'=>'like','colorscheme'=>'light','font'=>'lucida+grande' ));?>
I´ve discovered that the posts are added to the right database but they’re not showing on the webbpage.