What src link should be used for embedding a Google street view tour in an iframe on Webflow?

Published on
September 22, 2023

To embed a Google Street View tour in an iframe on Webflow, you need to use the appropriate src link. Follow the steps below to get the correct src link for embedding:

  1. Open Google Maps and search for the desired location.
  2. Switch to Street View mode by dragging the little yellow pegman icon onto the map.
  3. Once you're in Street View, navigate to the specific view you want to embed in your Webflow site.
  4. In the bottom right corner of the Street View screen, you'll find a three-dotted menu icon. Click on it to open the menu.
  5. From the menu, select "Share or embed image."
  6. In the pop-up window, switch to the "Embed a map" tab.
  7. Adjust the size of the embedded map according to your needs. You can choose a specific width and height, or use the default dimensions.
  8. Copy the provided HTML iframe code, including the entire iframe tag.
  9. Paste the copied code into your Webflow project in the desired location.

Once you've completed these steps, the Google Street View tour should be embedded and visible on your Webflow site.

Example:

<iframe src="https://www.google.com/maps/embed?pb=!4vYOUR_STREET_VIEW_API_KEY&source=pgreembed" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>

Note: Ensure that you replace YOUR_STREET_VIEW_API_KEY in the src link with your own Google Street View API key. The API key is necessary to access certain features and ensure proper functionality of the embedded map.

These steps will help you embed a Google Street View tour in an iframe on Webflow and enhance your site's user experience with interactive location exploration.

Additional Questions:

  1. How do I embed a Google Street View tour in an iframe on Webflow?
  2. What is the correct src link for embedding a Google Street View tour in Webflow?
  3. Can I customize the size of the embedded Google Street View iframe in Webflow?