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 MoreGoogle Map
Creating 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 MoreHow to show location in Google maps
$location = “kolkata”; <div style=”width: 100%”> <iframe width=”100%” height=”480″ frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″ src=”https://maps.google.it/maps?q=<?php echo $location;?>&output=embed”></iframe> </div>
Read MoreShow location in Google map using php
<?php $location=”Kolkata”; ?> <div style=”width: 100%”> <iframe width=”100%” height=”480″ frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″ src=”https://maps.google.it/maps?q=<?php echo $location;?>&output=embed”></iframe> </div>
Read More