<script> window.fbAsyncInit = function() { FB.init({ appId : ‘{your-app-id}’, cookie : true, xfbml : true, version : ‘{latest-api-version}’ }); FB.AppEvents.logPageView(); }; (function(d, s, id){ var …
Read MoreTag: Facebook login
Facebook login in core php
<!–Add in Header / where login –> <button class=”facebook” id=”facebook”><i class=”fa fa-facebook” aria-hidden=”true”></i>Sign in with Facebook</button> <!– Add in Header / where login –> ## …
Read More