Skip to main content
Nintex Community Menu Bar
Solved

How to Embed a Google Map in Skuid

  • July 9, 2024
  • 1 reply
  • 56 views

Forum|alt.badge.img+1

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.

Best answer by annajosephine

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

1 reply

annajosephine
Nintex Employee
Forum|alt.badge.img+18
  • Nintex Employee
  • Answer
  • July 19, 2024

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