Facebook share link with more than one image <meta property=”og:image” content=”https://images-na.ssl-images-amazon.com/images/I/41LH4pXAe6L.jkhjk000_.jpg” /> <meta property=”og:image” content=”https://images-na.ssl-images-amazon.com/images/I/41LH4pXAe6L.jkhjk000_.jpg” /> <meta property=”og:image” content=”https://images-na.ssl-images-amazon.com/images/I/41LH4pXAe6L.jkhjk000_.jpg” />
Read MoreSocial login
How to use the ‘og’ (Open Graph) meta tag for Facebook share
<!– For Google –> <meta name=”description” content=”” /> <meta name=”keywords” content=”” /> <meta name=”author” content=”” /> <meta name=”copyright” content=”” /> <meta name=”application-name” content=”” /> <!– …
Read MoreHow to create Google API from google console
Creating a Google API Console project and client ID Before you can integrate Google Sign-In into your website, you must have a Google API Console …
Read MoreGoogle login in website
<html lang=”en”> <head> <meta name=”google-signin-scope” content=”profile email”> <meta name=”google-signin-client_id” content=”YOUR_CLIENT_ID.apps.googleusercontent.com”> <script src=”https://apis.google.com/js/platform.js” async defer></script> </head> <body> …
Read MoreFacebook login script
<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 MoreFacebook 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