How to Embed Google Map in Blocs 3.0

Hello Everyone,

I’m super stuck and haven’t been able to find any tutorial to help. Can anyone help with how to embed a Google map in Blocs 3.0? The 2.0 tutorials don’t seem to be relevant - unless I’ve missed something. Thank you!

Hello @Lionbitten

Check this thread ( Embeding google map in Blocs 2.0 ) maybe find the help

You can also check this video Blocs Iframe Tutorial (Youtube Video And Google Maps Embed) - YouTube
is a vice of the first versions of Blocs, but the idea could be useful

here documentation of Blocs Code Widget – Blocs – User Documents

1 Like

You can use code widget and https://www.embedgooglemap.net/ site for html code. Just set everything up and include code in code widget.

Just set the width n those two classes to 100% for responsive

20 26

2 Likes

on one of my blocs website ive added it using the code widget. if this is what you mean

RESULT

how%20to%20embed_edit_0

code

<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2461.208028785121!2d4.427503051453974!3d51.91191557960408!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c434e15860f8c3%3A0xbd177e5ef3a0dc28!2sMarconistraat+16%2C+3029+AK+Rotterdam!5e0!3m2!1sen!2snl!4v1546010197630" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen="" class=""></iframe>

1 Like

Thank you guys. This was really helpful! I was able to get my map embedded with your help.

1 Like

Thanks for information!