Skip to content

Instantly share code, notes, and snippets.

@Sysetup
Created August 28, 2016 22:00
Show Gist options
  • Save Sysetup/fe5670a931097e5c7736a2a25284840c to your computer and use it in GitHub Desktop.
Save Sysetup/fe5670a931097e5c7736a2a25284840c to your computer and use it in GitHub Desktop.
Simple embed Google Map example.
/*
Steps:
1. Go to: http://map.google.com
2. Pin whatever point in the map.
3. Menu/Share or embed map.
*/
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3977.2854808824613!2d-75.66567468522176!3d4.5425483442734!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e38f4ff13a056e9%3A0x78c9afbeed619948!2sSYSETUP!5e0!3m2!1sen!2sco!4v1472421311744" width="2200" height="300" frameborder="0" style="border:0" allowfullscreen>
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment