Iframes in posts

Hello,

I have a straight text page in the same domain that I’m trying to incorporate into multiple posts. Instead of me trying to update each post every time I update the text, I simply want to have a single iframe. I’ve whitelisted the internal hosts:

I’ve seen markdown-it iframe on github (markdown-it-iframe - npm), but really hoping there is an easier solution.

SOME HTML seems to work in posts (e.g., img src, a href), however iframes are just showing up empty. IFRAME code:

<iframe src="URL"></iframe>

Any help would be very much appreciated!

1 Like

You need to add the iframe URL to the allowed iframes setting.

5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.