Adding {data-params} manually to an iFrame? #53
Unanswered
sebastian-marinescu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently integrating iframemanager into my project.
While integrating Google Maps, I came across a possible issue.
This is my template:
And this is my configured service:
I know that in my case, I can just change the embedUrl to
https://www.google.com/maps/embed/v1/place?q={data-id}
and append everything indata-params
insidedata-id
(which I am now doing).But my thought was to have the id and the params separate, so I can then try to use the Static Maps API (or another service) to get a static thumbnail-image.
How would you tackle this problem?
Beta Was this translation helpful? Give feedback.
All reactions