使内容可嵌入外部网站的良好做法/策略是什么?
我的网站上有 HTML/JavaScript 内容,我希望其他网站能够嵌入这些内容。
有哪些好的策略?我应该发送带有要嵌入的脚本的 json 吗?我应该为小部件创建一个 iframe 吗?
任何建议将不胜感激,谢谢。
有人可以描述一下一般情况下是如何完成的吗?如何允许设置?通过休息?
I have HTML/JavaScript content on my website that I want other websites to be able to embed.
What are some good strategies? Should I send json with a script to embed? Should I create an iframe for the widget?
Any advice would be appreciated, thanks.
Can somebody describe how it's done in general? How does one allow settings? Through rest?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
取决于您内容的意图——过去我对 iframe 很满意,但有时我更喜欢使用 ajax 加载外部内容。我通常会尽量避免使用 iframe,因为它们很难剥皮。
Depends on the intent of your content -- I've been happy with iframes in the past, but sometimes I prefer being able to load external content with ajax. I usually try to avoid iframes because they are hard to skin.