Instruction
This widget displays a responsive Google Map iframe inside a card. Follow the steps below to customize and use it:
Step 1: Customize the Data Structure
- Locate the following fields in the widget's data structure:
- Header Title: Change the text inside the
<h5>tag in thecard-headerto update the title (e.g., "Location"). - Google Map Iframe URL: Replace the
srcURL of the<iframe>tag with your own location's iframe link from Google Maps.
- Header Title: Change the text inside the
Step 2: Get an Iframe from Google Maps
- Search for the Location:
- Open Google Maps and search for your desired location.
- Get the Embed Link:
- Click the "Share" button.
- Navigate to the "Embed a Map" tab.
- Copy the iframe HTML from the provided link.
- Replace the Iframe URL:
- Paste the copied
srcURL into theiframetag in the widget.
- Paste the copied
Step 3: Save and Test
- After making the changes, save the widget's code and refresh your webpage to see the updated map.