Blog iframe embed
Use a minimal article view (no site header or footer) so readers can stay on your page while the content loads from SoH Chronicle. Replace the slug in the URL with any published post.
URLs
- English:
https://sohchronicle.com/embed/blog/2026-03-23-discord-summary - Ukrainian (when available):
https://sohchronicle.com/uk/embed/blog/2026-03-23-discord-summary
Example HTML
Below uses the slug 2026-03-23-discord-summary as a starting point. Adjust height to fit your layout.
<iframe
src="https://sohchronicle.com/embed/blog/2026-03-23-discord-summary"
title="SoH Chronicle — blog"
width="100%"
height="800"
style="border:0; max-width:42rem;"
loading="lazy"
referrerpolicy="strict-origin-when-cross-origin"
></iframe>Notes
- Embedding is allowed from other origins (CSP
frame-ancestors). - Canonical URLs and search indexing still point at the full blog article, not the embed URL.
- The footer link inside the embed opens the full article in a new tab so readers can use the main site.
