Hi all!
I’m trying to embed a Mapkit map using the html embed, and I keep running into one of two problems.
When I export the code, I get options for ‘source code’, ‘iframe’, and ‘oembed’. When I select the first, I get a warning that the code is over 10,000 characters and too long. I tried minifying it to see if that would help and it’s still too long. When I select either of the latter two options, I get a 404 error.
I tried doing it in the custom code under project settings as outlined here: http://laurahineswebdesign.com/post/webflow-and-mapkit, and it went off the rails in step 8/9 and wouldn’t work.
It might be helpful, so here’s the iframe code: <iframe src=“//mapkit.io/embed/easiersaidthanrun"height="600” width=“1000”>
and here’s the oembed:
{
version: ‘1.0’,
provider_name: ‘Mapkit’,
provider_url: ‘https://mapkit.io’,
map_url: undefined,
mapid: mapkit-6029,
height: 600,
width: 1000,
html:
}
I’d love any suggestions you all may have for how to make this work.