like button seems not working

gauri

New Member
Hi I used the following code from Faceboo developer site

<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>

<div class="fb-like" data-href="http://yogawithgauri.com/" data-send="false" data-layout="button_count" data-width="450" data-show-faces="true"></div>


----------------

When I click on like button, it pops up a small window and then immidiately disappear. Please guide me how to fix it.

Please see this below

http://yogawithgauri.com/index-experiment.php

Thanks in advance
Gauri
 
Top