Ghostのiframeで公開ページを使用する

iFrameでGhostサイトに公開ページを使用する最もエレガントな方法(またはとにかくどんな方法でも)を知っている人はいますか?

以下があります。

  1. app.ymlDISCOURSE_ENABLE_CORS: true

  2. Discourse の CORS オリジンに Ghost サイトの URL https://story.pub を追加しました: https://nOObish.me

  3. ページを公開しました: Are you a human? - n👀bish.me

  4. iFrame \u003ciframe src=\"https://noobish.me/pub/are-you-a-human\" width=100% height=700\u003e\u003c/iframe\u003e を次のページの iFrame に追加しました…

https://story.pub/discourse-page/

公式インテグレーションを使用することも考えていますが、それは逆方向に機能すると思います :interrobang:

わかりませんが、試せる隠しサイト設定 allow_embedding_site_in_an_iframe があります。

./launcher enter app
rails c
SiteSetting.allow_embedding_site_in_an_iframe=true
exit
exit
「いいね!」 3

やったー、うまくいった!本当にありがとう、@pfaffman!!

Animation Money GIF

「いいね!」 1

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