Facebook Send/Like buttons not working on my site page -
when clicked or send buttons on site link, error:
the page @ http://aftersqool.com/a?id=c217ee not reached.
strangely, page loading without issues. page has og tags facebook requires.
anyone know why facebook giving error? should buttons working?
thanks!
gus collazo aftersqool.com
you can’t use send button if you’re using facebook page instead of personal profile.
the send button only works xfbml
version of button; doesn't work iframe version of button, per facebook’s announcement
one more important thing provide facebook page's url
in send , button. defiantly fix it.
if facebook page url
is: http://www.facebook.com/aftersqool
put code in it
/*put code in body*/ <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> /*put code in site want add it*/ <div class="fb-like" data-href="http://www.facebook.com/aftersqool" data-width="450" data-show-faces="true" data-send="true"></div>
Comments
Post a Comment