Present/publish page as iframe?

Hello,

is there a way to dynamically present / publish an XWiki page with ONLY the main content without the GUI and so on? We want to edit an page “normally” and then use an iframe that only shows the content to an information display that shows that iframe.
My first idea was to use an SSX and remove everything I don’t want to see, but then our users that modify the content would probably have trouble editing when the buttons are removed…

Hi,

I think you want the xpage parameter, see https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Architecture/URL%20Architecture/Standard%20URL%20Format/#HParameter:xpage.
In your case, adding ?xpage=plain&htmlHeaderAndFooter=true&outputTitle=true to the URL should do what you want.

Hope that helps.

2 Likes