Anyone know the most elegant way (or any way, for that matter) I might be able to use my Published pages in iFrames on one of my Ghost sites?
I have:
-
DISCOURSE_ENABLE_CORS: true in my app.yml
-
Added the Ghost site URL https://story.pub in the CORS origins in my Discourse at https://nOObish.me
-
Published a page: Are you a human? - nOObish.me
-
Added the iFrame
<iframe src="https://noobish.me/pub/are-you-a-human" width=100% height=700></iframe>
on the page at …
I have another thought to possibly use the Official Integration, but I think it works in the opposite direction …