TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Building Great Embedded Web Apps?

2 点作者 bentice超过 1 年前
I’m building a web app that will primarily be embedded on my clients websites in an iframe or by other means. I am looking for articles, guides, or talks on best practices for building embedded web apps. Does anyone have any suggestions?<p>Some issues I’m encountering: - Building UI&#x27;s with no scrolling - Responsive design within iframes - Testing different scenarios my iframe might be in<p>I really like Typeform’s embedded forms. Anyone have other products which have really good embedded functionality?

2 条评论

pacifika超过 1 年前
Implementing these I’ve found it useful if the iframes content supports iframeresize (<a href="http:&#x2F;&#x2F;davidjbradshaw.github.io&#x2F;iframe-resizer&#x2F;" rel="nofollow">http:&#x2F;&#x2F;davidjbradshaw.github.io&#x2F;iframe-resizer&#x2F;</a>), window message passing of url changes to the host site via the dom, and typically supports google analytics (usually not possible via iframe, only when embedding using scripts).
评论 #38900519 未加载
beardyw超过 1 年前
Will it be cross origin? If so I think there are other issues.