html5 - Can't get HTML 5 Like box integration to work -
i know there have been topics before, tried every option, , it's still not working.
i'm building website , want integrate box. whatever try, after putting in code, when check, box not showing up.
this code facebook generated me:
<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-box" data-href="http://www.facebook.com/bansdivingresort" data-width="300" data-height="550" data-show-faces="true" data-stream="true" data-header="true"></div>
i loaded jquery, put fb-root , script right after body tag. , inserted box want it. nothing happens.
am doing wrong here, or...? if please me this, i'd forever grateful ; )
thanks!
Comments
Post a Comment