How can I load an iframe (Google Map) from a cms collection in Webflow?

Published on
September 22, 2023

To load an iframe, such as a Google Map, from a CMS collection in Webflow, you can follow these steps:

  1. Create a CMS Collection: First, create a new CMS Collection in Webflow or use an existing one. Make sure your Collection has a Text Field that will contain the embed code for the iframe.

  2. Add an Embed Field to the Collection: In the Collection settings, create a new field of type "Embed". This field will be used to store the embed code for the Google Map iframe.

  3. Populate the CMS Collection: Go to the Collection Editor and add the embed code for each Google Map to the Embed Field for each item in the collection. Make sure to generate the embed code in Google Maps by finding the location you want to display and clicking on the "Share" button.

  4. Style the Collection List: On your Webflow project, insert a Collection List on the page where you want the Google Maps to appear. Connect it to the CMS Collection you created in Step 1. Next, style the Collection List as desired, including any necessary formatting for the Google Maps section.

  5. Add an Embed element: Inside the Collection List item, add an Embed element. This element will be used to display the Google Map by loading the iframe code stored in the CMS Collection.

  6. Connect the Embed element: In the Embed element settings, click on the "Bind to Field" button. Choose the Embed Field from the CMS Collection that contains the embed code for the Google Map.

  7. Style the Embed element: Add necessary styling to the Embed element to control the size, position, and appearance of the Google Map on your website.

  8. Preview and Publish: Preview your site to see how the Google Maps are loading from the CMS Collection. Once you are satisfied, publish your site for the changes to be visible on the live site.

By following these steps, you will be able to load an iframe, such as a Google Map, from a CMS collection in Webflow. This allows you to easily manage and update your Google Maps directly from the Webflow CMS without the need to update individual pages.

Additional Questions

  1. How do I create a CMS Collection in Webflow?
  2. Can I use custom code in Webflow to enhance the functionality of my website?
  3. How can I integrate third-party services like Google Maps into my Webflow project?