Langsung ke konten utama

How to insert google map on the web

Hi, i will show you how to add google map in your blog page.
STEP-1 Simply add style for googlemap container to your template in head section or html post

STEP-2 add html code to your template or post
STEP-3 add this javascript code to your theme or post, beware of breakline on post, it will prevent code to work. We can use minify javascript tool to remove breakline over the code.



Komentar

Postingan populer dari blog ini

Fetch blogger Post with google API V3

Hi Blogger, here are lists of blogger api that can be used to customized and get data from blogger as your template need. Here are output example : Output: How to do that? before begin, you could see this googleapis collection. https://www.googleapis.com/blogger/v3/users/userId https://www.googleapis.com/blogger/v3/users/self https://www.googleapis.com/blogger/v3/users/userId/blogs https://www.googleapis.com/blogger/v3/users/self/blogs https://www.googleapis.com/blogger/v3/blogs/blogId https://www.googleapis.com/blogger/v3/blogs/byurl https://www.googleapis.com/blogger/v3/blogs/blogId/posts https://www.googleapis.com/blogger/v3/blogs/blogId/posts/bypath https://www.googleapis.com/blogger/v3/blogs/blogId/posts/search https://www.googleapis.com/blogger/v3/blogs/blogId/posts/postId https://www.googleapis.com/blogger/v3/blogs/blogId/posts/postId/comments https://www.googleapis.com/blogger/v3/blogs/blogId/posts/postId/comments/commentId https://www.googleapis.com/blogger/v3/blogs/blo...