# Using published pages in iframes on Ghost

**URL:** https://meta.discourse.org/t/using-published-pages-in-iframes-on-ghost/245198
**Category:** Support
**Created:** [November 10, 2022, 7:06pm UTC](https://meta.discourse.org/t/using-published-pages-in-iframes-on-ghost/245198 "2022-11-10T19:06:40Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [November 10, 2022, 7:13pm UTC](https://meta.discourse.org/t/using-published-pages-in-iframes-on-ghost/245198/2 "2022-11-10T19:13:52Z")

</div>

I don’t know, but there is a hidden site setting `allow_embedding_site_in_an_iframe` that you could try.

```plaintext
./launcher enter app
rails c
SiteSetting.allow_embedding_site_in_an_iframe=true
exit
exit

```

---

_[View the full topic](https://meta.discourse.org/t/using-published-pages-in-iframes-on-ghost/245198)._
