我想在wordpress.com网站上添加另一个网站的一部分。 所以我想我会尝试iframe,但是虽然这个代码可以在常规网站上运行,但它似乎不适用于wordpress.com。
<div id="my-div" style="width: 400px; height: 200px; overflow: hidden; position: relative;">
<iframe id="my-iframe" style="position: absolute; top: -100px; left: -100px; width: 1280px; height: 1200px;" src="http://www.example.com/" width="300" height="150" scrolling="no"></iframe>
</div>
在wordpress中,我只得到http://www.example.com/
作为此代码的结果。
有没有办法让这项工作?
答案 0 :(得分:0)
尝试
<object data=http://www.example.com width=”650″ height=”500″> <embed src=http://www.example.com width=”650″ height=”500″> </embed></object>