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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -