My application shows several items whereby users can search. I want to place a like button for each item and this will be generated automatically using PHP. Before implementing it, I'm trying to test something which is not working.
<div class="fb-like" data-href="http://www.example.com/index.php?item=1" data-send="true" data-width="450" data-show-faces="true"></div>
When I'm putting it on the page, the facebook like button is not appearing, any idea??