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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -