如何使用插件将外部html页面添加到wordpress页面

问题描述:

我想将外部html页面添加到wordpress页面。像“http://mysite.com.au/wp-content/bootstrap-3.3.6/bootstrap-3.3.6/docs/examples/grid/index.html”这是我想在“http://mysite.com.au/calculator”这个页面上显示的页面。我不想重定向它。 有没有插件或解决方案?如何使用插件将外部html页面添加到wordpress页面

最快的方法是使用iframe。

<iframe src="http://example.com/" frameborder="no" width="" height="" ></iframe> 
+0

非常感谢你..它为我工作。 :) – Rasika