将我网站的 HTML 插入另一个静态页面
我想在 Mechanical Turk 上使用我的网站。
但是因为我只能在 Mechanical Turk 的描述中输入静态 HTML。
我需要以某种方式将我的网站放在那里。我该怎么做?
I would like to use my website on mechanical turk.
But because I can only enter static HTML into mechanical turk's description.
I need to somehow place my website there. How do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你无法有效地做到这一点,但有一个例外。
查看他们是否允许
iframe
元素。如果是,那么您可以使用iframe
来引用您的网站。请注意,cookie 行为和其他事情可能会导致您网站上的交互问题。iframe
也被认为是一种安全风险,所以如果他们不允许我不会感到惊讶。实际的最佳选择只是从给定的描述字段链接到您的网站。
You can't effectively do this, with one exception.
See if they permit the
iframe
element. If they do, then you can use aniframe
to reference your web site. Be warned, cookie behavior and other things may cause interaction problems on your site.iframe
is also considered a security risk, so I would not be surprised if they don't allow it.Your actual best bet is going to be merely linking to your site from the description field you're given.