Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 467 Bytes

phoenix-iframe.md

File metadata and controls

11 lines (7 loc) · 467 Bytes

Include in a web blog or article

Phoenix can be included inline in an article or blog using <iframe>.

Check available URL options for applying possible options through the URL.

For example, if Phoenix is deployed at http://test-website.com/phoenix. We can include it as an HTML snippet like below:

<iframe src="http://test-website.com/phoenix?hideWidgets=true"></iframe>