facebook like social plugin not working -


i trying use facebook plugin has , send button.the source code of page follows-

<html> <body> hello  <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&appid=138876406236026";  fjs.parentnode.insertbefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>  <div class="fb-send"></div> </body> 

why not working?

it wont work on local system ,you should put in website , ex: www.sample.com ,


Comments

Popular posts from this blog

SVG stroke-linecap doesn't work for circles in Firefox? -

routes - Laravel 4 Wildcard Routing to Different Controllers -

cross browser - XSLT namespace-alias Not Working in Firefox or Chrome -