如何在侧边栏中预览不同的网站?

时间:2016-04-29 23:28:18

标签: wordpress widget

我有两个网站,我希望在侧边栏中预览我的其他网站。我已将PHP Code Widget放在我的侧边栏中并使用此代码进行重定向:

 <?php header( 'Location: http://www.SiteUrl.com/new_page.html' ) ; ?>

但它不起作用。有没有解决方案?

1 个答案:

答案 0 :(得分:0)

您可以使用iframe在其中显示不同的网页: 设置所需的源和宽度/高度。如果你需要在其中扩展网页,你可以给它一些CSS。

&#13;
&#13;
<iframe width="1024" height="768" src="http://www.bbc.com">
&#13;
&#13;
&#13;