I used iDisplay to embed phpBB in a page of the wiki. It works perfectly. I could not find any way to configure the extension for a flexible window size, so I left the size undefined in the page and added:
iframe {
width: 100% !important;
height: * !important;
min-width: 600px;
min-height: 500px;
}
and got a perfect, flexible, full-page (within the page frame) portal.