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
Post a Comment