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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -