Embedding Matterport exhibit in Omeka Classic

Hi all,

My library has a Matterport subscription as well as Omeka Classic. I am attempting to embed the Matterport exhibit in Simple Pages (I have also tried Exhibit) for our site. When I enter the embedded code, I do see the Matterport in the preview, but when viewing the public side, it is blank. Has anyone experienced this or has any suggestions. I’m relatively new to this procedure.

Thanks,
Meg

I’m assuming your code is an iframe?

This is probably related to the allowed HTML security settings. You can disable the HTML filtering entirely, which will allow any element. Or you could try adding iframe to the list of allowed elements, but you’d also have to add all the neccessary attributes to the attributes list (i.e. iframe.src, etc).