twitter bootstrap - how to add external html page to wordpress page using plugin -


i want add external html page wordpress page. "http://mysite.com.au/wp-content/bootstrap-3.3.6/bootstrap-3.3.6/docs/examples/grid/index.html" page want show on "http://mysite.com.au/calculator" page. dont want redirect it. there plugin or solution this?

the fastest way use iframe.

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

Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -