Php 无法使用iframe在其他网站上嵌入Wordpress博客

Php 无法使用iframe在其他网站上嵌入Wordpress博客,php,html,json,wordpress,Php,Html,Json,Wordpress,我基本上是想在主网站上嵌入一个博客网站作为iframe。我是负责Wordpress上运行的博客网站的人。主网站由其他程序员使用其他平台开发。程序员尝试使用以下代码嵌入博客网站 <div class= 'iframe'> <iframe name="ilaunchIframe" id="ilaunchIframe" src ="http://ilaunchvideo.0456bb0.netsolhost.com/"&

我基本上是想在主网站上嵌入一个博客网站作为iframe。我是负责Wordpress上运行的博客网站的人。主网站由其他程序员使用其他平台开发。程序员尝试使用以下代码嵌入博客网站

<div class= 'iframe'>
  <iframe name="ilaunchIframe" id="ilaunchIframe" src ="http://ilaunchvideo.0456bb0.netsolhost.com/"></iframe>
</div>

但是他们说他们得到了以下错误

未捕获的DOMEException:阻止具有原点的帧访问跨原点帧

我为什么要这样做来解决这个问题