Kepler.gl inclusion

Is there a way I can upload a kepler screen display on omeka just like I would with wordpress? I included a screenshot from my wordpress admin page of the line i would write for it to pop up.

The square brackets there are for a shortcode, and we don’t support an “iframe” shortcode like that.

You can switch the square brackets out for < and > angle brackets in your code to make these just HTML iframe tags, like:

<iframe src="https://www.pvghistory.org/covid/wisconsin/chad-gibbs-point.html" width="100%" height="500"></iframe>

You’ll need to edit the HTML Filtering settings in Settings → Security first though: you need to add iframe to the list of allowed elements and iframe.src,iframe.width,iframe.height to the list of allowed attributes. Or, you can disable the HTML filtering entirely if you’d prefer.