'Embedding a notion page in an HTML page
I'm having trouble finding a way to embed a notion page in an html page. I use iframes to embed spreadsheets but Notion doesn't allow that. Is there any way to do that?
<iframe loading="lazy" src="https://dusty-agate-32f.notion.site/b52eb9b2cf3845c4a59128b7ce1c2228?v=7a8a1bb42918428d8e4b7991214cf2b7"></iframe>
Thank you!
Solution 1:[1]
In order for the iframe to work, first make sure the Notion page is public. Secondly, there isn't an official way to do it, according to this post.
As an alternative, you can export as HTML.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | isherwood |