How to embed a Google map into website without API Key

 This is the example code that helps you to embed a google map into your website without any API KEY.

 <!DOCTYPE html>
<html>
<head>
    
</head>
<body>
    <!-- <iframe style="border: 1px solid #000;" src="https://maps.google.com/maps?q=16.959405200000003, 82.23104230&z=15&output=embed" width="100%" height="270" frameborder="0" allowfullscreen></iframe> -->

    <div style="width: 100%"><iframe style="border: 3px solid #000;" width="100%" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=16.959405200000003, 82.23104230&amp;z=15&amp;ie=UTF8&amp;output=embed"></iframe></div>



</body>
</html>

Previous
Next Post »
Related Posts Plugin for WordPress, Blogger...