Search code examples
iframemediawiki

Putting <iframe></iframe> tag onto a Mediawiki page


I have set Mediawiki up and am trying to imbed the code:

<iframe src="https://en.wikipedia.org/wiki/Main_Page"></iframe>

But it doesn't work. All that happens is the code appears on the bottom of the page, rather than the wikipedia page. I have already made 3 edits to the Mediawiki LocalSettings.php file. they were

$wgAllowIframes = true;
$wgBreakFrames = false;
$wgEditPageFrameOptions = 'SAMEORIGIN';

But it still doesn;t work. Does anybody have any suggestions. Thanks.


Solution

  • Those settings are there to allow or deny your wiki from being embedded as an iframe in another site.

    If you want to use iframes in your wiki you need to add an extension:

    https://www.mediawiki.org/wiki/Extension:IframeTag