Skip to main content

I'm currently working on a Skuid page and I'd like to embed a Google Map into it. I want to display a map with specific locations marked on it. I've looked through the documentation but I'm not entirely sure how to proceed.

Hi Prashant, you can embed Google maps in Skuid via an iframe.

1. Use a Text component with HTML enabled for your iframe.
2. Make sure security on your Salesforce org is set up to allow the origin domain.
3. If desired you can use merge syntax in your URL to include fields from a model or other contextual data from the page if needed. Use {{{triplebrackets}}} to inject a raw value, and use {{#urlEncode}}{{{FieldName}}}{{/urlEncode}} in case the field value has characters that can’t be included in URLs.

https://developers.google.com/maps/documentation/maps-static/start


Reply