Facebook Meta Tags <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ > <title></title> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <meta name=”keywords” content=”” > <meta name=”description” content=””> <!–FACEBOOK–> <meta property=”og:title” content=”” > …
Read MoreSocial
Facebook Meta Tags
Facebook Meta Tags <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ > <title></title> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <meta name=”keywords” content=”” > <meta name=”description” content=””> <!–FACEBOOK–> <meta property=”og:title” content=”” > …
Read MoreTwitter Social meta tags
Twitter Social meta tags <!–TWITTER–> <meta property=”twitter:card” content=”summary” > <meta property=”twitter:title” content=”” > <meta property=”twitter:description” content=”” > <meta property=”twitter:creator” content=”” > <meta property=”twitter:url” content=”” > …
Read MoreFacebook share link with more than one image
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 MoreHow 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 MoreCreating Google API Console
To create a Google API Console project and client ID, follow these steps: Go to the Google API Console . From the project drop-down, select an existing project , …
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 share using iframe in php
FACEBOOK SHARE USING IFRAME ## USING I-FRAME:: <iframe src=”https://www.facebook.com/plugins/share_button.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&layout=button_count&size=small&mobile_iframe=true&appId=928713417263830&width=88&height=20” width=”88″ height=”20″ style=”border:none;overflow:hidden” scrolling=”no” frameborder=”0″ allowTransparency=”true”></iframe>
Read More