最近,我有一个想法,让用户和其他博客作者将我博客上的整个页面嵌入到他们的博客中。问题是我每次都必须在代码中更改URL,代码会将结果填充到我的页面上。
脚本是否有任何方法可以自动获取查看页面的URL并为用户更新代码,而无需在我的页面上生成内容?这就是我所尝试的。
<object data=http://domain.tld/Requested_page width="100%" height="500">
<embed src=http://domain.tld/Requested_page width="100%" height="500"></embed> Error: Embedded data could not be displayed. Visit
<a title="Title of requested Page" href="http://domain.tld/Requested_page">Visit</a>
</object>